stevel 01/10/13 20:49:07
Modified: docs/manual/OptionalTasks junit.html
Log:
IE6 on winXP doesn't like the ' entity, rather than replace it with a single quote
and break some other browser the sentence was reworked to indicate possesion differently.
Revision Changes Path
1.8 +2 -2 jakarta-ant/docs/manual/OptionalTasks/junit.html
Index: junit.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/junit.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- junit.html 2001/09/08 01:05:18 1.7
+++ junit.html 2001/10/14 03:49:07 1.8
@@ -28,8 +28,8 @@
<td valign="top">Print one line statistics for each testcase. Can
take the values "on", "off" and
"withOutAndErr" - "withOutAndErr" is the same
- as "on" but also includes the test's output
- (written to System.out and System.err).</td>
+ as "on" but also includes the output of the test
+ as written to System.out and System.err.</td>
<td align="center" valign="top">No, default is "off"</td>
</tr>
<tr>
|