You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/09/12 09:33:25 UTC

[sling-whiteboard] branch master updated: Temporarily break a unit test to validate Jenkins notifications

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b2cd046  Temporarily break a unit test to validate Jenkins notifications
b2cd046 is described below

commit b2cd046d7804eccb91d9685f055fd4c07ee0514b
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Sep 12 11:32:51 2019 +0200

    Temporarily break a unit test to validate Jenkins notifications
---
 .../org/apache/sling/mdresource/impl/MarkdownResourceProviderTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mdresourceprovider/src/test/java/org/apache/sling/mdresource/impl/MarkdownResourceProviderTest.java b/mdresourceprovider/src/test/java/org/apache/sling/mdresource/impl/MarkdownResourceProviderTest.java
index 543d3e7..a088a93 100644
--- a/mdresourceprovider/src/test/java/org/apache/sling/mdresource/impl/MarkdownResourceProviderTest.java
+++ b/mdresourceprovider/src/test/java/org/apache/sling/mdresource/impl/MarkdownResourceProviderTest.java
@@ -53,7 +53,7 @@ public class MarkdownResourceProviderTest {
         assertThat("resource", resource, notNullValue());
         assertThat("resource.getValueMap()", resource.getValueMap(), notNullValue());
         assertThat("resource.getMetadata()", resource.getResourceMetadata(), notNullValue());
-        assertThat("resource.getMetadata().getPath()", resource.getResourceMetadata().getResolutionPath(), equalTo("/md-test"));
+        assertThat("resource.getMetadata().getPath()", resource.getResourceMetadata().getResolutionPath(), equalTo("/md-test2"));
         
         assertThat("valueMap[jcr:title]", resource.getValueMap().get("jcr:title", String.class), equalTo("Simple markdown file"));
         assertThat("valueMap[jcr:description]", resource.getValueMap().get("jcr:description", String.class),