Horia Chiorean created JCR-3307:
-----------------------------------
Summary: JCR test
org.apache.jackrabbit.test.api.version.MergeActivityTest doesn't check whether
the repository supports activities
Key: JCR-3307
URL: https://issues.apache.org/jira/browse/JCR-3307
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-jcr-tests
Affects Versions: 2.4.1
Reporter: Horia Chiorean
The test: org.apache.jackrabbit.test.api.version.MergeActivityTest, during
setup (the initNodes method call) does not handle the case when activities are
not supported by the repository. Therefore, if the
versionManager.createActivity("foobar") call fails with an
UnsupportedRepositoryOperationException, the whole test fails.
The setup of the test should do something similar to
org.apache.jackrabbit.test.api.version.ActivitiesTest:
checkSupportedOption(Repository.OPTION_ACTIVITIES_SUPPORTED);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira