summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2017-12-19 13:45:27 +0100
committerChristian Stenger <christian.stenger@qt.io>2017-12-19 13:51:35 +0000
commit0fcbe60cd64c13e83038ca7ea0c05db4e73105aa (patch)
treee1d7d1db53fb5ec084b8f26328d660bc80f67193
parenta21a518d38306c74ea43217c574c93145b5f5eb0 (diff)
downloadqt-creator-0fcbe60cd64c13e83038ca7ea0c05db4e73105aa.tar.gz
Tests: Fix qml import check
Change-Id: I7fcf4a3b718c3b2124171187cdb06493c84ff7b8 Reviewed-by: Marco Benelli <marco.benelli@qt.io>
-rw-r--r--tests/auto/qml/codemodel/importscheck/tst_importscheck.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qml/codemodel/importscheck/tst_importscheck.cpp b/tests/auto/qml/codemodel/importscheck/tst_importscheck.cpp
index f362c2cdf9..f6dbf5eb0a 100644
--- a/tests/auto/qml/codemodel/importscheck/tst_importscheck.cpp
+++ b/tests/auto/qml/codemodel/importscheck/tst_importscheck.cpp
@@ -120,8 +120,7 @@ void tst_ImportCheck::test_data()
QTest::addColumn<QStringList>("expectedFiles");
QTest::newRow("base") << QStringList(QString(TESTSRCDIR "/base"))
<< QStringList({"QML 1.0", "QtQml 2.2", "QtQml 2.1", "QtQuick 2.0",
- "QtQml 2.0", "QtQuick 2.-1", "QtQuick 2.1",
- "QtQuick 2.2", "<cpp>"})
+ "QtQml 2.0", "QtQuick 2.1", "QtQuick 2.2", "<cpp>"})
<< QStringList();
QTest::newRow("001_flatQmlOnly") << QStringList(QString(TESTSRCDIR "/001_flatQmlOnly"))
<< QStringList()