-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
52 lines (43 loc) · 2.03 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
******************************************************************************
* Due to lack of time, this file has been deprecated in favour of the
* automatically generated ChangeLog file. Sorry.
******************************************************************************
Revision history for Perl extension Test::Unit.
0.14 - lots of changes and additions:
Piers Cawley fixed a bad bug that caused inherited tests to
be called on the parent class instead of the inheriting class.
Piers Cawley also put in a lot of new functionality for regular
expression assertions and coderef assertions.
Matthew Astley fixed the POD documentation.
Matthew Astley and Adam Spiers fixed a number of smaller things.
Greatly improved formatting of failure reports.
Version number is now (hopefully) handled correctly for CPAN.
Kevin Connor ported Setup and TestDecorator to Perl.
0.13 - patched the patch from 0.12, added patches by David Esposito,
(documentation for optional message arg to assert(), make
TkTestRunner use to_string() for exception display), added
documentation on problems in using assert() with regexes and
messages, fixed these problems for the procedural style
interface (where they can be solved)
0.12 - added patch by Matthew Astley (method to quell backtrace on
failed tests, see Test::Unit::TestCase).
0.11
- fixed bugs in self tests that caused failed tests under HPUX
and Solaris
0.1
- much revised and extended due to PerlUnit effort
(see http://sourceforge.net/project?group_id=2653)
- INCOMPATIBLE CHANGES: old interface style is discontinued
(if you want support for this, use the old 0.06 version)
- resembles JUnit approach much more closely
- adapters to Test::Harness style tests
- GUI test runner using Tk
- stack traces for errors and failures
- object-oriented implementation approach supporting
test inheritance and test specialization
0.06
- first CPAN release
0.05
- initial release version
0.01 - 0.04
- development versions