test: Add a missing test for proxy roles
This commit is contained in:
parent
ae14fc994f
commit
4d96016151
|
@ -82,6 +82,7 @@ Item {
|
|||
staticRole.value = "filterMe";
|
||||
compare(testModel.count, 0);
|
||||
staticRole.value = "foo";
|
||||
compare(testModel.count, 3);
|
||||
}
|
||||
|
||||
function test_multiRole() {
|
||||
|
|
Loading…
Reference in New Issue