You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2015/01/14 10:52:06 UTC

svn commit: r1651608 - /chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/src/main/java/org/apache/chemistry/opencmis/tck/tests/crud/CopyTest.java

Author: fmui
Date: Wed Jan 14 09:52:06 2015
New Revision: 1651608

URL: http://svn.apache.org/r1651608
Log:
corrected TCK test description

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/src/main/java/org/apache/chemistry/opencmis/tck/tests/crud/CopyTest.java

Modified: chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/src/main/java/org/apache/chemistry/opencmis/tck/tests/crud/CopyTest.java
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/src/main/java/org/apache/chemistry/opencmis/tck/tests/crud/CopyTest.java?rev=1651608&r1=1651607&r2=1651608&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/src/main/java/org/apache/chemistry/opencmis/tck/tests/crud/CopyTest.java (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-test/chemistry-opencmis-test-tck/src/main/java/org/apache/chemistry/opencmis/tck/tests/crud/CopyTest.java Wed Jan 14 09:52:06 2015
@@ -39,8 +39,7 @@ public class CopyTest extends AbstractSe
     public void init(Map<String, String> parameters) {
         super.init(parameters);
         setName("Copy Test");
-        setDescription("Creates two folders and a document and copies the document from one folder to the other. "
-                + " If the AtomPub binding is used, this test is skipped.");
+        setDescription("Creates two folders and a document and copies the document from one folder to the other.");
     }
 
     @Override