summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmetaobjectbuilder
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-03 05:41:10 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-03 05:41:10 (GMT)
commit9b80a6de7fb70abcf5f912133ddc04c617a82922 (patch)
tree4dfcb516a6badb3decea73d3376bf6e4cce80107 /tests/auto/declarative/qmetaobjectbuilder
parent43c15688888b433d6d3c01c0d68168fec81cf06a (diff)
downloadQt-9b80a6de7fb70abcf5f912133ddc04c617a82922.zip
Qt-9b80a6de7fb70abcf5f912133ddc04c617a82922.tar.gz
Qt-9b80a6de7fb70abcf5f912133ddc04c617a82922.tar.bz2
Match meta-object version
Diffstat (limited to 'tests/auto/declarative/qmetaobjectbuilder')
-rw-r--r--tests/auto/declarative/qmetaobjectbuilder/tst_qmetaobjectbuilder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmetaobjectbuilder/tst_qmetaobjectbuilder.cpp b/tests/auto/declarative/qmetaobjectbuilder/tst_qmetaobjectbuilder.cpp
index 0dac963..9beec17 100644
--- a/tests/auto/declarative/qmetaobjectbuilder/tst_qmetaobjectbuilder.cpp
+++ b/tests/auto/declarative/qmetaobjectbuilder/tst_qmetaobjectbuilder.cpp
@@ -52,8 +52,8 @@ void tst_QMetaObjectBuilder::mocVersionCheck()
// It is intended as a reminder to also update QMetaObjectBuilder
// whenenver moc changes. Once QMetaObjectBuilder has been
// updated, this test can be changed to check for the next version.
- QCOMPARE(int(QObject::staticMetaObject.d.data[0]), 2);
- QCOMPARE(int(staticMetaObject.d.data[0]), 2);
+ QCOMPARE(int(QObject::staticMetaObject.d.data[0]), 4);
+ QCOMPARE(int(staticMetaObject.d.data[0]), 4);
}
void tst_QMetaObjectBuilder::create()