assertNotNull(serviceProps.get(DistributionProvider.PRODUCT_VERSION));
assertNotNull(serviceProps.get(DistributionProvider.VENDOR_NAME));
}
public void testPublishPreexistingServices() throws Exception {
TestService serviceObject = new TestServiceImpl();
IMocksControl control = EasyMock.createNiceControl();
Bundle b = control.createMock(Bundle.class);
Hashtable<String, String> ht = new Hashtable<String, String>();