[FIX] base: correct test

Bad things happen when you write your code for master and
commit it in 8.0 without testing...
This commit is contained in:
Christophe Simonis 2015-03-04 13:38:36 +01:00
parent d6998061f1
commit 7bfd56d9c6
1 changed files with 1 additions and 1 deletions

View File

@ -691,7 +691,7 @@ class test_views(ViewCase):
model=model,
priority=5,
inherit_id=vid,
arch_db="""<?xml version="1.0"?>
arch="""<?xml version="1.0"?>
<xpath expr="//field[@name='name']" position="after">
<field name="target"/>
</xpath>