}
public void testSolutionCompare2() {
startTest();
SolutionCompare compare = new SolutionCompare();
String path1 = PentahoSystem.getApplicationContext().getSolutionPath( "test/charts/areachart_data.xaction" ); //$NON-NLS-1$
String path2 = PentahoSystem.getApplicationContext().getSolutionPath( "test/dashboard" ); //$NON-NLS-1$
compare.compare( path1, path2 );
assertTrue( true );
finishTest();
}