}
public void testSystemPathRefersToProjectBasedir()
throws Exception
{
SimpleProblemCollector result = validateRaw( "basedir-system-path.xml" );
assertViolations( result, 0, 0, 2 );
assertContains( result.getWarnings().get( 0 ), "'dependencies.dependency.systemPath' for test:a:jar "
+ "should not point at files within the project directory" );
assertContains( result.getWarnings().get( 1 ), "'dependencies.dependency.systemPath' for test:b:jar "
+ "should not point at files within the project directory" );
}