From d572f4f5ad264e3922044ba9f89b706f6c629012 Mon Sep 17 00:00:00 2001 From: noah Date: Sun, 31 Oct 2010 14:15:12 +0000 Subject: 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 --- pexpect/tests/test_ansi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' +\ -- cgit v1.2.1