Update CMIS index page

- clean up out-of-date text
- allow for custom types to be specified in TCK form

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18978 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2010-03-03 12:22:48 +00:00
parent 6e9fb5fa1e
commit 28a4ae3048
2 changed files with 12 additions and 22 deletions

View File

@@ -47,8 +47,6 @@ public class CMISTestRunnerWebScript extends AbstractWebScript
properties.put(TCKRunnerOptions.PROP_VALIDATE, "false");
properties.put(TCKRunnerOptions.PROP_FAIL_ON_VALIDATION_ERROR, "false");
properties.put(TCKRunnerOptions.PROP_TRACE_REQUESTS, "false");
properties.put(TCKRunnerOptions.PROP_TYPE_DOCUMENT, "D:cmiscustom:document");
properties.put(TCKRunnerOptions.PROP_TYPE_RELATIONSHIP, "R:cmiscustom:assoc");
// apply form provided values
TCKRunnerOptions options = new TCKRunnerOptions(properties);