aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-31 17:39:43 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-09-03 09:53:13 +0000
commitf57ca14b2c2eeac1f7fedd863dc503be4638bee2 (patch)
tree6ccc4a935d4e38eaeac6a29360f45ed3b4eae843 /tests/auto/blackbox/tst_blackbox.h
parent106a2b5877a26a4cd7a1c9e9542e0dc392cb2437 (diff)
Executor: Fix invalid assertion
An artifact whose alwaysUpdated property is false does not need to exist and is therefore not required to have a valid timestamp. Change-Id: I642349c49a53e6e45d6b09d1acc87f4c9a0edae9 Reviewed-by: Christian Stenger <christian.stenger@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 0dcfc5b31..58cc8f6fb 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -183,6 +183,7 @@ private slots:
void nodejs();
void nonBrokenFilesInBrokenProduct();
void nonDefaultProduct();
+ void notAlwaysUpdated();
void nsis();
void nsisDependencies();
void outOfDateMarking();