You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/31 17:26:40 UTC

[camel] branch master updated: Camel-Cmis: Fixed Test

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 26b91df  Camel-Cmis: Fixed Test
26b91df is described below

commit 26b91dfe38f4b4eda5f37ecbf5952aefbbcad632
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 31 18:26:10 2019 +0100

    Camel-Cmis: Fixed Test
---
 .../src/test/java/org/apache/camel/component/cmis/CMISProducerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cmis/src/test/java/org/apache/camel/component/cmis/CMISProducerTest.java b/components/camel-cmis/src/test/java/org/apache/camel/component/cmis/CMISProducerTest.java
index 14a0efb..47b70d3 100644
--- a/components/camel-cmis/src/test/java/org/apache/camel/component/cmis/CMISProducerTest.java
+++ b/components/camel-cmis/src/test/java/org/apache/camel/component/cmis/CMISProducerTest.java
@@ -257,7 +257,7 @@ public class CMISProducerTest extends CMISTestSupport {
         createSession().getObject(folder.getId());
     }
 
-    @Test (expected = CmisObjectNotFoundException.class)
+    @Test 
     public void deleteDocument() throws UnsupportedEncodingException {
 
         Document document = createTextDocument(createSession().getRootFolder(), "This is new test document",  "document.txt");