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
Copy file name to clipboardExpand all lines: butterfly-utilities/src/test/java/com/paypal/butterfly/utilities/conditions/pom/PomDependencyExistsTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public void invalidXmlFileTest() {
75
75
Assert.assertEquals(executionResult.getException().getMessage(), "Exception happened when checking if POM dependency xmlunit:xmlunit exists in /src/main/resources/dogs.yaml");
Assert.assertEquals(executionResult.getException().getCause().getMessage(), "only whitespace content allowed before start tag and not T (position: START_DOCUMENT seen T... @1:1) ");
78
+
Assert.assertEquals(executionResult.getException().getCause().getMessage(), "only whitespace content allowed before start tag and not T (position: START_DOCUMENT seen T... @1:2) ");
Copy file name to clipboardExpand all lines: butterfly-utilities/src/test/java/com/paypal/butterfly/utilities/conditions/pom/PomHasParentTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public void testPomHasParentInvalidXmlFile() {
53
53
Assert.assertEquals(executionResult.getException().getMessage(), "Exception occurred while checking if parent POM exists in /src/main/resources/dogs.yaml");
Assert.assertEquals(executionResult.getException().getCause().getMessage(), "only whitespace content allowed before start tag and not T (position: START_DOCUMENT seen T... @1:1) ");
56
+
Assert.assertEquals(executionResult.getException().getCause().getMessage(), "only whitespace content allowed before start tag and not T (position: START_DOCUMENT seen T... @1:2) ");
57
57
}
58
58
59
59
@Test
@@ -72,7 +72,7 @@ public void testPomHasParentIoException() {
72
72
Assert.assertEquals(executionResult.getException().getMessage(), "Exception occurred while checking if parent POM exists in /src/main/resources/dogs.yaml");
Assert.assertEquals(executionResult.getException().getCause().getMessage(), "only whitespace content allowed before start tag and not T (position: START_DOCUMENT seen T... @1:1) ");
75
+
Assert.assertEquals(executionResult.getException().getCause().getMessage(), "only whitespace content allowed before start tag and not T (position: START_DOCUMENT seen T... @1:2) ");
Copy file name to clipboardExpand all lines: butterfly-utilities/src/test/java/com/paypal/butterfly/utilities/conditions/pom/PomParentMatchTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ public void testPomParentMatchInvalidXmlFile() {
75
75
Assert.assertEquals(executionResult.getException().getMessage(), "Exception occurred while checking if Maven POM file /src/main/resources/dogs.yaml has a parent artifact 'com.test:foo-parent'");
Assert.assertEquals(executionResult.getException().getCause().getMessage(), "only whitespace content allowed before start tag and not T (position: START_DOCUMENT seen T... @1:1) ");
78
+
Assert.assertEquals(executionResult.getException().getCause().getMessage(), "only whitespace content allowed before start tag and not T (position: START_DOCUMENT seen T... @1:2) ");
0 commit comments