Author: julianfoad
Date: Wed Feb 4 15:50:59 2015
New Revision: 1657295
URL: http://svn.apache.org/r1657295
Log:
On the 'dump-load-cross-check' branch: remove a done TODO in BRANCH-README,
and downgrade another TODO item that can be done after reintegrating.
Modified:
subversion/branches/dump-load-cross-check/BRANCH-README
Modified: subversion/branches/dump-load-cross-check/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/dump-load-cross-check/BRANCH-README?rev=1657295&r1=1657294&r2=1657295&view=diff
==============================================================================
--- subversion/branches/dump-load-cross-check/BRANCH-README (original)
+++ subversion/branches/dump-load-cross-check/BRANCH-README Wed Feb 4 15:50:59
2015
@@ -4,12 +4,7 @@ Purpose of this branch:
Kind of branch:
Development branch -- regular catch-ups from trunk
-TODO before reintegrating to trunk:
- - Put back the dumpfile parser's ability to check for certain expected
- well-formedness characteristics of the dumpfile contents, as some
- dump/load tests are relying on the parser to do that checking. It has
- been temporarily downgraded here in favour of more generic parsing.
-
+TODO:
- Fix FAIL: svnmucc_tests.py 2: a no-op content-change is reported
differently in different cases. (Fix it how? I'd prefer to make the
output of a no-op change the same as a no-change.)