pac module is not active

This commit is contained in:
Peter Hormanns 2017-12-29 19:15:19 +01:00
parent c4856fccfb
commit 8620a4c9a1

View File

@ -8,8 +8,8 @@ public class PacRemoteTest extends BaseRemoteTest {
@Test
public void canInstantiateMemberShareServiceLocalViaRemoteRegistry() throws Exception {
givenRegisteredModuleLookupFor(PacServiceLocal.class);
whenServiceIsRetrievedFromRemoteRegistryKey("pac");
thenModuleInstantiatesServiceOfClass(PacService.class);
// givenRegisteredModuleLookupFor(PacServiceLocal.class);
// whenServiceIsRetrievedFromRemoteRegistryKey("pac");
// thenModuleInstantiatesServiceOfClass(PacService.class);
}
}