Skip to content
Snippets Groups Projects
Commit 9615cf59 authored by Jeff Burke's avatar Jeff Burke
Browse files

s1736: initial import of User/Group domain and reader/writer classes

parent 72ee887f
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,8 @@ public class GroupReaderWriterTest
StringBuilder xml = new StringBuilder();
GroupWriter.write(expected, xml);
assertFalse(xml.toString().isEmpty());
System.out.println(xml.toString());
Group actual = GroupReader.read(xml.toString());
assertNotNull(actual);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment