EXIficient / exificient-grammars

Java Implementation of EXI (grammars part)
http://exificient.github.io/java/
MIT License
4 stars 9 forks source link

fix and add tests #6

Closed amarant closed 6 years ago

amarant commented 6 years ago

test the Xml with the round trip result fix the xml file paths of the tests add a test that verify a round trip of ExiGrammars Xml are the same (this fails for now), I think it is related to the line : 750 in Grammars2X, where only next Grammar with non zero number of events are added

danielpeintner commented 6 years ago

I checked in some more updates and the tests run fine now.

Having said that, I am not sure if a roundtrip test will always work given that the grammar IDs might change....