https://bz.apache.org/bugzilla/show_bug.cgi?id=58002
--- Comment #5 from Robert Kish <[email protected]> --- You are correct; my patch fails :(. I downloaded trunk from source and tried at it some more. This will take some time for me to figure out, I'll give it a try in the next week or so and try to submit a new patch. The problem is still the same, NoteRecords out of sequence. What I learned is that the code assumes the records are always in sequence, so it can remove records start to end. But what we really have is start1 to end1, start2 to end2, etc. The referenced JUnit has the same assumption and needs to be updated also. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
