removed test
This commit is contained in:
parent
93d05aaa41
commit
66a3d4442b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -72,3 +72,4 @@ crawler.sql.iml
|
|||
sql.iml
|
||||
target/
|
||||
crawler_sql.iml 제거할 예정
|
||||
*.iml
|
|
@ -65,22 +65,22 @@ public class AppTest {
|
|||
@Test
|
||||
@Ignore
|
||||
public void testMYSQL() throws IOException {
|
||||
Object result = new SQLCrawler().getInternal( getConfig("config/mysql.json"));
|
||||
print("Mysql row", (List<OFResultSet>) result);
|
||||
// Object result = new SQLCrawler().getInternal( getConfig("config/mysql.json"));
|
||||
// print("Mysql row", (List<OFResultSet>) result);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testPGSQL() throws IOException {
|
||||
Object result = new SQLCrawler().getInternal(getConfig("config/pgsql.json"));
|
||||
print("PGSql", (List<OFResultSet>) result);
|
||||
// Object result = new SQLCrawler().getInternal(getConfig("config/pgsql.json"));
|
||||
// print("PGSql", (List<OFResultSet>) result);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testSQLServerConnection_Count() throws IOException {
|
||||
Object result = new SQLCrawler().getInternal(getConfig("config/sqlserver_connection_count.json"));
|
||||
print("MSSql Server", (List<OFResultSet>) result);
|
||||
// Object result = new SQLCrawler().getInternal(getConfig("config/sqlserver_connection_count.json"));
|
||||
// print("MSSql Server", (List<OFResultSet>) result);
|
||||
|
||||
}
|
||||
|
||||
|
@ -89,7 +89,7 @@ public class AppTest {
|
|||
@Test
|
||||
@Ignore
|
||||
public void testSQLServerMultiKeyArray() throws IOException {
|
||||
Object result = new SQLCrawler().getInternal(getConfig("config/sqlserver_multiple_key_array.json"));
|
||||
print("MSSql Server MuoltiArray", (List< OFResultSet>) result);
|
||||
// Object result = new SQLCrawler().getInternal(getConfig("config/sqlserver_multiple_key_array.json"));
|
||||
// print("MSSql Server MuoltiArray", (List< OFResultSet>) result);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user