aboutsummaryrefslogtreecommitdiffstats
path: root/bsc-nat/BSCNAT_Tests.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'bsc-nat/BSCNAT_Tests.ttcn')
-rw-r--r--bsc-nat/BSCNAT_Tests.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsc-nat/BSCNAT_Tests.ttcn b/bsc-nat/BSCNAT_Tests.ttcn
index e97eb836..41d58d76 100644
--- a/bsc-nat/BSCNAT_Tests.ttcn
+++ b/bsc-nat/BSCNAT_Tests.ttcn
@@ -192,6 +192,7 @@ function f_wait_finish(timer T) runs on test_CT {
for (i := 0; i < NUM_MSC; i := i+1) {
msc[i].MSC.stop;
}
+ setverdict(pass);
}