From 3db8351ac76c56dd70403df0b295325b3572a1b2 Mon Sep 17 00:00:00 2001 From: mneumann Date: Thu, 2 Dec 2004 15:22:23 +0000 Subject: * test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expected values are now stored in YAML instead of using #inspect. This fixes false hash order. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/xmlrpc/data/bug_bool.expected | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/xmlrpc/data/bug_bool.expected') diff --git a/test/xmlrpc/data/bug_bool.expected b/test/xmlrpc/data/bug_bool.expected index 094967631..121e3a84b 100644 --- a/test/xmlrpc/data/bug_bool.expected +++ b/test/xmlrpc/data/bug_bool.expected @@ -1 +1,3 @@ -[true, false] +--- +- true +- false \ No newline at end of file -- cgit