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

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


The following commit(s) were added to refs/heads/master by this push:
     new e97e16d  Removed the comment that the equal sign ‘=‘ is a problem
e97e16d is described below

commit e97e16dea1125e5247cba92748b95b717d07fc22
Author: Andreas Schaefer <[email protected]>
AuthorDate: Thu Feb 4 08:16:25 2021 -0800

    Removed the comment that the equal sign ‘=‘ is a problem
---
 .../feature/cpconverter/handlers/ConfigurationEntryHandlerTest.java      | 1 -
 .../org.apache.sling.jcr.repoinit.RepositoryInitializer-test.config      | 1 -
 2 files changed, 2 deletions(-)

diff --git 
a/src/test/java/org/apache/sling/feature/cpconverter/handlers/ConfigurationEntryHandlerTest.java
 
b/src/test/java/org/apache/sling/feature/cpconverter/handlers/ConfigurationEntryHandlerTest.java
index aa629b5..1af5e4f 100644
--- 
a/src/test/java/org/apache/sling/feature/cpconverter/handlers/ConfigurationEntryHandlerTest.java
+++ 
b/src/test/java/org/apache/sling/feature/cpconverter/handlers/ConfigurationEntryHandlerTest.java
@@ -68,7 +68,6 @@ public class ConfigurationEntryHandlerTest {
         "        allow    jcr:read    on /conf\n" + 
         "    end\n" +
         " create path /test\n" +
-        "# When replacing = with the plain equals sign will make the test fail 
but this is not applicable if used inside Repository Initializer\n" +
         "    set properties on /test\n" +
         "        set testprop to \"one=two\"\n" +
         "    end"
diff --git 
a/src/test/resources/org/apache/sling/feature/cpconverter/handlers/jcr_root/apps/asd/config.author/org.apache.sling.jcr.repoinit.RepositoryInitializer-test.config
 
b/src/test/resources/org/apache/sling/feature/cpconverter/handlers/jcr_root/apps/asd/config.author/org.apache.sling.jcr.repoinit.RepositoryInitializer-test.config
index ebd7451..5a92afc 100644
--- 
a/src/test/resources/org/apache/sling/feature/cpconverter/handlers/jcr_root/apps/asd/config.author/org.apache.sling.jcr.repoinit.RepositoryInitializer-test.config
+++ 
b/src/test/resources/org/apache/sling/feature/cpconverter/handlers/jcr_root/apps/asd/config.author/org.apache.sling.jcr.repoinit.RepositoryInitializer-test.config
@@ -23,7 +23,6 @@ scripts=[\
         allow    jcr:read    on /conf
     end",\
     "create path /test
-# When replacing \= with the plain equals sign will make the test fail but 
this is not applicable if used inside Repository Initializer
     set properties on /test
         set testprop to \"one\=two\"
     end"\

Reply via email to