Author: midon
Date: Fri Oct 17 17:19:58 2008
New Revision: 705822
URL: http://svn.apache.org/viewvc?rev=705822&view=rev
Log:
comestic changes
Modified:
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/RampartTest.java
Modified:
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/RampartTest.java
URL:
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/RampartTest.java?rev=705822&r1=705821&r2=705822&view=diff
==============================================================================
---
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/RampartTest.java
(original)
+++
ode/branches/APACHE_ODE_1.X/axis2-war/src/test/java/org/apache/ode/axis2/RampartTest.java
Fri Oct 17 17:19:58 2008
@@ -52,14 +52,13 @@
for (int i = 0; i < policies.length; i++) {
bundles[i] = new Object[]{"TestRampart/" + policies[i].getName()};
}
-// bundles = new Object[][]{new
Object[]{"TestRampart/process-policy-sample05"}};
return bundles;
}
@BeforeClass
protected void setUp() throws Exception {
- // mind the annotatio above also
+ // mind the annotation above also
startServer("TestRampart", "webapp/WEB-INF/conf/axis2.xml");
}