tests: fix test_lang_complex

This commit is contained in:
Qua-non 2012-10-27 22:09:35 +05:30
parent 34d9076fc6
commit ae2385567f
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@ rules = '''
source: 'invalid.png'
source3: 'valid.png'
[Item@TestWidget2]:
[MItem@TestWidget2]:
source: ctx.get('anotherctxvalue')
<MainWidget>:
refwid: myref
refwid2: myref2
Item:
MItem:
id: myref2
anotherctxvalue: 'valid.png'
TestWidget: