aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2021-05-21 14:11:58 +0000
committerNeels Hofmeyr <neels@hofmeyr.de>2021-06-07 17:38:18 +0200
commit7285df80576474a090ab4a371d85f6459bb61dec (patch)
tree43653a17e732c69b7c263a07ded6d489051a26da
parentdf743acb8be2531b0ae0305d0e1c41595b0101a7 (diff)
enable all tests
-rw-r--r--bsc/BSC_Tests.ttcn2
-rw-r--r--bsc/BSC_Tests_CBSP.ttcn2
-rw-r--r--bsc/BSC_Tests_LCLS.ttcn2
3 files changed, 3 insertions, 3 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index bd631145..b4153b7b 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -8765,7 +8765,7 @@ testcase TC_reassignment_fr() runs on test_CT {
control {
- if (true) {
+ if (false) {
execute( TC_reassignment_fr() );
} else {
/* CTRL interface testing */
diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn
index 409c5fe6..5e16cd6a 100644
--- a/bsc/BSC_Tests_CBSP.ttcn
+++ b/bsc/BSC_Tests_CBSP.ttcn
@@ -861,7 +861,7 @@ testcase TC_cbsp_emerg_write_bts_cgi_cchan_disable() runs on cbsp_test_CT {
control {
- if (true) {
+ if (false) {
} else {
execute( TC_cbsp_bsc_server() );
execute( TC_cbsp_bsc_server_ipv6() );
diff --git a/bsc/BSC_Tests_LCLS.ttcn b/bsc/BSC_Tests_LCLS.ttcn
index 23cb449b..8a48be1a 100644
--- a/bsc/BSC_Tests_LCLS.ttcn
+++ b/bsc/BSC_Tests_LCLS.ttcn
@@ -738,7 +738,7 @@ testcase TC_lcls_connect_clear() runs on lcls_test_CT {
control {
- if (true) {
+ if (false) {
} else {
execute( TC_lcls_gcr_only() );