Skip to content
Snippets Groups Projects
Commit cb05ec4a authored by felmer's avatar felmer
Browse files

test fixed

SVN: 11185
parent e63b2506
No related branches found
No related tags found
No related merge requests found
...@@ -921,6 +921,8 @@ public class DBMigrationEngineTest ...@@ -921,6 +921,8 @@ public class DBMigrationEngineTest
will(returnValue(migrationStepExecutor)); will(returnValue(migrationStepExecutor));
one(daoFactory).getMigrationStepExecutorAdmin(); one(daoFactory).getMigrationStepExecutorAdmin();
will(returnValue(migrationStepExecutorAdmin)); will(returnValue(migrationStepExecutorAdmin));
one(adminDAO).createGroups();
one(logDAO).canConnectToDatabase(); one(logDAO).canConnectToDatabase();
will(returnValue(true)); will(returnValue(true));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment