From f259021a2408fb23d6c7661462fd5d469ba8d6d0 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Fri, 4 Dec 2020 14:20:50 +0100 Subject: [PATCH] gbproxy: Make TC_bvc_reset_sig_from_bss() actually pass If we hit none of the failures in the test case it means the test was passed. Change-Id: I6fe00558b346174f05f36703fe630796fb04a71e Related: SYS#5002 --- gbproxy/GBProxy_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn index c288adbc2..2233eceb6 100644 --- a/gbproxy/GBProxy_Tests.ttcn +++ b/gbproxy/GBProxy_Tests.ttcn @@ -2100,7 +2100,7 @@ testcase TC_bvc_reset_sig_from_bss() runs on test_CT { /* check if BVC-block was not received on any unexpected BVC is not required as * such a message would basically run into 'no matching clause' */ - + setverdict(pass); f_cleanup(); }