org.apache.maven.scm.tck.command.status

Class StatusCommandTckTest

public abstract class StatusCommandTckTest extends ScmTckTestCase

This test tests the status command.

It works like this:

  1. Check out the files to directory getWorkingCopy().
  2. Check out the files to directory getUpdatingCopy().
  3. Change the files in getWorkingCopy().
  4. Commit the files in getWorkingCopy(). Note that the provider must not use the check in command as it can be guaranteed to work as it's not yet tested.
  5. Use the update command in getUpdatingCopy() to assert that the files that was supposed to be updated actually was updated.

Version: $Id: StatusCommandTckTest.java 381352 2006-02-27 15:00:06Z evenisse $

Author: Brett Porter

Method Summary
voidtestStatusCommand()

Method Detail

testStatusCommand

public void testStatusCommand()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.