aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bts/BTS_Tests.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 04c40436..40bfd248 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -342,6 +342,7 @@ function f_init(charstring id := "BTS-Test") runs on test_CT {
function f_shutdown() runs on test_CT {
/* mtc.stop cleanly stops testcase execution to avoid unclean shutdown */
+ all component.stop;
mtc.stop;
}