changeset 8759:f584d63c49c3

win32text: drop disabling portion of test disabling extension leaves dirstate confused about whether affected files are clean or not, not much point testing it.
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Jun 2009 11:55:32 -0500
parents 1060cb231595
children bf17aeafb869
files tests/test-win32text tests/test-win32text.out
diffstat 2 files changed, 0 insertions(+), 33 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-win32text	Mon Jun 08 20:09:48 2009 +0200
+++ b/tests/test-win32text	Tue Jun 09 11:55:32 2009 -0500
@@ -142,19 +142,3 @@
 hg revert -a
 hg st -q
 python print.py < linefeed
-
-echo "# disable extension again"
-echo '[decode]' >> .hg/hgrc
-echo '** = !' >> .hg/hgrc
-echo '[encode]' >> .hg/hgrc
-echo '** = !' >> .hg/hgrc
-cat .hg/hgrc
-echo
-
-rm f3 f4.bat bin
-hg co -C 2>&1 | python -c 'import sys, os; sys.stdout.write(sys.stdin.read().replace(os.getcwd(), "...."))'
-python print.py < bin
-python print.py < f3
-python print.py < f4.bat
-echo
-
--- a/tests/test-win32text.out	Mon Jun 08 20:09:48 2009 +0200
+++ b/tests/test-win32text.out	Tue Jun 09 11:55:32 2009 -0500
@@ -302,20 +302,3 @@
 M linefeed
 reverting linefeed
 % just linefeed<CR><LF>
-# disable extension again
-[extensions]
-win32text = 
-[decode]
-** = cleverdecode:
-[encode]
-** = cleverencode:
-[decode]
-** = !
-[encode]
-** = !
-
-4 files updated, 0 files merged, 0 files removed, 0 files unresolved
-hello<NUL><CR><LF>
-some<LF>text<LF>
-rem empty<LF>
-