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

ruby-changes:16561

From: tenderlove <ko1@a...>
Date: Tue, 6 Jul 2010 08:39:58 +0900 (JST)
Subject: [ruby-changes:16561] Ruby:r28553 (trunk): forgot to commit the assert_match()

tenderlove	2010-07-06 08:39:51 +0900 (Tue, 06 Jul 2010)

  New Revision: 28553

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

  Log:
    forgot to commit the assert_match()

  Modified files:
    trunk/test/dl/test_import.rb

Index: test/dl/test_import.rb
===================================================================
--- test/dl/test_import.rb	(revision 28552)
+++ test/dl/test_import.rb	(revision 28553)
@@ -48,6 +48,7 @@
           extern "void *strcpy(char*, char*)"
         end
       end
+      assert_match(/call dlload before/, err.message)
     end
 
     def test_malloc()

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

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