*/
public void testRuleAndDSLAndFunction() throws Exception {
RulesRepository repo = getRepo();
//first, setup the package correctly:
PackageItem pkg = repo.createPackage( "testRuleAndDSLAndFunction",
"" );
AssetItem model = pkg.addAsset( "model",
"qed" );
model.updateFormat( AssetFormats.MODEL );
model.updateBinaryContentAttachment( this.getClass().getResourceAsStream( "/billasurf.jar" ) );