summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativerepeater
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-06-27 14:49:57 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-27 07:12:56 +0200
commit47c503a41f2e0f5502c64155b53ffe71264ae320 (patch)
tree28bc83cb90a9239fe1ee7d8f5fa1815c769a8d09 /tests/auto/declarative/qdeclarativerepeater
parent934f52c270efeb19ecccc77f80996c8ab8068221 (diff)
Modify all attribute error messages and remove insignificant test flag.
Change-Id: I8b4e2eaad11174ca82f0109394de4b333087bd8c Reviewed-by: Matthew Vogt <matthew.vogt@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativerepeater')
-rw-r--r--tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro2
-rw-r--r--tests/auto/declarative/qdeclarativerepeater/tst_qdeclarativerepeater.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro b/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro
index f2377b35..45a77c61 100644
--- a/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro
+++ b/tests/auto/declarative/qdeclarativerepeater/qdeclarativerepeater.pro
@@ -10,5 +10,3 @@ SOURCES += tst_qdeclarativerepeater.cpp
include(../shared/qdeclarativedatatest.pri)
CONFIG += parallel_test
-
-CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/declarative/qdeclarativerepeater/tst_qdeclarativerepeater.cpp b/tests/auto/declarative/qdeclarativerepeater/tst_qdeclarativerepeater.cpp
index 0caf944e..5e595388 100644
--- a/tests/auto/declarative/qdeclarativerepeater/tst_qdeclarativerepeater.cpp
+++ b/tests/auto/declarative/qdeclarativerepeater/tst_qdeclarativerepeater.cpp
@@ -664,7 +664,7 @@ void tst_QDeclarativeRepeater::testQtQuick11Attributes_data()
<< ":1 \"Repeater.onItemRemoved\" is not available in QtQuick 1.0.\n";
QTest::newRow("itemAt") << "Component.onCompleted: itemAt(0)"
- << "<Unknown File>:1: ReferenceError: Can't find variable: itemAt"
+ << "<Unknown File>: ReferenceError: Can't find variable: itemAt"
<< "";
}