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 1578598 commit a7e64c1Copy full SHA for a7e64c1
test/com/xxdb/DBConnectionTest.java
@@ -6154,7 +6154,7 @@ public void Test_DBConnection_run_script_exception() throws Exception {
6154
}catch(Exception e){
6155
re = e.getMessage();
6156
}
6157
- assertEquals(true, re.contains("String cannot be added to a vector that is not of string type. script: \"aa\"+[1]"));
+ assertEquals(true, re.contains("String cannot be added to a vector that is not of string type"));
6158
6159
@Test
6160
public void Test_DBConnection_run_function_exception() throws IOException, InterruptedException {
0 commit comments