You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2007/09/28 08:45:41 UTC

svn commit: r580230 - /incubator/cxf/trunk/tools/javato/ws/src/test/java/org/apache/cxf/tools/java2ws/AegisTest.java

Author: ema
Date: Thu Sep 27 23:45:39 2007
New Revision: 580230

URL: http://svn.apache.org/viewvc?rev=580230&view=rev
Log:
Corrected output directory for AegisTest

Modified:
    incubator/cxf/trunk/tools/javato/ws/src/test/java/org/apache/cxf/tools/java2ws/AegisTest.java

Modified: incubator/cxf/trunk/tools/javato/ws/src/test/java/org/apache/cxf/tools/java2ws/AegisTest.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/javato/ws/src/test/java/org/apache/cxf/tools/java2ws/AegisTest.java?rev=580230&r1=580229&r2=580230&view=diff
==============================================================================
--- incubator/cxf/trunk/tools/javato/ws/src/test/java/org/apache/cxf/tools/java2ws/AegisTest.java (original)
+++ incubator/cxf/trunk/tools/javato/ws/src/test/java/org/apache/cxf/tools/java2ws/AegisTest.java Thu Sep 27 23:45:39 2007
@@ -73,7 +73,8 @@
     public void testAegisBasic() throws Exception {
         final String sei = "org.apache.cxf.tools.fortest.aegis2ws.TestAegisSEI";
         String[] args = new String[] {"-wsdl", "-o", output.getPath() + "/aegis.wsdl", "-verbose", "-d",
-                                      output.getPath(), "-frontend", "jaxws", "-databinding", "aegis",
+                                      output.getPath(), "-s", output.getPath(),
+                                      "-frontend", "jaxws", "-databinding", "aegis",
                                       "-client", "-server", sei};
         File wsdlFile = null;
         wsdlFile = outputFile("aegis.wsdl");
@@ -91,14 +92,13 @@
     }
     
     @Test 
-    @org.junit.Ignore
     public void testAegisReconfigureDatabinding() throws Exception {
         final String sei = "org.apache.cxf.tools.fortest.aegis2ws.TestAegisSEI";
         String[] args = new String[] {"-wsdl", "-o", output.getPath() + "/aegis.wsdl", 
                                       "-beans",
                                       new File(inputData, "revisedAegisDefaultBeans.xml").
                                           getAbsolutePath(),
-                                      "-verbose", "-d",
+                                      "-verbose", "-s",
                                       output.getPath(), "-frontend", "jaxws", "-databinding", "aegis",
                                       "-client", "-server", sei};
         File wsdlFile = null;