diff -r 3807ec0c6bba -r 8c019d2fd7c0 tests/test-pathencode.py --- a/tests/test-pathencode.py Wed Dec 12 13:09:36 2012 -0800 +++ b/tests/test-pathencode.py Wed Dec 12 13:09:37 2012 -0800 @@ -154,7 +154,7 @@ def runtests(rng, seed, count): nerrs = 0 for p in genpath(rng, count): - h = store._dothybridencode(p) # uses C implementation, if available + h = store._pathencode(p) # uses C implementation, if available r = store._hybridencode(p, True) # reference implementation in Python if h != r: if nerrs == 0: