Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 73640 invoked from network); 6 Feb 2006 10:30:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Feb 2006 10:30:41 -0000 Received: (qmail 68067 invoked by uid 500); 6 Feb 2006 10:30:39 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 68028 invoked by uid 500); 6 Feb 2006 10:30:39 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 68017 invoked by uid 500); 6 Feb 2006 10:30:39 -0000 Received: (qmail 68014 invoked by uid 99); 6 Feb 2006 10:30:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 02:30:39 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Feb 2006 02:30:38 -0800 Received: (qmail 73505 invoked by uid 65534); 6 Feb 2006 10:30:18 -0000 Message-ID: <20060206103018.73504.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r375239 - /ant/antlibs/svn/trunk/src/testcases/org/apache/ant/svn/SvnRevisionDiffTest.java Date: Mon, 06 Feb 2006 10:30:18 -0000 To: ant-cvs@apache.org From: kevj@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: kevj Date: Mon Feb 6 02:30:17 2006 New Revision: 375239 URL: http://svn.apache.org/viewcvs?rev=375239&view=rev Log: fix antlib url location (was sandbox) - forgot this one earlier Modified: ant/antlibs/svn/trunk/src/testcases/org/apache/ant/svn/SvnRevisionDiffTest.java Modified: ant/antlibs/svn/trunk/src/testcases/org/apache/ant/svn/SvnRevisionDiffTest.java URL: http://svn.apache.org/viewcvs/ant/antlibs/svn/trunk/src/testcases/org/apache/ant/svn/SvnRevisionDiffTest.java?rev=375239&r1=375238&r2=375239&view=diff ============================================================================== --- ant/antlibs/svn/trunk/src/testcases/org/apache/ant/svn/SvnRevisionDiffTest.java (original) +++ ant/antlibs/svn/trunk/src/testcases/org/apache/ant/svn/SvnRevisionDiffTest.java Mon Feb 6 02:30:17 2006 @@ -89,11 +89,11 @@ int start = log.indexOf("", start); Assert.assertTrue(log.indexOf("svnurl=\"http://svn.apache.org/repos/" - + "asf/ant/sandbox/antlibs/svn/trunk\"", + + "asf/ant/antlibs/svn/trunk\"", start) > -1); Assert.assertTrue(log.indexOf("svnurl=\"http://svn.apache.org/repos/" - + "asf/ant/sandbox/antlibs/svn/trunk\"", + + "asf/ant/antlibs/svn/trunk\"", start) < end); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org