From 7aa400bdb3bda7a75d404bbb9a3ed232c563fa86 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 4 Jul 2005 02:24:54 +0000 Subject: * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests which using fork on fork-less platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 337702da1..0193a0c6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 4 11:23:50 2005 NAKAMURA Usaku + + * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests + which using fork on fork-less platforms. + Sun Jul 3 23:26:30 2005 NAKAMURA, Hiroshi * test/wsdl/document/test_rpc.rb: compare formatted time string of @@ -8007,7 +8012,7 @@ Tue May 18 21:21:43 2004 NAKAMURA, Hiroshi * CSV::Cell removed. a cell is represented as just a String or nil(NULL). this change will cause widespread destruction. - CSV.open("foo.csv", "r") do |row| + CSV.open("foo.csv", "r") do |row| row.each do |cell| if cell.is_null # Cell#is_null p "(NULL)" -- cgit