Added more comments w.r.t. testing for screwed up class registrations

This commit is contained in:
nathan 2019-01-16 10:51:07 +01:00
parent 8703a57264
commit 9c69fba19d

View File

@ -275,6 +275,7 @@ class RmiTest extends BaseTest {
configuration.serialization = Serialization.DEFAULT();
register(configuration.serialization);
// this is for testing the "screwed up registrations logic". It should screwup for both network AND local-JVM connections
// configuration.serialization.register(ExtraClassTest1.class);
// // for Server -> Client RMI