SGF-166 fixed region parser for close attribute
This commit is contained in:
@@ -55,6 +55,8 @@ public class ReplicatedRegionNamespaceTest {
|
||||
@Test
|
||||
public void testBasicReplica() throws Exception {
|
||||
assertTrue(context.containsBean("simple"));
|
||||
RegionFactoryBean fb = context.getBean("&simple", RegionFactoryBean.class);
|
||||
assertEquals(false ,(Boolean)TestUtils.readField("close", fb));
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<gfe:cache />
|
||||
|
||||
<gfe:replicated-region id="simple" />
|
||||
<gfe:replicated-region id="simple" close="false" />
|
||||
|
||||
<gfe:replicated-region id="pub" name="publisher"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user