From a2108abc5b0f46650cc33e2e9574c3c7e5edb499 Mon Sep 17 00:00:00 2001 From: ntalbott Date: Sun, 5 Oct 2003 00:59:02 +0000 Subject: * lib/test/unit/assertions.rb: will use pp for output if available. Can be disabled by setting Assertions.use_pp = false. * test/testunit/test_assertions.rb: made a small change to exception formatting. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 476bc608b..a06e0d4e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -Sun Oct 5 :00 2003 Nathaniel Talbott +Sun Oct 5 09:52:00 2003 Nathaniel Talbott + + * lib/test/unit/assertions.rb: will use pp for output if available. + Can be disabled by setting Assertions.use_pp = false. + + * test/testunit/test_assertions.rb: made a small change to exception + formatting. + +Sun Oct 5 07:42:00 2003 Nathaniel Talbott * lib/test/unit/assertions.rb: made small improvements to assertion messages. Deprecated Assertions#assert_not_nil; use #assert instead. -- cgit