You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2008/10/18 02:20:03 UTC

svn commit: r705824 - /ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampart/readme.txt

Author: midon
Date: Fri Oct 17 17:20:03 2008
New Revision: 705824

URL: http://svn.apache.org/viewvc?rev=705824&view=rev
Log:
some explanations might help

Added:
    ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampart/readme.txt

Added: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampart/readme.txt
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampart/readme.txt?rev=705824&view=auto
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampart/readme.txt (added)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampart/readme.txt Fri Oct 17 17:20:03 2008
@@ -0,0 +1,19 @@
+
+
+How does TestRampart bundle work?
+========================================
+
+The goal of this test is to make sure Rampart is integrated properly.
+Rampart comes with a set of samples [1]. A subset of them test the same service with different security policies.
+
+Here we reuse the policy samples and for each of them generate a process bundle based on the TestRampart/process-template.
+The qname of the services vary so two variables are replaced:
+{sample.namespace}
+{sample.service.name}
+
+This is done before running the tests in the Rakefile, see task :prepare_rampart_test.
+
+The external services are packaged as Axis archives in TestRampart/services.
+The Password Callback Handler classes are in src/test/java.
+
+[1] https://svn.apache.org/repos/asf/webservices/rampart/trunk/java/modules/rampart-samples/policy/
\ No newline at end of file