File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
src/test/java/org/java_websocket/autobahn Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1970,15 +1970,7 @@ public void test7_9_5() {
19701970 assertEquals ( "OK" , testResult .get ( "behaviorClose" ) );
19711971 Assume .assumeTrue ("Duration: " + testResult .getInt ( "duration" ), testResult .getInt ( "duration" ) < 10 );
19721972 }
1973-
1974- @ Test
1975- public void test7_9_6 () {
1976- JSONObject testResult = jsonObject .getJSONObject ( "7.9.6" );
1977- assertEquals ( "OK" , testResult .get ( "behavior" ) );
1978- assertEquals ( "OK" , testResult .get ( "behaviorClose" ) );
1979- Assume .assumeTrue ("Duration: " + testResult .getInt ( "duration" ), testResult .getInt ( "duration" ) < 10 );
1980- }
1981-
1973+
19821974 @ Test
19831975 public void test7_9_7 () {
19841976 JSONObject testResult = jsonObject .getJSONObject ( "7.9.7" );
You can’t perform that action at this time.
0 commit comments