{
public void testCommand()
throws Exception
{
ScmFileSet scmFileSet = new ScmFileSet( getWorkingDirectory(), new File( "test.java" ) );
Commandline commandLine = ClearCaseUnEditCommand.createCommandLine( new DefaultLog(), scmFileSet );
assertCommandLine( "cleartool unco -keep test.java", getWorkingDirectory(), commandLine );
}