summaryrefslogtreecommitdiffstats
path: root/tests/auto/bic/tst_bic.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-01-06 10:56:06 +1000
committerMartin Jones <martin.jones@nokia.com>2011-01-06 10:56:06 +1000
commit5c11ca38c441dd0e4e105ca0b5372dc917cf31b1 (patch)
tree47a8fd4596d16b25d893052f6b13309f2594b687 /tests/auto/bic/tst_bic.cpp
parentc3a4ce70e588620393a9a4189f3e429622103406 (diff)
Ensure QDeclarativePrivate::RegisterType version is updated and checked.
Also exclude from bic check since we expect its size to increase from time to time. Task-number: QTBUG-13451 Reviewed-by: Aaron Kennedy
Diffstat (limited to 'tests/auto/bic/tst_bic.cpp')
-rw-r--r--tests/auto/bic/tst_bic.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/bic/tst_bic.cpp b/tests/auto/bic/tst_bic.cpp
index cd1d5ca750..74fa252445 100644
--- a/tests/auto/bic/tst_bic.cpp
+++ b/tests/auto/bic/tst_bic.cpp
@@ -135,6 +135,9 @@ tst_Bic::tst_Bic()
/* This structure is semi-private and should never shrink */
bic.addBlacklistedClass(QLatin1String("QVFbHeader"));
+
+ /* This structure has a version field that allows extension */
+ bic.addBlacklistedClass(QLatin1String("QDeclarativePrivate::RegisterType"));
}
void tst_Bic::initTestCase_data()