##// END OF EJS Templates
test-http-bad-server: move the extension in `testlib`...
marmoute -
r49451:089cb4d6 default
parent child Browse files
Show More
@@ -33,7 +33,7 b' New errors are not allowed. Warnings are'
33 33 Skipping contrib/packaging/hgpackaging/wix.py it has no-che?k-code (glob)
34 34 Skipping i18n/polib.py it has no-che?k-code (glob)
35 35 Skipping mercurial/statprof.py it has no-che?k-code (glob)
36 Skipping tests/badserverext.py it has no-che?k-code (glob)
36 Skipping tests/testlib/badserverext.py it has no-che?k-code (glob)
37 37
38 38 @commands in debugcommands.py should be in alphabetical order.
39 39
@@ -30,7 +30,7 b' and because debugging partial responses '
30 30
31 31 $ cat > .hg/hgrc << EOF
32 32 > [extensions]
33 > badserver = $TESTDIR/badserverext.py
33 > badserver = $TESTDIR/testlib/badserverext.py
34 34 > [server]
35 35 > compressionengines = none
36 36 > EOF
1 NO CONTENT: file renamed from tests/badserverext.py to tests/testlib/badserverext.py
General Comments 0
You need to be logged in to leave comments. Login now