Class MergeCancelMergeTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class MergeCancelMergeTest
    extends AbstractMergeTest
    MergeCancelMergeTest contains tests dealing with nodes on which cancelMerge is called.
    • Constructor Detail

      • MergeCancelMergeTest

        public MergeCancelMergeTest()
    • Method Detail

      • testMergeNodeCancelMerge

        public void testMergeNodeCancelMerge()
                                      throws RepositoryException
        Merge.cancelMerge(V): has the effect of removing the reference to V' from the jcr:mergeFailed property of N.
        without adding it to jcr:predecessors.
        Branches will not be joined.
        Throws:
        RepositoryException
      • testMergeNodeCancelMergeJcr2

        public void testMergeNodeCancelMergeJcr2()
                                          throws RepositoryException
        Merge.cancelMerge(V): has the effect of removing the reference to V' from the jcr:mergeFailed property of N.
        without adding it to jcr:predecessors.
        Branches will not be joined.
        Throws:
        RepositoryException