Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
i have a test error with our CMIS implementation
java.lang.AssertionError:.
<------>at org.junit.Assert.fail(Assert.java:92)
<------>at org.junit.Assert.assertTrue(Assert.java:44)
<------>at org.junit.Assert.assertNotNull(Assert.java:568)
<------>at org.junit.Assert.assertNotNull(Assert.java:579)
<------>at org.apache.chemistry.tck.atompub.test.spec.AllowableActionsTest.testFolderAllowableActions(AllowableActionsTest.java:58)
why is it waiting an ALLOWABLE_ACTIONS extension within entry came from createTestFolder?
As I see in the spec it should be provided as the uri param, by default is false.
"Boolean includeAllowableActions: If TRUE, then the Repository MUST return the
available actions for each object in the result set. Defaults to FALSE."