Skip to content

Commit 35a8c95

Browse files
author
Paultagoras
committed
Cleanup
1 parent d78fce3 commit 35a8c95

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

clickhouse-jdbc/src/test/java/com/clickhouse/jdbc/JdbcIntegrationTest.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ protected void checkRowCount(Statement stmt, String queryOrTableName, int expect
6969
}
7070
}
7171

72-
// public JdbcIntegrationTest() {
73-
// String className = getClass().getSimpleName();
74-
// if (className.startsWith(CLASS_PREFIX)) {
75-
// className = className.substring(CLASS_PREFIX.length());
76-
// }
77-
// if (className.endsWith(CLASS_SUFFIX)) {
78-
// className = className.substring(0, className.length() - CLASS_SUFFIX.length());
79-
// }
80-
//
81-
// this.dbName = "test_" + className.toLowerCase(Locale.ROOT);
82-
// }
83-
8472
public String getServerAddress(ClickHouseProtocol protocol) {
8573
return getServerAddress(protocol, false);
8674
}

0 commit comments

Comments
 (0)