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 8
8
import com .xxdb .io .LittleEndianDataOutputStream ;
9
9
import com .xxdb .io .Long2 ;
10
10
import com .xxdb .io .ProgressListener ;
11
+ import com .xxdb .streaming .client .Site ;
11
12
import org .junit .*;
12
13
import org .slf4j .Logger ;
13
14
import org .slf4j .LoggerFactory ;
@@ -206,8 +207,6 @@ public String getLogMessages() {
206
207
logCapture .stop ();
207
208
String s =logCapture .getLogMessages ();
208
209
assertTrue (s .contains ("Connect failed after " +trynums +" reconnect attemps for every node in high availability sites." ));
209
-
210
-
211
210
}
212
211
@ Test
213
212
public void Test_Connect_initialScript () throws IOException {
@@ -406,7 +405,6 @@ public void testMonthScalar_1() throws IOException {
406
405
BasicMonth data = (BasicMonth )conn .run ("month(0)" );
407
406
System .out .println (data .getString ());
408
407
assertEquals ("0000.01M" ,data .getString ());
409
-
410
408
}
411
409
412
410
@ Test
You can’t perform that action at this time.
0 commit comments