Update to latest Chemistry TCK for new relationship tests

- also fix relationship issues as found by relationship tests

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18954 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
David Caruana
2010-03-02 18:08:21 +00:00
parent e9959a3165
commit 5ab8bd6ad9
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,8 @@ 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);