SGF-11
eliminated publisher attribute for replicated regions (it's deprecated in 6.5)
SGF-15
add first draft of client region
This commit is contained in:
costin
2010-08-31 12:53:25 +03:00
parent e87713da94
commit f994edcaf6
3 changed files with 92 additions and 55 deletions

View File

@@ -59,7 +59,7 @@ public class ReplicatedRegionNamespaceTest {
assertEquals(Scope.DISTRIBUTED_ACK, TestUtils.readField("scope", fb));
assertEquals("publisher", TestUtils.readField("name", fb));
RegionAttributes attrs = TestUtils.readField("attributes", fb);
assertTrue(attrs.getPublisher());
assertFalse(attrs.getPublisher());
}
@Test