Fix the test suite's new repository dump function (r889342): don't terminate
commitd6c81a5b4ef76d1ac06f11ed656e3657104bf459
authorJulian Foad <julian.foad@wandisco.com>
Tue, 15 Dec 2009 11:52:01 +0000 (15 11:52 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Tue, 15 Dec 2009 11:52:01 +0000 (15 11:52 +0000)
tree2ec58f72b893e41b9034c98c95015d44fe37b2d9
parent61e5b3893027b94dae9bed0cee6b5af4394f639a
Fix the test suite's new repository dump function (r889342): don't terminate
the dump of a table at a "next-key" row, because that cuts off other normal
rows with keys that come after "next-key" in alphanumeric order.

* subversion/tests/cmdline/svntest/objects.py
  (dump_bdb): Don't try to cut off the "next-key" row.
  (SvnRepository.dump): Remove some commented-out code.

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@890772 13f79535-47bb-0310-9956-ffa450edef68
svntest/objects.py