private void testCommandLine( String scmUrl, ScmFileSet workingCopy, String commandLine )
throws Exception
{
ScmRepository repository = getScmManager().makeScmRepository( scmUrl );
StarteamScmProviderRepository svnRepository =
(StarteamScmProviderRepository) repository.getProviderRepository();
Commandline cl = StarteamChangeLogCommand.createCommandLine( svnRepository, workingCopy, null );
assertCommandLine( commandLine, null, cl );