Class ChangeLogCommandTckTest

  • All Implemented Interfaces:
    junit.framework.Test
    Direct Known Subclasses:
    GitChangeLogCommandTckTest

    public abstract class ChangeLogCommandTckTest
    extends ScmTckTestCase
    Test Changlog command.
    1. Get initial log
    2. Add one revision
    3. Get the two logs
    4. Get the last log based on date
    5. Test last log for date and comment
    Author:
    Torbj�rn Eikli Sm�rgrav
    • Constructor Detail

      • ChangeLogCommandTckTest

        public ChangeLogCommandTckTest()
    • Method Detail

      • testChangeLogCommand

        public void testChangeLogCommand()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception