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