dexter has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41232?usp=email )
Change subject: smdpp_Tests: fix sourcecode formatting, remove line breaks ......................................................................
smdpp_Tests: fix sourcecode formatting, remove line breaks
Change-Id: I50175cd2989d6bfbe220c33e73a1724166ca548f Related: SYS#7339 --- M smdpp/smdpp_Tests.cfg M smdpp/smdpp_Tests.ttcn 2 files changed, 0 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified osmith: Looks good to me, approved
diff --git a/smdpp/smdpp_Tests.cfg b/smdpp/smdpp_Tests.cfg index 32bab0d..35f3140 100644 --- a/smdpp/smdpp_Tests.cfg +++ b/smdpp/smdpp_Tests.cfg @@ -15,8 +15,6 @@ #*.FileMask:=LOG_ALL | MATCHING | DEBUG; *.ConsoleMask:=ERROR | TESTCASE | USER | VERDICTOP | WARNING ;
- - [TESTPORT_PARAMETERS] system.HTTP_server_port.KEYFILE := "../ipad/example_ca/pki/private/alttest.key" system.HTTP_server_port.CERTIFICATEFILE := "../ipad/example_ca/pki/issued/alttest.crt" diff --git a/smdpp/smdpp_Tests.ttcn b/smdpp/smdpp_Tests.ttcn index 79af08c..8ba125a 100644 --- a/smdpp/smdpp_Tests.ttcn +++ b/smdpp/smdpp_Tests.ttcn @@ -28,7 +28,6 @@ import from PKIX1Implicit88_Templates all; import from PKIX1Implicit88_Types all;
- import from es12_Types_JSON all; import from es9p_Types_JSON all; import from es2p_Types_JSON all;