Skip to content
Snippets Groups Projects
Commit 3a60e2ed authored by brinn's avatar brinn
Browse files

fix: test initialization when called from another project than common itself (e.g. datamover)

SVN: 4162
parent 6bf3d5da
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ public class DBRestrictionParserTest
LogInitializer.init();
sqlScript =
FileUtilities.loadToString(new File(
"sourceTest/java/ch/systemsx/cisd/common/db/DBRestrictionsTest.sql"));
"../common/sourceTest/java/ch/systemsx/cisd/common/db/DBRestrictionsTest.sql"));
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