Mercurial > hg > monetdb-java
diff tests/OnClientTester.java @ 556:87feb93330a6 onclient
Misc. changes suggested by analysis tool
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Thu, 16 Sep 2021 11:14:55 +0200 (2021-09-16) |
parents | 5ce6a942aff3 |
children | ce2b616ed22e |
line wrap: on
line diff
--- a/tests/OnClientTester.java +++ b/tests/OnClientTester.java @@ -53,7 +53,7 @@ public final class OnClientTester extend System.exit(1); } - protected void prepare() throws SQLException { + void prepare() throws SQLException { execute("DROP TABLE IF EXISTS foo"); execute("CREATE TABLE foo (i INT, t TEXT)"); } @@ -361,10 +361,6 @@ public final class OnClientTester extend return attempts; } - public int countBytes() { - return bytesSeen; - } - public int lineCount() { int lines = lineEndingsSeen; if (startOfLine != bytesSeen)