From: <jbo...@li...> - 2006-01-17 08:03:57
|
Author: mic...@jb... Date: 2006-01-17 03:03:52 -0500 (Tue, 17 Jan 2006) New Revision: 2114 Modified: trunk/labs/jbossrules/drools-repository/src/test/java/org/drools/repository/IntegrationTest.java Log: More integration tests and fixes that follow it Modified: trunk/labs/jbossrules/drools-repository/src/test/java/org/drools/repository/IntegrationTest.java =================================================================== --- trunk/labs/jbossrules/drools-repository/src/test/java/org/drools/repository/IntegrationTest.java 2006-01-17 08:02:15 UTC (rev 2113) +++ trunk/labs/jbossrules/drools-repository/src/test/java/org/drools/repository/IntegrationTest.java 2006-01-17 08:03:52 UTC (rev 2114) @@ -25,6 +25,18 @@ * so that is acceptable. */ public void testBootstrap() { + runVersioningTests(); + + + + } + + + /** + * These tests show how it all hangs together. + * You can see versioning in action, save history etc. + */ + private void runVersioningTests() { RepositoryManager repo = RepositoryFactory.getStatefulRepository(); // In the beginning there was a rule @@ -135,9 +147,6 @@ repo.close(); - - - } |