[前][次][番号順一覧][スレッド一覧]

ruby-changes:25433

From: usa <ko1@a...>
Date: Tue, 6 Nov 2012 14:43:55 +0900 (JST)
Subject: [ruby-changes:25433] usa:r37490 (trunk): * test/win32ole/test_win32ole.rb: follow other test files.

usa	2012-11-06 14:43:47 +0900 (Tue, 06 Nov 2012)

  New Revision: 37490

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37490

  Log:
    * test/win32ole/test_win32ole.rb: follow other test files.

  Modified files:
    trunk/test/win32ole/test_win32ole.rb

Index: test/win32ole/test_win32ole.rb
===================================================================
--- test/win32ole/test_win32ole.rb	(revision 37489)
+++ test/win32ole/test_win32ole.rb	(revision 37490)
@@ -1,4 +1,4 @@
-#
+# coding: us-ascii
 
 begin
   require 'win32ole'
@@ -379,7 +379,7 @@
           open(fname, "r:ascii-8bit") {|ifs|
             str = ifs.read
           }
-          assert_equal("\244\242".b, str)
+          assert_equal("\244\242", str)
         end
 
       ensure

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]