diff options
Diffstat (limited to 'lib/Test')
-rw-r--r-- | lib/Test/Harness/TAP.pod | 2 | ||||
-rw-r--r-- | lib/Test/Tutorial.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Harness/TAP.pod b/lib/Test/Harness/TAP.pod index 15b51b8725..bfecee5266 100644 --- a/lib/Test/Harness/TAP.pod +++ b/lib/Test/Harness/TAP.pod @@ -294,7 +294,7 @@ This listing shows that the entire listing is a skip. No tests were run. =head2 Got spare tuits? The following example reports that four tests are run and the last two -tests failed. However, becauses the failing tests are marked as things +tests failed. However, because the failing tests are marked as things to do later, they are considered successes. Thus, a harness should report this entire listing as a success. diff --git a/lib/Test/Tutorial.pod b/lib/Test/Tutorial.pod index 7a6c084d31..b730918c75 100644 --- a/lib/Test/Tutorial.pod +++ b/lib/Test/Tutorial.pod @@ -174,7 +174,7 @@ run that and you get: # Looks like you failed 1 tests of 8. Whoops, a failure! [4] Test::Simple helpfully lets us know on what line -the failure occured, but not much else. We were supposed to get 17, +the failure occurred, but not much else. We were supposed to get 17, but we didn't. What did we get?? Dunno. We'll have to re-run the test in the debugger or throw in some print statements to find out. |