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 00:28:02 UTC

directory-fortress-enmasse git commit: FC-56 - rest test doc instructions

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master 0c709a2f6 -> 45f27ca9a


FC-56 - rest test doc instructions


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

Branch: refs/heads/master
Commit: 45f27ca9a9990a8ec855e048f605057ebc7cf8ff
Parents: 0c709a2
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue Feb 10 17:27:49 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue Feb 10 17:27:49 2015 -0600

----------------------------------------------------------------------
 README.txt | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/45f27ca9/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 3aa1a87..1d3e9fb 100755
--- a/README.txt
+++ b/README.txt
@@ -132,13 +132,14 @@ ________________________________________________________________________________
 # SECTION 6:  Instructions to test Fortress Rest application
 ###################################################################################
 Run maven test
-# $M2_HOME/bin/mvn test
-
-note1: the Fortress Rest application must be deployed and running within your servlet container before the unit tests will complete successfully.  If your app server
- is running on a separate machine, or using port other than 8080, adjust the settings accordingly in src/main/test/java/org/apache/directory/fortress/rest/EmTest.java
-note2:  For learning and troubleshooting, it is recommended that you use an HTTP proxy program, like Axis' tpMon to intercept the HTTP/XML request/responses between Fortress rest client and server.
-note3:  The tests depend on user, 'demoUser4', already provisioned into LDAP assigned necessary role, during section 3.
-note4:  If for any reason these tests should not be run during maven processing, adjust the following setting in project's pom.xml (set to 'true'):
+# $M2_HOME/bin/mvn verify -Dnoload
+
+notes
+    - The Fortress Rest application must be deployed and running within your servlet container before the unit tests will complete successfully.  If your app server
+      is running on a separate machine, or using port other than 8080, adjust the settings accordingly in src/main/test/java/org/apache/directory/fortress/rest/EmTest.java
+    - For learning and troubleshooting, it is recommended that you use an HTTP proxy program, like Axis' tpMon to intercept the HTTP/XML request/responses between Fortress rest client and server.
+    - The tests depend on user, 'demoUser4', already provisioned into LDAP assigned necessary role, during section 3.
+    - If for any reason these tests should not be run during maven processing, adjust the following setting in project's pom.xml (set to 'true'):
 
     <plugin>
         <groupId>org.apache.maven.plugins</groupId>