cstroe / svndumpapi

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

Fixes #30: Better testing around NodeHeaderChange and fixes a few bugs that were found #34

Closed cstroe closed 8 years ago

cstroe commented 8 years ago

It turns out that NodeHeaderChange didn't properly respect the revision number when modifying a node, so if the same node matched across revisions, all were changed. Fix that, and get better coverage.