Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52AA0108E2 for ; Sat, 27 Jul 2013 05:27:53 +0000 (UTC) Received: (qmail 45358 invoked by uid 500); 27 Jul 2013 05:27:51 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 43689 invoked by uid 500); 27 Jul 2013 05:27:49 -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 43355 invoked by uid 99); 27 Jul 2013 05:27:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jul 2013 05:27:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Jul 2013 05:27:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 59D332388860; Sat, 27 Jul 2013 05:27:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1507577 - /cxf/branches/2.7.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/WsdlGetUtilsTest.java Date: Sat, 27 Jul 2013 05:27:25 -0000 To: commits@cxf.apache.org From: jpell@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130727052725.59D332388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jpell Date: Sat Jul 27 05:27:24 2013 New Revision: 1507577 URL: http://svn.apache.org/r1507577 Log: CXF-5151 a typo in the call to allocatePort, due to a copy and paste fiasco. Modified: cxf/branches/2.7.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/WsdlGetUtilsTest.java Modified: cxf/branches/2.7.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/WsdlGetUtilsTest.java URL: http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/WsdlGetUtilsTest.java?rev=1507577&r1=1507576&r2=1507577&view=diff ============================================================================== --- cxf/branches/2.7.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/WsdlGetUtilsTest.java (original) +++ cxf/branches/2.7.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/WsdlGetUtilsTest.java Sat Jul 27 05:27:24 2013 @@ -42,7 +42,7 @@ import org.junit.BeforeClass; import org.junit.Test; public class WsdlGetUtilsTest extends AbstractBusClientServerTestBase { - static final String PORT = allocatePort(Server.class); + static final String PORT = allocatePort(WsdlGetUtilsTest.class); @WebService(targetNamespace = "org.apache.cxf.ws.WsdlTest") public static class StuffImpl {