allow checking PDTCRYPT archives for IV integrity with crypto.py
[python-delta-tar] / testing / test_recover.py
index 0a47d21..ff88148 100644 (file)
@@ -31,8 +31,8 @@ communicated upward by throwing.
 
     - corrupt_entire_header ():
       Invert all bits of the first object header (PDTCRYPT, gzip, tar) without
-      affecting the payload. This renders the object unreadable; the file will
-      be resemble one with arbitrary leading data but all the remaining object
+      affecting the payload. This renders the object unreadable; the result will
+      resemble a file with arbitrary leading data but all the remaining object
       offsets intact, so the contents can still be extracted with index based
       recovery.
 
@@ -1068,7 +1068,7 @@ class GenIndexCorruptHoleGZAESTest (GenIndexCorruptHoleBaseTest):
 
 class GenIndexCorruptEntireHeaderBaseTest (GenIndexTest):
     """
-    Recreate index from file with hole.
+    Recreate index from file with defective headers.
     """
     COMPRESSION = None
     PASSWORD    = None