File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 88import com .xxdb .io .LittleEndianDataOutputStream ;
99import com .xxdb .io .Long2 ;
1010import com .xxdb .io .ProgressListener ;
11+ import com .xxdb .streaming .client .Site ;
1112import org .junit .*;
1213import org .slf4j .Logger ;
1314import org .slf4j .LoggerFactory ;
@@ -206,8 +207,6 @@ public String getLogMessages() {
206207 logCapture .stop ();
207208 String s =logCapture .getLogMessages ();
208209 assertTrue (s .contains ("Connect failed after " +trynums +" reconnect attemps for every node in high availability sites." ));
209-
210-
211210 }
212211 @ Test
213212 public void Test_Connect_initialScript () throws IOException {
@@ -406,7 +405,6 @@ public void testMonthScalar_1() throws IOException {
406405 BasicMonth data = (BasicMonth )conn .run ("month(0)" );
407406 System .out .println (data .getString ());
408407 assertEquals ("0000.01M" ,data .getString ());
409-
410408 }
411409
412410 @ Test
You can’t perform that action at this time.
0 commit comments