Fix iterable substanzas when added as normal plugin.
If an iterable plugin was an enabled, it wasn't added to the iterables list.
This commit is contained in:
@@ -68,7 +68,10 @@ class TestElementBase(SleekTest):
|
||||
'baz': '',
|
||||
'foo2': {'bar': '',
|
||||
'baz': 'b'},
|
||||
'substanzas': [{'__childtag__': '{foo}subfoo',
|
||||
'substanzas': [{'__childtag__': '{foo}foo2',
|
||||
'bar': '',
|
||||
'baz': 'b'},
|
||||
{'__childtag__': '{foo}subfoo',
|
||||
'bar': 'c',
|
||||
'baz': ''}]}
|
||||
self.failUnless(values == expected,
|
||||
|
||||
Reference in New Issue
Block a user