aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/tst_api.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-04 13:20:24 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-04-07 08:38:23 +0000
commitbc5ef731d64edd6d2f152a7c68b6ad46efd7066c (patch)
tree9bdbb644724505e478c68499181f138df004313c /tests/auto/api/tst_api.h
parentad78ab0bd362c79b58ebb44dfd0646f49027bb37 (diff)
Do not throw exceptions from the RunEnvironment class.
Apparently, this class was overlooked when we made the API non-throwing (or it was internal at the time). Task-number: QBS-952 Change-Id: I445436c1ddb3d815a20f44a87438b3cdbccfc156 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tests/auto/api/tst_api.h')
-rw-r--r--tests/auto/api/tst_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/api/tst_api.h b/tests/auto/api/tst_api.h
index a4e83b717..e2f218934 100644
--- a/tests/auto/api/tst_api.h
+++ b/tests/auto/api/tst_api.h
@@ -79,6 +79,7 @@ private slots:
void emptyFileTagList();
void emptySubmodulesList();
void enableAndDisableProduct();
+ void errorInSetupRunEnvironment();
void explicitlyDependsOn();
void exportSimple();
void exportWithRecursiveDepends();