30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
Description: minor spelling fix
|
|
Origin: vendor
|
|
Bug: https://rt.cpan.org/Ticket/Display.html?id=72450
|
|
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72450
|
|
Author: gregor herrmann <gregoa@debian.org>
|
|
Last-Update: 2011-11-15
|
|
|
|
--- a/README
|
|
+++ b/README
|
|
@@ -73,7 +73,7 @@
|
|
allows a test designer to change the setup function as the tests progress. See
|
|
the EXAMPLE section for an example of how to use this.
|
|
|
|
- If a test is preceeded by multiple new setup/teardown functions, the last one
|
|
+ If a test is preceded by multiple new setup/teardown functions, the last one
|
|
to be specified is kept, and any others are discarded after being executed
|
|
once. This allows one to specify one-time setup and/or teardown functions at a
|
|
given point of testing.
|
|
--- a/lib/Test/SimpleUnit.pm
|
|
+++ b/lib/Test/SimpleUnit.pm
|
|
@@ -171,7 +171,7 @@
|
|
allows a test designer to change the setup function as the tests progress. See
|
|
the L<EXAMPLE|"EXAMPLE"> section for an example of how to use this.
|
|
|
|
-If a test is preceeded by multiple new setup/teardown functions, the last one to
|
|
+If a test is preceded by multiple new setup/teardown functions, the last one to
|
|
be specified is kept, and any others are discarded after being executed
|
|
once. This allows one to specify one-time setup and/or teardown functions at a
|
|
given point of testing.
|