aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOlivier De Cannière <[email protected]>2025-07-01 10:46:34 +0200
committerOlivier De Cannière <[email protected]>2025-07-02 10:37:28 +0200
commit6ead474c839c84788e18a6518726c60fd8b6399d (patch)
tree90400022539182239fb9581cbd45306dc7bef4a0 /tests
parentbc586861768ba411be89ec099b796c3c3387b3d6 (diff)
tst_qmlformat: Rename QEXPECT_FAIL test files to show that they now passHEADdev
Amends a3863b2d8bfdd2a0c138e857d3f119a5f6dfc11e Pick-to: 6.10 6.9 6.8 Change-Id: I756621e2ac6d57a555395cb69914e2d0b4431d0e Reviewed-by: Fabian Kosmale <[email protected]>
Diffstat (limited to 'tests')
-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";