From 8e05c69aa1cab5cca3e725926016492aabe6f0d5 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 23 Sep 2008 21:39:21 +0000 Subject: Added changes needed for miniunit. usually from using internal calls that aren't needed anymore. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/json/test_json.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/json/test_json.rb') diff --git a/test/json/test_json.rb b/test/json/test_json.rb index 0ee993eb88..2c706d52f1 100755 --- a/test/json/test_json.rb +++ b/test/json/test_json.rb @@ -29,7 +29,6 @@ class TC_JSON < Test::Unit::TestCase @json = '{"a":2,"b":3.141,"c":"c","d":[1,"b",3.14],"e":{"foo":"bar"},' + '"g":"\\"\\u0000\\u001f","h":1.0E3,"i":1.0E-3}' end - suite << TC_JSON.suite def test_construction parser = JSON::Parser.new('test') -- cgit v1.2.3