Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-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 AAC95D503 for ; Sat, 13 Oct 2012 16:16:21 +0000 (UTC) Received: (qmail 17959 invoked by uid 500); 13 Oct 2012 16:16:21 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 17823 invoked by uid 500); 13 Oct 2012 16:16:21 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 17816 invoked by uid 99); 13 Oct 2012 16:16:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2012 16:16:21 +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, 13 Oct 2012 16:16:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7D51823888E3; Sat, 13 Oct 2012 16:15:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1397888 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java Date: Sat, 13 Oct 2012 16:15:37 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121013161537.7D51823888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hboutemy Date: Sat Oct 13 16:15:37 2012 New Revision: 1397888 URL: http://svn.apache.org/viewvc?rev=1397888&view=rev Log: fixed range since this test would not be run with 3.0.5-SNAPSHOT Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java?rev=1397888&r1=1397887&r2=1397888&view=diff ============================================================================== --- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java (original) +++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5338FileOptionToDirectory.java Sat Oct 13 16:15:37 2012 @@ -36,7 +36,7 @@ public class MavenITmng5338FileOptionToD public MavenITmng5338FileOptionToDirectory() { - super( "[3.0.5,)" ); + super( "(3.0.4,)" ); } public void setUp()