ServiceImplementation.updateDroolsHeader( "goo wee",
pkg );
pkg.checkin( "" );
fm.attachFileToAsset( asset.getUUID(),
this.getClass().getResourceAsStream( "/billasurf.jar" ),
"billasurf.jar" );
pkg = repo.loadPackage( "testAttachModelImports" );
assertEquals( "goo wee\nimport com.billasurf.Board\nimport com.billasurf.Person\n",
ServiceImplementation.getDroolsHeader( pkg ) );