summaryrefslogtreecommitdiff
path: root/src/connectors/JUTests/data/io/sql/SQLRelDataReaderTest.java
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2014-10-23 13:17:16 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2015-04-14 07:44:59 +0200
commit267c7b1af11ec8f306b37c58c7190c57fd906dc5 (patch)
tree28d3702fd32993c926b1f2057a91419ff9845b2b /src/connectors/JUTests/data/io/sql/SQLRelDataReaderTest.java
parent177a7ece545dd0de3dd6de2042ae2491a523193b (diff)
downloadsssync-267c7b1af11ec8f306b37c58c7190c57fd906dc5.tar.gz
sssync-267c7b1af11ec8f306b37c58c7190c57fd906dc5.tar.bz2
sssync-267c7b1af11ec8f306b37c58c7190c57fd906dc5.zip
Config : all enum values in CAPS.
Diffstat (limited to 'src/connectors/JUTests/data/io/sql/SQLRelDataReaderTest.java')
-rw-r--r--src/connectors/JUTests/data/io/sql/SQLRelDataReaderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectors/JUTests/data/io/sql/SQLRelDataReaderTest.java b/src/connectors/JUTests/data/io/sql/SQLRelDataReaderTest.java
index a97a98d..f22671d 100644
--- a/src/connectors/JUTests/data/io/sql/SQLRelDataReaderTest.java
+++ b/src/connectors/JUTests/data/io/sql/SQLRelDataReaderTest.java
@@ -67,7 +67,7 @@ public class SQLRelDataReaderTest {
File currentFolder = new File(main.getPath()).getParentFile();
// Build a connection and two readers on it
- builder = new SQLConnectionWrapper(DBMSType.mysql, "localhost", 3306, null, "root", "secret", "sssync");
+ builder = new SQLConnectionWrapper(DBMSType.MYSQL, "localhost", 3306, null, "root", "secret", "sssync");
reader1 = builder.newReader("testMysql1", TEST_REQUEST);
reader2 = builder.newReader("testMysql2", new File(currentFolder, "req_test.sql"));
}