diff -r a04b2c010d03 -r eb5048f8c533 tests/simplestorerepo.py --- a/tests/simplestorerepo.py Fri Sep 06 23:50:32 2019 +0200 +++ b/tests/simplestorerepo.py Sat Sep 07 00:11:58 2019 +0200 @@ -294,7 +294,7 @@ validatehash = self._processflagsraw(rawtext, flags) text = rawtext else: - r = self._processflagsread(rawtext, flags) + r = flagutil.processflagsread(self, rawtext, flags) text, validatehash, sidedata = r if validatehash: self.checkhash(text, node, rev=rev)