You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2017/04/03 15:17:39 UTC

[2/2] cxf git commit: Remove test that shouldn't be there

Remove test that shouldn't be there


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ef465363
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ef465363
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ef465363

Branch: refs/heads/3.1.x-fixes
Commit: ef46536366fcd0aa179e284b07150a8bf5178742
Parents: 48c7e42
Author: Daniel Kulp <dk...@apache.org>
Authored: Mon Apr 3 11:16:22 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Mon Apr 3 11:17:33 2017 -0400

----------------------------------------------------------------------
 .../org/apache/cxf/tools/wsdlto/jaxws/CodeGenBugTest.java    | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/ef465363/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/CodeGenBugTest.java
----------------------------------------------------------------------
diff --git a/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/CodeGenBugTest.java b/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/CodeGenBugTest.java
index db2acba..202c98b 100644
--- a/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/CodeGenBugTest.java
+++ b/tools/wsdlto/test/src/test/java/org/apache/cxf/tools/wsdlto/jaxws/CodeGenBugTest.java
@@ -1196,14 +1196,6 @@ public class CodeGenBugTest extends AbstractCodeGenTest {
         }
     }
     
-
-    @Test
-    public void testsdfasdf() throws Exception {
-        env.put(ToolConstants.CFG_WSDLURL, "/Users/dkulp/Downloads/test/WSDL.wsdl");
-        processor.setContext(env);
-        processor.execute();
-    }
-
     @Test
     public void testCXF5280() throws Exception {
         env.put(ToolConstants.CFG_ALL, "all");