protected void setUp() throws Exception {
   // we do need the resource manager for this test
   Fixture.setUpWithoutResourceManager();
   Fixture.createContext(false);
   // registration of real resource manager
   ResourceManager.register(new DefaultResourceManagerFactory());
   cache = new ImageDataCache();
 }