// *;flavour
Dictionary headers = new Hashtable();
headers.put("Spring-Context", "*;favour:=false");
EntryLookupControllingMockBundle aBundle = new EntryLookupControllingMockBundle(headers);
aBundle.setResultsToReturnOnNextCallToFindEntries(META_INF_SPRING_CONTENT);
ApplicationContextConfiguration config = new ApplicationContextConfiguration(aBundle);
assertTrue("bundle should have create-asynchronously = true", config.isCreateAsynchronously());
}