public void testExactSourceFiles() throws Exception
{
String fname="PrimitiveTypes.java";
File file1 = new File("resources/tools/sourcecomp/expected/" + fname);
File file2 = new File("resources/tools/sourcecomp/actual/" + fname);
sc= new JBossSourceComparator(file1,file2);
assertTrue("Source Files Match:",sc.validate());
sc.validateImports();
}