-
Bug
-
Resolution: Done
-
Minor
-
persistence_1.0.0.Alpha4
-
None
When using @CleanupUsingScript(phase = NONE) with @UsingDataSet the following exception is thrown:
InvalidResourceLocation: Unable to locate cleanup-com.example.arqtest.SimpleTest#testStuff.sql. File does not exist also in default location scripts/
As Bartosz pointed out, using this annotation with phase=NONE is semantically incorrect. This is obviously not a serious bug.