org.apache.maven.scm.tck.command.changelog
Class ChangeLogCommandTckTest

java.lang.Object
  extended by PlexusTestCase
      extended by org.apache.maven.scm.ScmTestCase
          extended by org.apache.maven.scm.ScmTckTestCase
              extended by org.apache.maven.scm.tck.command.changelog.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

Field Summary
 
Fields inherited from class org.apache.maven.scm.ScmTestCase
GMT_TIME_ZONE
 
Constructor Summary
ChangeLogCommandTckTest()
           
 
Method Summary
 void testChangeLogCommand()
           
 
Methods inherited from class org.apache.maven.scm.ScmTckTestCase
addToWorkingTree, checkOut, getScmFileNames, getScmRepository, getScmUrl, initRepo, mapFilesByPath, setUp
 
Methods inherited from class org.apache.maven.scm.ScmTestCase
assertCommandLine, assertFile, assertPath, assertResultIsSuccess, execute, getAssertionCopy, getDate, getDate, getDate, getModule, getRepository, getRepositoryRoot, getScmFileSet, getScmManager, getUpdatingCopy, getWorkingCopy, getWorkingDirectory, isSystemCmd, makeDirectory, makeFile, makeFile, makeScmRepository, setDebugExecute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLogCommandTckTest

public ChangeLogCommandTckTest()
Method Detail

testChangeLogCommand

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