aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions_enum.formatted.qml (renamed from tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions.fail_enum.formatted.qml)0
-rw-r--r--tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions_enum.qml (renamed from tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions.fail_enum.qml)0
-rw-r--r--tests/auto/qml/qmlformat/tst_qmlformat.cpp6
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions.fail_enum.formatted.qml b/tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions_enum.formatted.qml
index d9726ad707..d9726ad707 100644
--- a/tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions.fail_enum.formatted.qml
+++ b/tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions_enum.formatted.qml
diff --git a/tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions.fail_enum.qml b/tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions_enum.qml
index a016f09146..a016f09146 100644
--- a/tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions.fail_enum.qml
+++ b/tests/auto/qml/qmlformat/data/noSuperfluousSpaceInsertions_enum.qml
diff --git a/tests/auto/qml/qmlformat/tst_qmlformat.cpp b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
index ee9129075b..aeafa30982 100644
--- a/tests/auto/qml/qmlformat/tst_qmlformat.cpp
+++ b/tests/auto/qml/qmlformat/tst_qmlformat.cpp
@@ -353,9 +353,9 @@ void TestQmlformat::qml_data()
QTest::newRow("noSuperfluousSpaceInsertions_signal")
<< "noSuperfluousSpaceInsertions_signal.qml"
<< "noSuperfluousSpaceInsertions_signal.formatted.qml";
- QTest::newRow("noSuperfluousSpaceInsertions.fail_enum")
- << "noSuperfluousSpaceInsertions.fail_enum.qml"
- << "noSuperfluousSpaceInsertions.fail_enum.formatted.qml";
+ QTest::newRow("noSuperfluousSpaceInsertions_enum")
+ << "noSuperfluousSpaceInsertions_enum.qml"
+ << "noSuperfluousSpaceInsertions_enum.formatted.qml";
QTest::newRow("noSuperfluousSpaceInsertions.fail_parameters")
<< "noSuperfluousSpaceInsertions.fail_parameters.qml"
<< "noSuperfluousSpaceInsertions.fail_parameters.formatted.qml";