summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2010-10-31 14:15:12 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2010-10-31 14:15:12 +0000
commitd572f4f5ad264e3922044ba9f89b706f6c629012 (patch)
treeedbff72ecc01ae09c667e65d6951161851b2ca98
parent5fbd9e22c95cb373c15f77bf421b29f6f2e24235 (diff)
downloadpexpect-d572f4f5ad264e3922044ba9f89b706f6c629012.tar.gz
Fixed test. I know, you're not supposed to fix your test cases, but this one
was really broken. It was expecting the wrong result. The SVN commit for r522 fixed ANSI.py, but the test was still expecting the wrong result. git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@524 656d521f-e311-0410-88e0-e7920216d269
-rwxr-xr-xpexpect/tests/test_ansi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/tests/test_ansi.py b/pexpect/tests/test_ansi.py
index 2db0538..1179200 100755
--- a/pexpect/tests/test_ansi.py
+++ b/pexpect/tests/test_ansi.py
@@ -71,7 +71,7 @@ torture_target='+---------------------------------------------------------------
'|Normal gjpqy Underline Blink Underline+Blink gjpqy |\n' +\
'|Bold gjpqy Underline Blink Underline+Blink gjpqy |\n' +\
'|Inverse Underline Blink Underline+Blink |\n' +\
-'|Bold+Inverse Underline7m Blink Underline+Blink |\n' +\
+'|Bold+Inverse Underline Blink Underline+Blink |\n' +\
'|This is double width |\n' +\
'|This is double height |\n' +\
'|This is double height |\n' +\