SGF-166 fixed region parser for close attribute

This commit is contained in:
David Turanski
2013-03-08 15:07:53 -05:00
parent e3a6f47e76
commit 934911a142
4 changed files with 12 additions and 21 deletions

View File

@@ -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")