change
This commit is contained in:
parent
cd1bdc74f8
commit
a6b0b8d6d0
|
@ -16,8 +16,7 @@ public class ConnectWrongDatabaseTest {
|
|||
} catch (ClassNotFoundException e) {
|
||||
e.printStackTrace();
|
||||
} catch (SQLException e) {
|
||||
System.out.println(e.getMessage());
|
||||
Assert.assertEquals("TDengine Error: Invalid database name", e.getMessage());
|
||||
Assert.assertEquals(-2147482749, e.getErrorCode());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue