Now working with both hibernate and eclipselink
[utils] / security / impl / src / test / java / org / wamblee / security / authorization / AuthorizationServiceTest.java
index 8be34f9da74d5204f4c5275984f5be6a77161f8d..8b1f1e1521b216e0b8db1697921b28fd463757fa 100644 (file)
@@ -56,6 +56,7 @@ public class AuthorizationServiceTest extends TestCase {
         service.appendRule(rule1);
         service.appendRule(rule2);
         service.appendRule(rule3);
+        checkRuleCount(3);
     }
 
     protected void resetTestRules() {