Skip to content

Commit aafcb37

Browse files
committed
Clean up unit test....
1 parent b7ee2f5 commit aafcb37

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/unit/bugs/bugs.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -738,16 +738,6 @@ void bugs::bug21053335()
738738
logMsg("bugs::bug21053335");
739739
try
740740
{
741-
sql::ConnectOptionsMap connection_properties;
742-
743-
connection_properties["hostName"]=url;
744-
connection_properties["userName"]=user;
745-
connection_properties["password"]=passwd;
746-
747-
created_objects.clear();
748-
con.reset(driver->connect(connection_properties));
749-
con->setSchema(db);
750-
stmt.reset(con->createStatement());
751741

752742
stmt->execute("DROP TABLE IF EXISTS bug21053335");
753743
stmt->execute("CREATE TABLE bug21053335(c char(10))");

0 commit comments

Comments
 (0)