diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp')
| -rw-r--r-- | tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp index c456376cfe..888bb098e5 100644 --- a/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp +++ b/tests/auto/qml/qmlcppcodegen/tst_qmlcppcodegen.cpp @@ -3504,6 +3504,7 @@ void tst_QmlCppCodegen::multipleCtors() QCOMPARE(o->property("wr").value<ValueTypeWithLength>().length(), 3); QCOMPARE(o->property("wp").value<ValueTypeWithLength>().length(), 11); QCOMPARE(o->property("wi").value<ValueTypeWithLength>().length(), 17); + QCOMPARE(o->property("wo").value<ValueTypeWithLength>().length(), -4); } void tst_QmlCppCodegen::namespaceWithEnum() |
