diff options
| author | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-04 21:40:17 +0000 |
|---|---|---|
| committer | ntalbott <ntalbott@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-04 21:40:17 +0000 |
| commit | 36df633da547e9c35f86c471e25f3625938a14ba (patch) | |
| tree | 65f1f562a00d686b2f58d9615fc6343a584313b5 /ChangeLog | |
| parent | 26bb3f8304ada99fb8bb8afb139fe5ecd60f9fdc (diff) | |
| download | ruby-36df633da547e9c35f86c471e25f3625938a14ba.tar.gz ruby-36df633da547e9c35f86c471e25f3625938a14ba.tar.xz ruby-36df633da547e9c35f86c471e25f3625938a14ba.zip | |
* lib/test/unit/assertions.rb: made small improvements to assertion
messages. Deprecated Assertions#assert_not_nil; use #assert instead.
* test/testunit/test_assertions.rb: ditto.
* test/testunit/util/test_procwrapper.rb: use #assert instead of
#assert_not_nil.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Oct 5 :00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org> + + * lib/test/unit/assertions.rb: made small improvements to assertion + messages. Deprecated Assertions#assert_not_nil; use #assert instead. + + * test/testunit/test_assertions.rb: ditto. + + * test/testunit/util/test_procwrapper.rb: use #assert instead of + #assert_not_nil. + Sun Oct 5 04:10:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org> * lib/test/unit/assertions.rb: refactored message building. |
