This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit d0f755374c5517f5df9c9b69f6c7b3d3b31486db Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jul 12 09:37:28 2016 +0000 do not keep caches git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1752254 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java b/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java index 6ff98a3..1433b4f 100644 --- a/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java +++ b/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java @@ -50,7 +50,6 @@ import static org.apache.sling.testing.paxexam.SlingOptions.slingScriptingJsp; import static org.ops4j.pax.exam.CoreOptions.bundle; import static org.ops4j.pax.exam.CoreOptions.composite; import static org.ops4j.pax.exam.CoreOptions.junitBundles; -import static org.ops4j.pax.exam.CoreOptions.keepCaches; import static org.ops4j.pax.exam.CoreOptions.mavenBundle; import static org.ops4j.pax.exam.CoreOptions.workingDirectory; import static org.ops4j.pax.exam.cm.ConfigurationAdminOptions.newConfiguration; @@ -101,7 +100,6 @@ public abstract class ThymeleafTestSupport { final String filename = System.getProperty("bundle.filename"); final File file = new File(filename); return new Option[]{ - keepCaches(), workingDirectory(workingDirectory), launchpad(workingDirectory), // Sling Scripting Thymeleaf -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
