throws Exception
{
super.setUp();
repo = getScmProviderRepository();
changeSets = new ArrayList<ChangeSet>();
historyConsumer = new JazzHistoryConsumer( repo, new DefaultLog(), changeSets );
listChangesetConsumer = new JazzListChangesetConsumer( repo, new DefaultLog(), changeSets, userDateFormat );
// Simulate the output of the parsing of the "scm status" command.
// IE, fill in the workspace details
// Needed for the workspace for the list changesets command.
repo.setWorkspace( "Dave's Repository Workspace" );