final Bundle bundleA = installBundle( pid, ManagedServiceTestActivator.class, locationA );
bundleA.start();
delay();
// ==> configuration supplied to the service ms1
final ManagedServiceTestActivator testerA1 = ManagedServiceTestActivator.INSTANCE;
TestCase.assertNotNull( testerA1.props );
TestCase.assertEquals( 1, testerA1.numManagedServiceUpdatedCalls );
// ==> configuration is dynamically bound to locationA
TestCase.assertEquals( locationA, config.getBundleLocation() );