fixing test-rig-only setup
This commit is contained in:
@@ -13,8 +13,9 @@ import java.sql.SQLException;
|
|||||||
// Tidings of Erebor
|
// Tidings of Erebor
|
||||||
public class NewCollectionManagerTests
|
public class NewCollectionManagerTests
|
||||||
{
|
{
|
||||||
private static DbAccess dbAccess = new DbAccess("jdbc:mysql://localhost:35001/gemp_db",
|
private static DbAccess dbAccess = new DbAccess();
|
||||||
"root", "rootpass", false);
|
//private static DbAccess dbAccess = new DbAccess("jdbc:mysql://localhost:35001/gemp_db",
|
||||||
|
// "root", "rootpass", false);
|
||||||
|
|
||||||
//@Test
|
//@Test
|
||||||
public void ConvertCollectionTest() throws DecisionResultInvalidException, CardNotFoundException, IOException, SQLException {
|
public void ConvertCollectionTest() throws DecisionResultInvalidException, CardNotFoundException, IOException, SQLException {
|
||||||
|
|||||||
Reference in New Issue
Block a user