Hi, On Thu, Dec 18, 2014 at 11:44 AM, Andrei Zafiu <[email protected]> wrote: >... I had previous seen those examples but I keep getting an error when trying >to run the test from that package....
The SlingPostChunkUploadTest passes if I run "mvn clean install" in testing/samples/integration-tests. Such server-side tests need some setup, they won't run on a bare launchpad instance. In your case it looks like your Sling instance is missing the junit packages, you can see the sling.additional.bundle.* entries in testing/samples/integration-tests/pom.xml for which additional bundles that test installs. -Bertrand
