aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-20 17:31:47 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-02-20 17:47:19 +0100
commita912fa1ebc75ea2472142fd52545a0953853db00 (patch)
tree52650997769911b369a478b49551fd40780e7afe /tests/auto/blackbox
parent559fb802ea0688c3104cbfcd4146598c6ac95610 (diff)
Serialize information about rules with changed inputs.
This was simply missing. Also amend the "trackRemoveFile" autotest so that it catches such an omission. Change-Id: Ic3187bf17337cf792bb6ccfd324635d1a43f4d82 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index 105af71a8..b4364cddc 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -856,6 +856,8 @@ void TestBlackbox::trackRemoveFile()
QFile::copy("../before/main.cpp", "main.cpp");
QVERIFY(QFile::remove("zort.h"));
QVERIFY(QFile::remove("zort.cpp"));
+ QCOMPARE(runQbs(QbsRunParameters(QLatin1String("resolve"))), 0);
+
touch("main.cpp");
touch("project.qbs");
QCOMPARE(runQbs(), 0);