You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/08/28 12:06:53 UTC

svn commit: r1698288 - /subversion/trunk/subversion/tests/cmdline/svnfsfs_tests.py

Author: stefan2
Date: Fri Aug 28 10:06:52 2015
New Revision: 1698288

URL: http://svn.apache.org/r1698288
Log:
* subversion/tests/cmdline/svnfsfs_tests.py
  (load_index_sharded): Correct commentary. No functional change.

Modified:
    subversion/trunk/subversion/tests/cmdline/svnfsfs_tests.py

Modified: subversion/trunk/subversion/tests/cmdline/svnfsfs_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svnfsfs_tests.py?rev=1698288&r1=1698287&r2=1698288&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/svnfsfs_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/svnfsfs_tests.py Fri Aug 28 10:06:52 2015
@@ -121,10 +121,10 @@ def load_index_sharded(sbox):
   #
   # * uses the same encoding as the dump-index output
   # * is not in ascending item offset order
-  # * ignores lines with the full table header
-  # * ignores the checksum column and beyond
-  # * figures out the correct target revision even if the first item
-  #   does not match the first revision in the pack file
+  # * contains lines with the full table header
+  # * invalid or incorrect data in the checksum column and beyond
+  # * starts with an item which does not belong to the first revision
+  #   in the pack file
   #
   # So, let's mess with the ITEMS list to call in on these promises.