SGF-162 added id to cq-listener-container

This commit is contained in:
David Turanski
2013-03-14 08:30:59 -04:00
parent 343d4b050a
commit fb0bfaf216
3 changed files with 15 additions and 48 deletions

View File

@@ -24,6 +24,7 @@ import javax.annotation.Resource;
import org.codehaus.jackson.JsonGenerationException;
import org.codehaus.jackson.map.JsonMappingException;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -49,6 +50,10 @@ public class JSONRegionAdviceTest {
@Autowired
GemfireOperations template;
@Before
public void setUp() {
region.clear();
}
@Test
public void testPutString() {
String json = "{\"hello\":\"world\"}";