From 4c10b035ef46165c1b9a42183c7744988a38138a 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@7441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/xmlrpc/data/bug_cdata.expected | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/xmlrpc/data/bug_cdata.expected') diff --git a/test/xmlrpc/data/bug_cdata.expected b/test/xmlrpc/data/bug_cdata.expected index 5ccf7fc081..17d7861318 100644 --- a/test/xmlrpc/data/bug_cdata.expected +++ b/test/xmlrpc/data/bug_cdata.expected @@ -1 +1,3 @@ -[true, "test"] +--- +- true +- test \ No newline at end of file -- cgit v1.2.3