test: Add a missing test for proxy roles

This commit is contained in:
grecko 2019-05-06 02:13:20 +02:00
parent ae14fc994f
commit 4d96016151
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ Item {
staticRole.value = "filterMe";
compare(testModel.count, 0);
staticRole.value = "foo";
compare(testModel.count, 3);
}
function test_multiRole() {