File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/scala/com/owlcyberdefense/dfdl Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object TestEthernet {
88 lazy val runner = Runner (" /com/owlcyberdefense/dfdl/" , " testEthernet.tdml" )
99
1010 @ AfterClass def shutDown (): Unit = {
11- runner.reset
11+ runner.reset()
1212 }
1313}
1414
@@ -26,4 +26,4 @@ class TestEthernet {
2626 @ Test def test_http_ipv6_1 (): Unit = { runner.runOneTest(" http_ipv6_1" ) }
2727 @ Test def test_tcp_ecn_1 (): Unit = { runner.runOneTest(" tcp_ecn_1" ) }
2828
29- }
29+ }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object TestIPAddress {
88 lazy val runner = Runner (" /com/owlcyberdefense/dfdl/" , " testIPAddress.tdml" )
99
1010 @ AfterClass def shutDown (): Unit = {
11- runner.reset
11+ runner.reset()
1212 }
1313}
1414
@@ -19,4 +19,4 @@ class TestIPAddress {
1919 @ Test
2020 def testIPAddress1 (): Unit = { runner.runOneTest(" ipAddress1" ) }
2121
22- }
22+ }
You can’t perform that action at this time.
0 commit comments