aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-07-31 15:59:56 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-08-01 11:52:57 +0200
commit02ada61b491cc9214b42e27789e733e31f73b7ab (patch)
tree9a06dbec30704166f72e40f11d1894cd3ded03a3 /tests/auto
parentbd172083e9b4367aa712b7c4314bff379e6e96ee (diff)
multiplex rules now always see all inputs
Multiplex rules now always see all inputs they're interested in and not only the compatible inputs that are out of date. Also, we do not need to re-use transformers, because that's a fruitless optimization attempt that complicated the code. Eventually, we're able to remove the hard-to-grasp "regenerating transformer" block. Task-number: QBS-645 Change-Id: I86dd307ee6ffa95baddd4e49307f0c1816e29901 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/blackbox/tst_blackbox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.cpp b/tests/auto/blackbox/tst_blackbox.cpp
index f995ef3ec..1da1def94 100644
--- a/tests/auto/blackbox/tst_blackbox.cpp
+++ b/tests/auto/blackbox/tst_blackbox.cpp
@@ -1550,7 +1550,6 @@ void TestBlackbox::dynamicMultiplexRule()
waitForNewTimestamp();
touch("two.txt");
QCOMPARE(runQbs(), 0);
- QEXPECT_FAIL("", "QBS-645", Abort);
QVERIFY(regularFileExists(outputFilePath));
}