two fake test failures on VMS fixed
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / Changes
CommitLineData
11ea77c5 1Revision history for Perl extension Test::Simple
2
33459055 30.32 Tue Oct 16 16:52:02 EDT 2001
4 * Finally added a seperate plan() function
5 * Adding a name field to isa_ok()
6 (Requested by Dave Rolsky)
7 - Test::More was using Carp.pm, causing the occasional false positive.
8 (Reported by Tatsuhiko Miyagawa)
9
100.31 Mon Oct 8 19:24:53 EDT 2001
11 * Added an import option to Test::More
12 * Added no_ending and no_header options to Test::Builder
13 (Thanks to Dave Rolsky for giving this a swift kick in the ass)
14 * Added is_deeply(). Display of scalar refs not quite 100%
15 (Thanks to Stas Bekman for Apache::TestUtil idea thievery)
16 - Fixed a minor warning with skip()
17 (Thanks to Wolfgang Weisselberg for finding this one)
18
190.30 Thu Sep 27 22:10:04 EDT 2001
20 * Added Test::Builder
21 * Diagnostics are back to using STDERR *unless* it's from a todo
22 test. Those go to STDOUT.
23 - Fixed it so nothing is printed if a test is run with a -c flag.
24 Handy when a test is being deparsed with B::Deparse.
25
260.20 *UNRELEASED*
27
0cd946aa 280.19 Tue Sep 18 17:48:32 EDT 2001
29 * Test::Simple and Test::More no longer print their diagnostics
30 to STDERR. It instead goes to STDOUT.
31 * TODO tests which fail now print full failure diagnostics.
32 - Minor bug in ok()'s test name diagnostics made it think a blank
33 name was a number.
34 - ok() less draconian about test names
35 - Added temporary special case for Parrot::Test
36 - Now requiring File::Spec for our tests.
37
d020a79a 380.18 Wed Sep 5 20:35:24 EDT 2001
39 * ***API CHANGE*** can_ok() only counts as one test
40 - can_ok() has better diagnostics
41 - Minor POD fixes from mjd
42 - adjusting the internal layout to make it easier to put it into
43 the core
44
450.17 Wed Aug 29 20:16:28 EDT 2001
46 * Added can_ok() and isa_ok() to Test::More
47
480.16 Tue Aug 28 19:52:11 EDT 2001
49 * vmsperl foiled my sensisble exit codes. Reverting to a much more
50 coarse scheme.
51
520.15 Tue Aug 28 06:18:35 EDT 2001 *UNRELEASED*
53 * Now using sensible exit codes on VMS.
54
550.14 Wed Aug 22 17:26:28 EDT 2001
56 * Added a first cut at Test::Tutorial
57
580.13 Tue Aug 14 15:30:10 EDT 2001
59 * Added a reason to the skip_all interface
60 - Fixed a bug to allow 'use Test::More;' to work.
61 (Thanks to Tatsuhiko Miyagawa again)
62 - Now always testing backwards compatibility.
63
640.12 Tue Aug 14 11:02:39 EDT 2001
65 * Fixed some compatibility bugs with older Perls
66 (Thanks to Tatsuhiko Miyagawa)
67
680.11 Sat Aug 11 23:05:19 EDT 2001
69 * Will no longer warn about testing undef values
70 - Escaping # in test names
71 - Ensuring that ok() returns true or false and not undef
72 - Minor doc typo in the example
73
740.10 Tue Jul 31 15:01:11 EDT 2001
75 * Test::More is now distributed in this tarball.
76 * skip and todo tests work!
77 * Extended use_ok() so it can import
78 - A little internal rejiggering
79 - Added a TODO file
80
11ea77c5 810.09 Wed Jun 27 02:55:54 EDT 2001
82 - VMS fixes
83
840.08 Fri Jun 15 14:39:50 EDT 2001
85 - Guarding against $/ and -l
86 - Reformatted the way failed tests are reported to make them stand out
87 a bit better.
88
890.07 Tue Jun 12 15:55:54 BST 2001
90 - 'use Test::Simple' by itself no longer causes death
91 - Yet more fixes for death in eval
92 - Limiting max failures reported via exit code to 254.
93
940.06 Wed May 9 23:38:17 BST 2001
95 - Whoops, left a private method in the public docs.
96
970.05 Wed May 9 20:40:35 BST 2001
98 - Forgot to include the exit tests.
99 - Trouble with exiting properly under 5.005_03 and 5.6.1 fixed
100 - Turned off buffering
101 * 5.004 new minimum version
102 - Now explicitly tested with 5.6.1, 5.6.0, 5.005_03 and 5.004
103
1040.04 Mon Apr 2 11:05:01 BST 2001
105 - Fixed "require Test::Simple" so it doesn't bitch and exit 255
106 - Now installable with the CPAN shell.
107
1080.03 Fri Mar 30 08:08:33 BST 2001
109 - ok() now prints on what line and file it failed.
110 - eval 'die' was considered abnormal. Fixed.
111
1120.02 Fri Mar 30 05:12:14 BST 2001 *UNRELEASED*
113 - exit codes tested
114 * exit code on abnormal exit changed to 255 (thanks to Tim Bunce for
115 pointing out that Unix can't do negative exit codes)
116 - abnormal exits now better caught.
117 - No longer using Test.pm to test this, but still minimum of 5.005
118 due to needing $^S.
119
1200.01 Wed Mar 28 06:44:44 BST 2001
121 - First working version released to CPAN
122