Description
The two test methods testNamedPMFWithOverridesAndTwoLoaders and testNamedPMFWithTwoLoaders of PMFMapMapTest call JDOHelper methods getPersistenceManagerFactory taking two class loaders: one to use for loading resources and
the other to use for loading the PMF. The changes to fix JDO-768 made clear that the test cases pass the same class loader for both arguments. It looks like the tests do not test what they intended to test.