Skip to content
Snippets Groups Projects
Commit 39bee35e authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] base: correct view branding tests after c0132100

parent c3131317
Branches
Tags
No related merge requests found
......@@ -541,9 +541,9 @@ class TestTemplating(ViewCase):
'data-oe-id': str(id2),
'data-oe-field': 'arch',
'data-oe-xpath': '/xpath/item/content[1]',
'data-oe-source-id': str(id)
}), {
'order': '2',
'data-oe-source-id': str(id)
}),
E.item({
'order': '1',
......@@ -609,7 +609,7 @@ class TestTemplating(ViewCase):
{'t-ignore': 'true', 'order': '1'},
E.t({'t-esc': 'foo'}),
E.item(
{'order': '2', 'data-oe-source-id': str(id)},
{'order': '2'},
E.content(
{'t-att-href': 'foo'},
"bar")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment