Map<String,AttrValue> transforms = new HashMap<String,AttrValue>();
transforms.put("bib-1.1.4",new AttrValue("title"));
transforms.put("dc.title",new AttrValue("title"));
testTransform(app_context,valid_attributes,transforms, new PrefixString("@attrset bib-1 @attr 1=4 \"brain\""),"title = brain");
testTransform(app_context,valid_attributes,transforms,new CQLString("dc.title=\"brain\""),"title = brain");
}