Skip to content

Commit

Permalink
Fix for Bug#79612 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
soklakov committed Dec 1, 2017
1 parent a81a307 commit aff510c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/testsuite/regression/ConnectionRegressionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3284,7 +3284,7 @@ public void testChangeUser() throws Exception {
}

public void testChangeUserNoDb() throws Exception {
String dbName = "testChangeUserNoDb";
String dbName = "testchangeusernodb";

this.stmt.executeUpdate("DROP DATABASE IF EXISTS " + dbName);

Expand Down
2 changes: 1 addition & 1 deletion src/testsuite/simple/ConnectionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ public void testSetProfileSql() throws Exception {
}

public void testCreateDatabaseIfNotExist() throws Exception {
String dbName = "testCreateDatabaseIfNotExistDb";
String dbName = "testcreatedatabaseifnotexist";

this.stmt.executeUpdate("DROP DATABASE IF EXISTS " + dbName);

Expand Down

0 comments on commit aff510c

Please sign in to comment.