[jdbc] testing code cleanup
reverted a few things that were not necessary * semicolon change - coming in another PR * .gitignore change - no longer using derby Code cleanup * test scoped hsqldb * removed derby artifacts and references * setting driver class is not necessary * cleaned up unused objects in delete * now running cleanup on client * removed old assert(true) stub
Showing
- .gitignore 0 additions, 1 deletion.gitignore
- jdbc/pom.xml 1 addition, 0 deletionsjdbc/pom.xml
- jdbc/src/main/java/com/yahoo/ycsb/db/JdbcDBClient.java 4 additions, 4 deletionsjdbc/src/main/java/com/yahoo/ycsb/db/JdbcDBClient.java
- jdbc/src/test/java/com/yahoo/ycsb/db/JdbcDBClientTest.java 30 additions, 19 deletionsjdbc/src/test/java/com/yahoo/ycsb/db/JdbcDBClientTest.java
Please register or sign in to comment