From bc5ef731d64edd6d2f152a7c68b6ad46efd7066c Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Mon, 4 Apr 2016 13:20:24 +0200 Subject: 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 --- tests/auto/api/tst_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/api/tst_api.h') 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(); -- cgit v1.2.3