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/6d616521 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6d616521 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6d616521 Branch: refs/heads/3.0.x-fixes Commit: 6d616521ad50440baef20522bb44c67023e84c45 Parents: 6985c09 Author: Daniel Kulp <[email protected]> Authored: Mon Apr 3 11:16:22 2017 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Apr 3 11:18:03 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/6d616521/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 f3cc145..52f87f6 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 @@ -1197,14 +1197,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");
