tests/test-revlog-raw.py
changeset 42987 bd5858c28bbe
parent 42793 740450677221
child 42990 f4caf910669e
--- a/tests/test-revlog-raw.py	Wed Sep 04 00:13:45 2019 +0200
+++ b/tests/test-revlog-raw.py	Wed Sep 04 00:34:03 2019 +0200
@@ -45,7 +45,7 @@
 def readprocessor(self, rawtext):
     # True: the returned text could be used to verify hash
     text = rawtext[len(_extheader):].replace(b'i', b'1')
-    return text, True
+    return text, True, {}
 
 def writeprocessor(self, text):
     # False: the returned rawtext shouldn't be used to verify hash