From 43090c9f504f117203085286710d92afc2429f34 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 25 Nov 2007 07:47:51 +0000 Subject: test_to_s refined. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_integer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_integer.rb b/test/ruby/test_integer.rb index 7087084d37..55dbf35cc7 100644 --- a/test/ruby/test_integer.rb +++ b/test/ruby/test_integer.rb @@ -495,7 +495,7 @@ class TestInteger < Test::Unit::TestCase VS.each {|a| s = a.to_s(radix) b = s.to_i(radix) - assert_equal(a, b) + assert_equal(a, b, "(#{a}).to_s(#{radix}).to_i(#{radix})") } } end -- cgit v1.2.3