From 34ec7c5b496fb4dad4536b6e71333484f1d99c4f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 21 Aug 2014 13:10:34 +0000 Subject: win32/test_console_attr.rb: reset attributes * ext/-test-/win32/console/attribute.c (console_set_attribute): set console attribute. * test/-ext-/win32/test_console_attr.rb (reset): reset attributes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/win32/test_console_attr.rb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/-ext-/win32/test_console_attr.rb b/test/-ext-/win32/test_console_attr.rb index 6e8f93ab99..3afb2d9378 100644 --- a/test/-ext-/win32/test_console_attr.rb +++ b/test/-ext-/win32/test_console_attr.rb @@ -4,13 +4,12 @@ if /mswin|mingw/ =~ RUBY_PLATFORM and STDOUT.tty? require 'test/unit' class Test_Win32Console < Test::Unit::TestCase - def setup - print "\e[m!" + def reset + STDOUT.console_attribute(7) end - def teardown - print "\e[m!" - end + alias setup reset + alias teardown reset def test_default info = STDOUT.console_info -- cgit v1.2.3