From 69c1181a9f4ff295b3bcdb465979323533b50f65 Mon Sep 17 00:00:00 2001 From: why Date: Tue, 13 Nov 2007 05:45:52 +0000 Subject: [PATCH] * test/yaml/test_yaml.rb: fixed the failing YAML Struct test at ko1's request. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ test/yaml/test_yaml.rb | 26 +++++++++++++------------- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1d88e17131..8369fe0db5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 13 14:44:32 2007 why the lucky stiff + + * test/yaml/test_yaml.rb: fixed the failing YAML Struct test + at ko1's request. + Tue Nov 13 02:57:04 2007 URABE Shyouhei * numeric.c (flo_divmod): round to the nearest integer. diff --git a/test/yaml/test_yaml.rb b/test/yaml/test_yaml.rb index 676310e6fc..393cbd760f 100644 --- a/test/yaml/test_yaml.rb +++ b/test/yaml/test_yaml.rb @@ -1082,27 +1082,27 @@ EOY book_struct.new( "This should be the ISBN", "but I have another struct here", 2002, "None" ) ) ], <