org.apache.maven.scm.tck.command.update
Class UpdateCommandTckTest
public abstract
class
UpdateCommandTckTest
extends ScmTckTestCase
This test tests the update command.
It works like this:
- Check out the files to directory getWorkingCopy().
- Check out the files to directory getUpdatingCopy().
- Change the files in getWorkingCopy().
- 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.
- Use the update command in getUpdatingCopy() to assert that the files
that was supposed to be updated actually was updated.
Version: $Id: UpdateCommandTckTest.java 384262 2006-03-08 16:39:31Z evenisse $
Author: Trygve Laugstøl
public void testUpdateCommand()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.