aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2011-09-30 17:52:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-04 05:16:43 +0200
commit01a60f8771ba273d164042710364b7fd88168dcc (patch)
tree03e23d16d358301c215e194b378dccdd98b2530f /tests/auto/declarative/declarative.pro
parent8662e071c22c2be2fdf15148b375eb3f6057aab7 (diff)
Fix incorrect index when accumulating multiple removes.
Don't remove the intersecting count from the current remove twice, and accumulate consecutive not just overlapping removes. Change-Id: I426d764d980ee17ad114aa03ca4089da89c6aed2 Reviewed-on: http://codereview.qt-project.org/5902 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r--tests/auto/declarative/declarative.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index d8567db8bb..60eb2a9fa0 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -31,6 +31,7 @@ PRIVATETESTS += \
qdeclarativeapplication \
qdeclarativebehaviors \
qdeclarativebinding \
+ qdeclarativechangeset \
qdeclarativeconnection \
qdeclarativeenginedebug \
qdeclarativedebugclient \