-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests
which using fork on fork-less platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Mon Jul 4 11:23:50 2005 NAKAMURA Usaku <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* test/wsdl/document/test_rpc.rb: compare formatted time string of | ||
|
@@ -8007,7 +8012,7 @@ Tue May 18 21:21:43 2004 NAKAMURA, Hiroshi <[email protected]> | |
* 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)" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters