qry.queryScriptStatusRecord(
new ScriptStatusRecord(2L, 5L, "A Script", "A User", "A Status"),
new ScriptStatusRecord(2L, 6L, "Another Script", "Another User", "Another Status")
);
try{
repos.validateNoOtherLaterActivity(new SchemaVersionImpl(2L,4L));
assertEquals("Should throw Exception", true, false);
}
catch (RuntimeException e){
String expected =
"Activity for DB Ver 2 Patch 5 or later found on DB\n" +