Repository: cxf Updated Branches: refs/heads/master 443b9ae19 -> 7783ffc52
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/7783ffc5 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/7783ffc5 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/7783ffc5 Branch: refs/heads/master Commit: 7783ffc52f34faae5e202df1eb681f5775dfb388 Parents: 443b9ae Author: Daniel Kulp <[email protected]> Authored: Mon Apr 3 11:16:22 2017 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Apr 3 11:16:22 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/7783ffc5/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 4d67f65..6386eb1 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");
