tests/test-hgwebdir
changeset 8217 d895158fe8af
parent 7523 e60aaae83323
child 8245 0eade101f762
--- a/tests/test-hgwebdir	Mon Apr 27 11:37:30 2009 +0200
+++ b/tests/test-hgwebdir	Mon Apr 27 11:35:18 2009 +0200
@@ -64,8 +64,12 @@
 
 echo % should succeed, slashy names
 "$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/?style=raw'
+"$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/?style=paper' \
+	| sed -r "s/[0-9]+ seconds? ago/seconds ago/"
 "$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/t?style=raw'
 "$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/t/?style=raw'
+"$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/t/?style=paper' \
+	| sed -r "s/[0-9]+ seconds? ago/seconds ago/"
 "$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/t/a?style=atom' \
 	| sed "s/http:\/\/[^/]*\//http:\/\/127.0.0.1\//"
 "$TESTDIR/get-with-headers.py" localhost:$HGPORT1 '/t/a/?style=atom' \