提交 42c802bd 编写于 作者: Z zyyang

change

上级 8630797f
......@@ -50,9 +50,9 @@ public class QueryDataTest {
ResultSet rs = statement.executeQuery(querySql);
while (rs.next()) {
String name = rs.getString(2) + "001";
String name = rs.getString(2);
System.out.println("name = " + name);
assertEquals(name, "taosda001");
assertEquals("taosdata", name);
}
rs.close();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册