You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@buuhuu I have gone through the code base of java.
can you please help me with changes..
// verify transformed HTML
String transformedHtml = writer.toString();
Expected Behaviour
Build should be successful
Actual Behaviour
Build fail at junits
Reproduce Scenario (including but not limited to)
mvn clean install at master branch for 2.7.1-SNAPSHOT
Steps to Reproduce
Checkout code and build using mvn clean install
Platform and Version
Windows
Logs taken while reproducing problem
ERROR] Errors:
[ERROR] CommerceLinksTransformerTest.testTransformerDisabled:158 ▒ InvalidPath Illegal...
[INFO]
[ERROR] Tests run: 626, Failures: 0, Errors: 1, Skipped: 0
[INFO]
17:18:04.761 [main] INFO c.a.c.c.c.c.i.s.CommerceLinksTransformerFactory - Commerce links transformer enabled.
17:18:05.095 [main] INFO c.a.c.c.c.c.i.s.CommerceLinksTransformerFactory - Commerce links transformer disabled.
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.477 s <<< FAILURE! - in com.adobe.cq.commerce.core.components.internal.services.CommerceLinksTransformerTest
[ERROR] testTransformerDisabled(com.adobe.cq.commerce.core.components.internal.services.CommerceLinksTransformerTest) Time elapsed: 0.22 s <<< ERROR!
java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/Users/anupatel/Desktop/Unilever/cif-core-components/aem-core-cif-components/bundles/core/target/test-classes/rewriter/ciflinks.html
at com.adobe.cq.commerce.core.components.internal.services.CommerceLinksTransformerTest.testTransformerDisabled(CommerceLinksTransformerTest.java:158)
The text was updated successfully, but these errors were encountered: