aboutsummaryrefslogtreecommitdiff
path: root/autotests/test_kconf_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/test_kconf_update.cpp')
-rw-r--r--autotests/test_kconf_update.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/autotests/test_kconf_update.cpp b/autotests/test_kconf_update.cpp
index ff4939a3..e4e2b416 100644
--- a/autotests/test_kconf_update.cpp
+++ b/autotests/test_kconf_update.cpp
@@ -262,7 +262,7 @@ void TestKConfUpdate::test_data()
<< true
<< true
;
- QTest::newRow("MigrateWhenFileDoesntHaveVersion")
+ QTest::newRow("DontMigrateWhenFileDoesntHaveVersion")
<<
"File=testrc\n"
"Group=group\n"
@@ -276,15 +276,12 @@ void TestKConfUpdate::test_data()
<<
"testrc"
<<
- "[$Version]\n"
- "update_info=%1\n"
- "\n"
"[group]\n"
- "new=value\n"
+ "old=value\n"
<<
""
<< false
- << true
+ << false
;
QTest::newRow("DontMigrateWhenUpdateCantDoItMissingFilename")