@Test
public void testParseLine()
{
File file = new File( "mine/a" );
consumer = new SvnCheckOutConsumer( new ScmLogDispatcher(), file );
// SCM-618 StringIndexOutOfBoundsException
consumer.parseLine( "A " + file.getAbsolutePath() );
consumer.parseLine( "Checked out revision 1345915." );