Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8C83A200C5A for ; Mon, 3 Apr 2017 17:18:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8B184160B76; Mon, 3 Apr 2017 15:18:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D1AE8160B8F for ; Mon, 3 Apr 2017 17:18:08 +0200 (CEST) Received: (qmail 48998 invoked by uid 500); 3 Apr 2017 15:18:08 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 48982 invoked by uid 99); 3 Apr 2017 15:18:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Apr 2017 15:18:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DC86BDFE61; Mon, 3 Apr 2017 15:18:07 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Date: Mon, 03 Apr 2017 15:18:08 -0000 Message-Id: In-Reply-To: <621f6af52921483f892f10985f1a724a@git.apache.org> References: <621f6af52921483f892f10985f1a724a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] cxf git commit: Remove test that shouldn't be there archived-at: Mon, 03 Apr 2017 15:18:09 -0000 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 Authored: Mon Apr 3 11:16:22 2017 -0400 Committer: Daniel Kulp 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");