Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-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 D38D0DEE1 for ; Sat, 15 Sep 2012 18:59:20 +0000 (UTC) Received: (qmail 22799 invoked by uid 500); 15 Sep 2012 18:59:20 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 22729 invoked by uid 500); 15 Sep 2012 18:59:20 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 22716 invoked by uid 99); 15 Sep 2012 18:59:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Sep 2012 18:59:20 +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, 15 Sep 2012 18:59:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DBEA5238890D; Sat, 15 Sep 2012 18:58:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1385153 - /sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java Date: Sat, 15 Sep 2012 18:58:35 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120915185835.DBEA5238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Sat Sep 15 18:58:35 2012 New Revision: 1385153 URL: http://svn.apache.org/viewvc?rev=1385153&view=rev Log: SLING-2594 - fix wrong package name Modified: sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java Modified: sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java?rev=1385153&r1=1385152&r2=1385153&view=diff ============================================================================== --- sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java (original) +++ sling/trunk/testing/junit/scriptable/src/test/java/org/apache/sling/junit/tests/TestAllPathsTest.java Sat Sep 15 18:58:35 2012 @@ -15,7 +15,7 @@ * is strictly forbidden unless prior written permission is obtained * from Adobe Systems Incorporated. **************************************************************************/ -package java.org.apache.sling.junit.tests; +package org.apache.sling.junit.tests; import org.junit.Test; import org.apache.sling.junit.scriptable.TestAllPaths;