tests/test-hybridencode.py
changeset 18435 8c019d2fd7c0
parent 17690 eb7f8359249a
child 25027 297ea0df75d0
--- a/tests/test-hybridencode.py	Wed Dec 12 13:09:36 2012 -0800
+++ b/tests/test-hybridencode.py	Wed Dec 12 13:09:37 2012 -0800
@@ -5,7 +5,7 @@
     print "A = '%s'" % s.encode("string_escape")
 
     # show the result of the C implementation, if available
-    h = store._dothybridencode(s)
+    h = store._pathencode(s)
     print "B = '%s'" % h.encode("string_escape")
 
     # compare it with reference implementation in Python