tests/simplestorerepo.py
changeset 42983 a45d670c2bfc
parent 42880 38c62272f462
child 42990 a04b2c010d03
--- a/tests/simplestorerepo.py	Tue Sep 03 22:36:41 2019 +0200
+++ b/tests/simplestorerepo.py	Tue Sep 03 22:55:04 2019 +0200
@@ -294,7 +294,8 @@
             validatehash = self._processflagsraw(rawtext, flags)
             text = rawtext
         else:
-            text, validatehash = self._processflagsread(rawtext, flags)
+            r = self._processflagsread(rawtext, flags)
+            text, validatehash, sidedata = r
         if validatehash:
             self.checkhash(text, node, rev=rev)