* including header, functions, DSL files.
*/
public void testPackageConfigWithErrors() throws Exception {
//test the config, no rule assets yet
RulesRepository repo = getRepo();
PackageItem pkg = repo.createPackage( "testBuilderPackageConfig",
"x" );
ServiceImplementation.updateDroolsHeader( "import java.util.List",
pkg );
AssetItem func = pkg.addAsset( "func1",
"a function" );