Skip to content

Commit bdb7c55

Browse files
committed
update test case
1 parent 6aaa1b8 commit bdb7c55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/com/xxdb/DBConnectionTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import com.xxdb.io.LittleEndianDataOutputStream;
99
import com.xxdb.io.Long2;
1010
import com.xxdb.io.ProgressListener;
11+
import com.xxdb.streaming.client.Site;
1112
import org.junit.*;
1213
import org.slf4j.Logger;
1314
import 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

0 commit comments

Comments
 (0)