You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2804,7 +2804,7 @@ public void test_DBConnection_not_login() throws IOException, InterruptedExcepti
2804
2804
}catch(Exceptionex){
2805
2805
re = ex.getMessage();
2806
2806
}
2807
-
assertEquals(true,re.contains("Login is required for script execution with client authentication enabled. "));
2807
+
assertEquals(true,re.contains("Login is required for script execution with client authentication enabled. ")||re.contains("Only administrators execute function getGroupList"));
Copy file name to clipboardExpand all lines: test/com/xxdb/SimpleDBConnectionPoolTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -214,7 +214,7 @@ public void test_SimpleDBConnectionPool_config_userId_null() throws IOException,
214
214
}catch(Exceptionex){
215
215
re = ex.getMessage();
216
216
}
217
-
assertEquals(true,re.contains("Login is required for script execution with client authentication enabled"));
217
+
assertEquals(true,re.contains("Login is required for script execution with client authentication enabled")||re.contains("Only administrators execute function getGroupList"));
0 commit comments