}
public void testPathFallbackToDfl() {
context.put(MojasefConstants.DEFAULT_LEAFNAME, "index");
context.put(MojasefConstants.REQUEST_LOCALPATH, "ughx");
Mojasef.delegate(collector, keeper, new NoRet(), dfl);
assertCollected("dropped through to DflOut");
}