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 0EACE10626 for ; Fri, 24 Jan 2014 13:24:55 +0000 (UTC) Received: (qmail 53954 invoked by uid 500); 24 Jan 2014 13:24:54 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 53881 invoked by uid 500); 24 Jan 2014 13:24:51 -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 53874 invoked by uid 99); 24 Jan 2014 13:24:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 13:24:50 +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; Fri, 24 Jan 2014 13:24:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 28AF023889E0; Fri, 24 Jan 2014 13:24:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1560989 - in /sling/site/trunk/content/documentation: bundles.mdtext pax-exam-utils.mdtext Date: Fri, 24 Jan 2014 13:24:29 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140124132429.28AF023889E0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bdelacretaz Date: Fri Jan 24 13:24:28 2014 New Revision: 1560989 URL: http://svn.apache.org/r1560989 Log: SLING-2788 - minimal docs for Pax Exam Utils Added: sling/site/trunk/content/documentation/pax-exam-utils.mdtext Modified: sling/site/trunk/content/documentation/bundles.mdtext Modified: sling/site/trunk/content/documentation/bundles.mdtext URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles.mdtext?rev=1560989&r1=1560988&r2=1560989&view=diff ============================================================================== --- sling/site/trunk/content/documentation/bundles.mdtext (original) +++ sling/site/trunk/content/documentation/bundles.mdtext Fri Jan 24 13:24:28 2014 @@ -28,6 +28,7 @@ Title: Bundles * [Sling Settings (org.apache.sling.settings)]({{ refs.sling-settings-org-apache-sling-settings.path }}) * [Caching Services]({{ refs.caching-services.path }}) * [Model Objects]({{ refs.models.path }}) +* [Sling Pax Exam Utilities]({{ refs.pax-exam-utils.path }}) ## Content Presentation * [Output Rewriting Pipelines (org.apache.sling.rewriter)]({{ refs.output-rewriting-pipelines-org-apache-sling-rewriter.path }}) Added: sling/site/trunk/content/documentation/pax-exam-utils.mdtext URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/pax-exam-utils.mdtext?rev=1560989&view=auto ============================================================================== --- sling/site/trunk/content/documentation/pax-exam-utils.mdtext (added) +++ sling/site/trunk/content/documentation/pax-exam-utils.mdtext Fri Jan 24 13:24:28 2014 @@ -0,0 +1,11 @@ +Title: Sling Pax Exam Utilities + +Utilities to help testing Sling components with Pax Exam are available at +[https://svn.apache.org/repos/asf/sling/trunk/testing/sling-pax-util](https://svn.apache.org/repos/asf/sling/trunk/testing/sling-pax-util) + +The focus is on making it easier to test Sling components against a full Sling launchpad, +with minimal boilerplate code. + +See the +[SlingRepositoryTest](https://svn.apache.org/repos/asf/sling/trunk/testing/sling-pax-util/src/test/java/org/apache/sling/paxexam/util/SlingRepositoryTest.java) class +for an example test.