You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/11 19:53:51 UTC

directory-fortress-commander git commit: FC-65 - Turn off Fortress audit and pw policy test cases

Repository: directory-fortress-commander
Updated Branches:
  refs/heads/master 8139a9613 -> fdfb5d9fa


FC-65 - Turn off Fortress audit and pw policy test cases


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

Branch: refs/heads/master
Commit: fdfb5d9fac1ce351ff3883426cd9c7272bdf7539
Parents: 8139a96
Author: Shawn McKinney <sm...@apache.org>
Authored: Wed Feb 11 12:53:37 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Wed Feb 11 12:53:37 2015 -0600

----------------------------------------------------------------------
 .../fortress/web/integration/FortressWebSeleniumITCase.java  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-commander/blob/fdfb5d9f/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java b/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java
index d6ea8f0..6c92d23 100644
--- a/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java
+++ b/src/test/java/org/apache/directory/fortress/web/integration/FortressWebSeleniumITCase.java
@@ -96,11 +96,11 @@ public class FortressWebSeleniumITCase
             admrles();
             admobjs();
             admperms();
-            plcys();
+            //plcys();
             //groups();
-            binds();
-            authzs();
-            mods();
+            //binds();
+            //authzs();
+            //mods();
         }