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

test fixed because it failed in CI when test suite of other projects are executed

SVN: 470
parent 1e2d6179
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ public class DBRestrictionsTest ...@@ -47,7 +47,7 @@ public class DBRestrictionsTest
{ {
LogInitializer.init(); LogInitializer.init();
sqlScript = FileUtilities.loadToString( sqlScript = FileUtilities.loadToString(
new File("sourceTest/java/ch/systemsx/cisd/common/db/DBRestrictionsTest.sql")); new File("../common/sourceTest/java/ch/systemsx/cisd/common/db/DBRestrictionsTest.sql"));
assert sqlScript != null; assert sqlScript != null;
} }
......
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