提交 c574785e 编写于 作者: Z zyyang

change

上级 943020d3
......@@ -644,14 +644,10 @@ public class TSDBDatabaseMetaDataTest {
while (tables.next()) {
System.out.print(metaData.getColumnLabel(3) + ":" + tables.getString(3) + "\t");
System.out.print(metaData.getColumnLabel(4) + ":" + tables.getString(4) + "\t");
System.out.print(metaData.getColumnLabel(5) + ":" + tables.getString(5) + "\t");
// System.out.println("name:" + tables.getString(3));
// System.out.println("type:" + tables.getString(4));
// System.out.println("remark:" + tables.getString(5));
System.out.print(metaData.getColumnLabel(5) + ":" + tables.getString(5) + "\n");
}
System.out.println();
Assert.assertNull(tables);
Assert.assertNotNull(tables);
}
@Test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册