366367368369370371372373374375376
} context.getDialect().addRule( context ); pkgRegistry.getPackage().addRule( context.getRule() ); pkgBuilder.compileAll(); pkgBuilder.reloadAll(); if ( pkgBuilder.hasErrors() ) { fail(pkgBuilder.getErrors().toString()); } }
93949596979899100101102103
} context.getDialect().addRule( context ); pkgRegistry.getPackage().addRule(context.getRule()); kBuilder.compileAll(); kBuilder.reloadAll(); } @Test public void testFixExitPointsReferences() { String consequence =
367368369370371372373374375376377
979899100101102103104105106107