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

ruby-changes:16318

From: tarui <ko1@a...>
Date: Sat, 12 Jun 2010 06:47:52 +0900 (JST)
Subject: [ruby-changes:16318] Ruby:r28290 (trunk, ruby_1_9_2): * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):

tarui	2010-06-12 06:47:41 +0900 (Sat, 12 Jun 2010)

  New Revision: 28290

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

  Log:
    * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):
      fix typo.

  Modified files:
    branches/ruby_1_9_2/test/open-uri/test_open-uri.rb
    trunk/test/open-uri/test_open-uri.rb

Index: test/open-uri/test_open-uri.rb
===================================================================
--- test/open-uri/test_open-uri.rb	(revision 28289)
+++ test/open-uri/test_open-uri.rb	(revision 28290)
@@ -389,7 +389,7 @@
           ) {|f|
         assert_equal(1, length.length)
         assert_equal(content.length, length[0])
-        assert(progress.length>1,"maybe test is worng")
+        assert(progress.length>1,"maybe test is wrong")
         assert(progress.sort == progress,"monotone increasing expected but was\n#{progress.inspect}")
         assert_equal(content.length, progress[-1])
         assert_equal(content, f.read)
Index: ruby_1_9_2/test/open-uri/test_open-uri.rb
===================================================================
--- ruby_1_9_2/test/open-uri/test_open-uri.rb	(revision 28289)
+++ ruby_1_9_2/test/open-uri/test_open-uri.rb	(revision 28290)
@@ -389,7 +389,7 @@
           ) {|f|
         assert_equal(1, length.length)
         assert_equal(content.length, length[0])
-        assert(progress.length>1,"maybe test is worng")
+        assert(progress.length>1,"maybe test is wrong")
         assert(progress.sort == progress,"monotone increasing expected but was\n#{progress.inspect}")
         assert_equal(content.length, progress[-1])
         assert_equal(content, f.read)

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

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