tests/test-highlight
changeset 7959 5fb6edbf0ab8
parent 7623 03007ad08027
child 8083 29ac24a36ed7
--- a/tests/test-highlight	Thu Apr 02 18:18:43 2009 -0600
+++ b/tests/test-highlight	Sat Apr 04 15:14:36 2009 +0200
@@ -14,7 +14,7 @@
 cp $TESTDIR/get-with-headers.py ./
 
 # check for UnicodeDecodeError with iso-8859-1 file contents
-python -c 'fp = open("isolatin", "w"); fp.write("h\xFCbsch\n"); fp.close();'
+python -c 'fp = open("isolatin.txt", "w"); fp.write("h\xFCbsch\n"); fp.close();'
 
 hg ci -Ama
 
@@ -27,7 +27,7 @@
     | sed "s/class=\"k\"/class=\"kn\"/g"
 
 echo % hgweb filerevision, html
-("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/isolatin') \
+("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/file/tip/isolatin.txt') \
     | sed "s/class=\"k\"/class=\"kn\"/g"
 
 echo % hgweb fileannotate, html