You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/21 01:06:37 UTC

[20/50] git commit: reenable unit test functions

reenable unit test functions


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/98353f8e
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/98353f8e
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/98353f8e

Branch: refs/heads/master
Commit: 98353f8eeaedcf35a6e276b8919892959df0647c
Parents: e65416c
Author: Shawn McKinney <sh...@jts.us>
Authored: Mon Jun 30 14:06:35 2014 -0500
Committer: Shawn McKinney <sh...@jts.us>
Committed: Mon Jun 30 14:06:35 2014 -0500

----------------------------------------------------------------------
 .../fortress/rbac/accelerator/TestAccelerator.java        | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/98353f8e/src/test/java/org/openldap/fortress/rbac/accelerator/TestAccelerator.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/openldap/fortress/rbac/accelerator/TestAccelerator.java b/src/test/java/org/openldap/fortress/rbac/accelerator/TestAccelerator.java
index 828e0e6..5a1a7b2 100644
--- a/src/test/java/org/openldap/fortress/rbac/accelerator/TestAccelerator.java
+++ b/src/test/java/org/openldap/fortress/rbac/accelerator/TestAccelerator.java
@@ -66,7 +66,7 @@ public class TestAccelerator
         }
     }
 
-    //@Test
+    @Test
     public void testCreateSession()
     {
         LOG.info( "testCreateSession..." );
@@ -107,7 +107,7 @@ public class TestAccelerator
         }
     }
 
-    //@Test
+    @Test
     public void testCheckAccess()
     {
         AccelMgr accelMgr = null;
@@ -150,7 +150,7 @@ public class TestAccelerator
         }
     }
 
-    //@Test
+    @Test
     public void testDeleteSession()
     {
         LOG.info( "testDeleteSession..." );
@@ -198,7 +198,7 @@ public class TestAccelerator
         }
     }
 
-    //@Test
+    @Test
     public void testDropActiveRole()
     {
         LOG.info( "testDropActiveRole..." );
@@ -227,7 +227,7 @@ public class TestAccelerator
     }
 
 
-    //@Test
+    @Test
     public void testCombinedCalls()
     {
         LOG.info( "testCombinedCalls..." );