|
|
|
@ -17,7 +17,7 @@ public class ToolInformationSchemaColumnMapperTest extends BaseDbUnitTest {
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|
public void testSelectListByTableName() {
|
|
|
|
public void testSelectListByTableName() {
|
|
|
|
List<ToolSchemaColumnDO> columns = toolInformationSchemaColumnMapper
|
|
|
|
List<ToolSchemaColumnDO> columns = toolInformationSchemaColumnMapper
|
|
|
|
.selectListByTableName("inf_config");
|
|
|
|
.selectListByTableName("", "inf_config");
|
|
|
|
assertTrue(columns.size() > 0);
|
|
|
|
assertTrue(columns.size() > 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|