cstroe / svndumpapi

A Java library for manipulating a Subversion dump file.
GNU Affero General Public License v3.0
5 stars 1 forks source link

Fix #7: Cover SvnDumpInMemory in some tests #10

Closed cstroe closed 9 years ago

cstroe commented 9 years ago

Wrote a unit test to cover SvnDumpInMemory chaining.

Also, use the endRevision, endNode methods to be more correct about managing currentRevision and currentNode. This revealed a bug in NodeRemove that was patched here.