OpenShiftResourceMojoTest is failing on Windows due to use of \n
as line separator
#3180
Labels
Milestone
\n
as line separator
#3180
Component
OpenShift Maven Plugin
Task description
Description
Related to #1338
OpenShiftResourceMojoTest is failing on windows due to expecting a Linux line ending
jkube/openshift-maven-plugin/plugin/src/test/java/org/eclipse/jkube/maven/plugin/mojo/build/OpenShiftResourceMojoTest.java
Line 88 in dfe163d
This can easily be fixed by using platform independent
%n
and placing string insideString.format()
Expected Behavior
OpenShiftResourceMojoTest should pass on windows
Acceptance Criteria
The text was updated successfully, but these errors were encountered: