Class MergeDoneMergeTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class MergeDoneMergeTest
    extends AbstractMergeTest
    MergeDoneMergeTest contains test dealing with nodes on which doneMerge is called.
    • Constructor Detail

      • MergeDoneMergeTest

        public MergeDoneMergeTest()
    • Method Detail

      • testMergeNodeDoneMerge

        public void testMergeNodeDoneMerge()
                                    throws RepositoryException
        Node.doneMerge(V) throws VersionException if V is not among the Vs in the jcr:mergeFailed prop.
        with adding it to jcr:predecessors.
        Branches will be joined.
        Throws:
        RepositoryException
      • testMergeNodeDoneMergeJcr2

        public void testMergeNodeDoneMergeJcr2()
                                        throws RepositoryException
        VersionManager.doneMerge(V) throws VersionException if V is not among the Vs in the jcr:mergeFailed prop.
        with adding it to jcr:predecessors.
        Branches will be joined.
        Throws:
        RepositoryException