Skip to content

Commit

Permalink
Fix test cleanup to add Supplier table
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik Kumar committed Jan 15, 2014
1 parent 526b782 commit 3984e4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@
@ContextConfiguration
public abstract class AbstractIntTestForJPile {
private static final String JDBC_URL = "jdbc:mysql://localhost/jpile?useUnicode=true&characterEncoding=utf-8";
private static final List<String> TABLES = of("customer", "product", "contact", "contact_phone", "binary_data");
private static final List<String> TABLES = of("customer", "product", "contact", "contact_phone", "binary_data", "supplier");
public static final String DB_USER = "root";
public static final String DB_PASSWORD = "";

Expand Down

0 comments on commit 3984e4d

Please sign in to comment.