super.setUp();
mappingFile = new File( getClass().getClassLoader().getResource( MAPPING ).getFile() );
assertTrue( mappingFile.exists() );
File cached = new File( mappingFile.getParentFile(), mappingFile.getName() + ".bin" );
if ( cached.exists() ) {
cached.delete();
}