rlubke 02/01/04 12:27:29
Modified: src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print
positivePrintDouble.html positivePrintFloat.html
positivePrintInt.html positivePrintLong.html
Removed: src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print
positivePrintDoubleMaxBound.html
positivePrintDoubleMinBound.html
positivePrintFloatMaxBound.html
positivePrintFloatMinBound.html
positivePrintIntMaxBound.html
positivePrintIntMinBound.html
positivePrintLongMaxBound.html
positivePrintLongMinBound.html
Log:
- removed unecessary boundry test goldenfiles.
- updated double, float, int and long postivePrint test goldenfiles
to reflect test changes.
Revision Changes Path
1.2 +2 -2
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintDouble.html
Index: positivePrintDouble.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintDouble.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positivePrintDouble.html 9 Oct 2000 22:56:16 -0000 1.1
+++ positivePrintDouble.html 4 Jan 2002 20:27:29 -0000 1.2
@@ -4,6 +4,6 @@
<!-- this is to test if print(double d) method works -->
-234567.0
+0.04.9E-3241.7976931348623157E308
</body>
-</html>
\ No newline at end of file
+</html>
1.2 +2 -2
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintFloat.html
Index: positivePrintFloat.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintFloat.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positivePrintFloat.html 9 Oct 2000 22:56:16 -0000 1.1
+++ positivePrintFloat.html 4 Jan 2002 20:27:29 -0000 1.2
@@ -4,6 +4,6 @@
<!-- this is to test if print(float f) method works -->
-45.0
+0.01.4E-453.4028235E38
</body>
-</html>
\ No newline at end of file
+</html>
1.2 +2 -2
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintInt.html
Index: positivePrintInt.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintInt.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positivePrintInt.html 9 Oct 2000 22:56:16 -0000 1.1
+++ positivePrintInt.html 4 Jan 2002 20:27:29 -0000 1.2
@@ -4,6 +4,6 @@
<!-- this is to test if print(Int i) method works -->
-234
+0-21474836482147483647
</body>
-</html>
\ No newline at end of file
+</html>
1.2 +2 -2
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintLong.html
Index: positivePrintLong.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintLong.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positivePrintLong.html 9 Oct 2000 22:56:16 -0000 1.1
+++ positivePrintLong.html 4 Jan 2002 20:27:29 -0000 1.2
@@ -3,7 +3,7 @@
<body>
<!-- this is to test if print(long l) method works -->
-123456789
+0-92233720368547758089223372036854775807
</body>
-</html>
\ No newline at end of file
+</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>