Skip to content

Commit

Permalink
Fix #214 - added totalResults to the hash of valid dstu1 keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
de Beaubien, Bill committed Sep 1, 2015
1 parent 6139e49 commit bac4c4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public class JsonParser extends BaseParser implements IParser {
hashSetDstu1.add("id");
hashSetDstu1.add("updated");
hashSetDstu1.add("published");
hashSetDstu1.add("totalResults");
BUNDLE_TEXTNODE_CHILDREN_DSTU1 = Collections.unmodifiableSet(hashSetDstu1);

HashSet<String> hashSetDstu2 = new HashSet<String>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,6 @@ public void testParseBundle() throws DataFormatException, IOException {

}

@Ignore
@Test
public void testTotalResultsInJsonBundle() {
String json =
Expand Down

0 comments on commit bac4c4a

Please sign in to comment.