assertEquals("Failed correctly", ErrorTermination.class, r.getClass());
System.out.println(((ErrorTermination)r).getError());
r.visit(new ScriptusFacade(datastore, c, m, conf), p);
}
public void test_breakSecurity5() throws IOException {
ScriptProcess p = datastore.newProcess(TEST_USER, "breakSec5.js", false, "", "owner", TransportType.Dummy);