diff --git a/GAE/test/org/akvo/flow/xml/FlowXmlObjectWriterTests.java b/GAE/test/org/akvo/flow/xml/FlowXmlObjectWriterTests.java index bb1c5c0a1d..00d08a344e 100644 --- a/GAE/test/org/akvo/flow/xml/FlowXmlObjectWriterTests.java +++ b/GAE/test/org/akvo/flow/xml/FlowXmlObjectWriterTests.java @@ -57,7 +57,7 @@ class FlowXmlObjectWriterTests { "" + "" + "This is question two" + - "" + "This is question three" + "This is a group" + @@ -240,7 +240,7 @@ void testSerialiseMinimalForm() throws IOException { assertEquals("This is question three", xq3.getText()); assertEquals(Boolean.FALSE, xq3.getMandatory()); assertEquals(Boolean.TRUE, xq3.getPersonalData()); - assertEquals(Boolean.FALSE, xq3.getAnswerStats()); + assertEquals(Boolean.TRUE, xq3.getAnswerStats()); assertEquals("geoshape", xq3.getType()); //Convert Jackson tree into an XML string