##// END OF EJS Templates
filecache: use binary path in the test...
marmoute -
r52994:720d9849 default
parent child Browse files
Show More
@@ -48,7 +48,7 class fakerepo:
48 48 def sjoin(self, p):
49 49 return p
50 50
51 @localrepo.repofilecache('x', 'y')
51 @localrepo.repofilecache(b'x', b'y')
52 52 def cached(self):
53 53 print('creating')
54 54 return 'string from function'
General Comments 0
You need to be logged in to leave comments. Login now