You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/02/22 21:26:56 UTC

[sling-site] branch master updated: Fixing link since labs.6dglobal.com is no longer available

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 11b1c30  Fixing link since labs.6dglobal.com is no longer available
11b1c30 is described below

commit 11b1c301709d9039851e2a4f99e88f52aa2da71b
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Thu Feb 22 16:26:54 2018 -0500

    Fixing link since labs.6dglobal.com is no longer available
---
 .../content/documentation/bundles/org-apache-sling-junit-bundles.md     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/documentation/bundles/org-apache-sling-junit-bundles.md b/src/main/jbake/content/documentation/bundles/org-apache-sling-junit-bundles.md
index 74485d9..634cf2a 100644
--- a/src/main/jbake/content/documentation/bundles/org-apache-sling-junit-bundles.md
+++ b/src/main/jbake/content/documentation/bundles/org-apache-sling-junit-bundles.md
@@ -164,7 +164,7 @@ The provisioning of an appropriate instance can be done with the [slingstart-mav
 The *[`LaunchpadCustomizer.java`](https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests/blob/master/src/main/java/org/apache/sling/junit/teleporter/customizers/LaunchpadCustomizer.java)* only verifies that a Sling instance is ready at a given port and configures the `ClientSideTeleporter` to deploy to `http://localhost:8080` with the credentials `admin`:`admin`. `LaunchpadCustomizer` uses the `HttpTestBase` therefore some parameters are customizable through system  [...]
 
 #### BWIT_TeleporterCustomizer ####
-The *[`BWIT_TeleporterCustomizer.java`](https://github.com/apache/sling-samples/tree/master/testing/bundle-with-it/src/test/java/org/apache/sling/junit/teleporter/customizers/BWIT_TeleporterCustomizer.java)* relies on `SlingTestBase` to set the server's base url and credentials. Additionally the test bundle is adjusted so that the API is not included in it (but rather referenced from another bundle). The bootstrapping of the Sling instance is tweaked through system properties which are d [...]
+The *[`BWIT_TeleporterCustomizer.java`](https://github.com/apache/sling-samples/tree/master/testing/bundle-with-it/src/test/java/org/apache/sling/junit/teleporter/customizers/BWIT_TeleporterCustomizer.java)* relies on `SlingTestBase` to set the server's base url and credentials. Additionally the test bundle is adjusted so that the API is not included in it (but rather referenced from another bundle). The bootstrapping of the Sling instance is tweaked through system properties which are d [...]
 
 Those should give you an overview on what can be done with a customizer and decide whether you need to write your own one or using the default customizer is just enough.
 

-- 
To stop receiving notification emails like this one, please contact
dklco@apache.org.