summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeflickable
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/qdeclarativeflickable
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/qdeclarativeflickable')
-rw-r--r--tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro2
-rw-r--r--tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp4
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro b/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro
index 6e2baf59..f6172b70 100644
--- a/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro
+++ b/tests/auto/declarative/qdeclarativeflickable/qdeclarativeflickable.pro
@@ -16,5 +16,3 @@ symbian: {
}
CONFIG += parallel_test
-
-CONFIG+=insignificant_test # QTQAINFRA-428
diff --git a/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp b/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
index 2742d073..9e689157 100644
--- a/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
+++ b/tests/auto/declarative/qdeclarativeflickable/tst_qdeclarativeflickable.cpp
@@ -437,11 +437,11 @@ void tst_qdeclarativeflickable::testQtQuick11Attributes_data()
QTest::addColumn<QString>("error");
QTest::newRow("resizeContent") << "Component.onCompleted: resizeContent(100,100,Qt.point(50,50))"
- << "<Unknown File>:1: ReferenceError: Can't find variable: resizeContent"
+ << "<Unknown File>: ReferenceError: Can't find variable: resizeContent"
<< "";
QTest::newRow("returnToBounds") << "Component.onCompleted: returnToBounds()"
- << "<Unknown File>:1: ReferenceError: Can't find variable: returnToBounds"
+ << "<Unknown File>: ReferenceError: Can't find variable: returnToBounds"
<< "";
}