Class ChangeLogCommandTckTest


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 Details

    • ChangeLogCommandTckTest

      public ChangeLogCommandTckTest()
  • Method Details

    • isTagAnExtraCommit

      public boolean isTagAnExtraCommit()
      In some SCMs (Hg) adding a tag creates an extra commit which offsets the expectations.
      Returns:
      If an extra commit will be present for a tag.
    • testChangeLogCommand

      public void testChangeLogCommand() throws Exception
      Throws:
      Exception