aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-07-16 14:06:41 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-07-18 12:43:44 +0000
commitca08d7461ed51343ba04d835928f93340f23676c (patch)
tree7b9ed705b2f8b73f3ddf5a460111ef1a5ba1211c /tests/auto/blackbox/tst_blackbox.h
parent23eb52c2100b7f5f83b9b514ab3be11be7f46b2e (diff)
RulesApplicator: Fix assertion
There can be input artifacts that are produced by a rule that is not connected to the current rule. This happens if at least one of the outputs of the rule that produces the input matches the excluded inputs of the current rule, in which case there is no connection between the rules. Change-Id: If51344e95e971ae89745ce7c20c2623774af42ae Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index 57c9c1d2c..89e43d213 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -233,6 +233,7 @@ private slots:
void rescueTransformerData();
void responseFiles();
void ruleConditions();
+ void ruleConnectionWithExcludedInputs();
void ruleCycle();
void ruleWithNoInputs();
void ruleWithNonRequiredInputs();