We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f1423 commit ae33dc6Copy full SHA for ae33dc6
test/com/xxdb/compatibility_testing/release130/streaming/ThreadPooledClientTest.java
@@ -63,6 +63,7 @@ public static void login() {
63
64
@Before
65
public void setUp() throws IOException {
66
+ try{clear_env();}catch (Exception e){}
67
try {
68
String script0 = "login(`admin,`123456);" +
69
"try{undef(`Trades, SHARED);}catch(ex){};"+
@@ -80,7 +81,6 @@ public void setUp() throws IOException {
80
81
} catch (IOException e) {
82
e.printStackTrace();
83
}
- clear_env();
84
85
86
@After
0 commit comments