fixing test-rig-only setup

This commit is contained in:
Christian 'ketura' McCarty
2022-10-31 04:32:22 -05:00
parent e08fd1601f
commit d0f90b3e62

View File

@@ -13,8 +13,9 @@ import java.sql.SQLException;
// Tidings of Erebor
public class NewCollectionManagerTests
{
private static DbAccess dbAccess = new DbAccess("jdbc:mysql://localhost:35001/gemp_db",
"root", "rootpass", false);
private static DbAccess dbAccess = new DbAccess();
//private static DbAccess dbAccess = new DbAccess("jdbc:mysql://localhost:35001/gemp_db",
// "root", "rootpass", false);
//@Test
public void ConvertCollectionTest() throws DecisionResultInvalidException, CardNotFoundException, IOException, SQLException {