rlubke 02/01/28 16:23:02
Modified: src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc
positiveClear.html positiveGetBufferSize.html
positiveGetBufferSizeUnBuffered.html
positiveGetRemaining.html
positiveGetRemainingBufferUnset.html
positiveIsAutoFlush.html
Added: src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc
positiveNewLine.html
Log:
- content push from CTS
Revision Changes Path
1.2 +2 -1
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveClear.html
Index: positiveClear.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveClear.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveClear.html 9 Oct 2000 22:55:47 -0000 1.1
+++ positiveClear.html 29 Jan 2002 00:23:01 -0000 1.2
@@ -1,4 +1,5 @@
<!-- expecting blank page -->
</body>
-</html>
\ No newline at end of file
+</html>
+
1.2 +13 -12
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetBufferSize.html
Index: positiveGetBufferSize.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetBufferSize.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveGetBufferSize.html 9 Oct 2000 22:55:47 -0000 1.1
+++ positiveGetBufferSize.html 29 Jan 2002 00:23:01 -0000 1.2
@@ -1,13 +1,14 @@
-<html>
-<title>positiveGetBufferSize</title>
-<body>
-
-<!-- this is to test if getBufferSize method works -->
-<!-- setting buffer size to 5kb using directive -->
-<!-- calling getBufferSize() method -->
-
-5120
-
-<!-- expected to return 5120 as buffer size -->
-</body>
+<html>
+<title>positiveGetBufferSize</title>
+<body>
+
+<!-- this is to test if getBufferSize method works -->
+<!-- setting buffer size to 5kb using directive -->
+
+<!-- calling getBufferSize() method -->
+
+true
+
+<!-- expected to return true -->
+</body>
</html>
1.2 +12 -11
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetBufferSizeUnBuffered.html
Index: positiveGetBufferSizeUnBuffered.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetBufferSizeUnBuffered.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveGetBufferSizeUnBuffered.html 9 Oct 2000 22:55:47 -0000 1.1
+++ positiveGetBufferSizeUnBuffered.html 29 Jan 2002 00:23:01 -0000 1.2
@@ -1,11 +1,12 @@
-<html>
-<title>positiveGetBufferSizeUnBuffered</title>
-<body>
-<!-- this is to test if getBufferSize method works with no buffer-->
-<!-- setting buffer size to 'none' using directive -->
-
-got=0
-
-<!-- expected to return 0 as buffer is set 'none' -->
-</body>
-</html>
\ No newline at end of file
+<html>
+<title>positiveGetBufferSizeUnBuffered</title>
+<body>
+
+<!-- this is to test if getBufferSize method works with no buffer-->
+<!-- setting buffer size to 'none' using directive -->
+
+got=0
+
+<!-- expected to return 0 as buffer is set 'none' -->
+</body>
+</html>
1.2 +2 -1
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetRemaining.html
Index: positiveGetRemaining.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetRemaining.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveGetRemaining.html 9 Oct 2000 22:55:47 -0000 1.1
+++ positiveGetRemaining.html 29 Jan 2002 00:23:01 -0000 1.2
@@ -1 +1,2 @@
-hello: getRemaining test Passed
+
+hello:getRemaining test Passed
1.2 +2 -2
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetRemainingBufferUnset.html
Index: positiveGetRemainingBufferUnset.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveGetRemainingBufferUnset.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveGetRemainingBufferUnset.html 9 Oct 2000 22:55:47 -0000 1.1
+++ positiveGetRemainingBufferUnset.html 29 Jan 2002 00:23:01 -0000 1.2
@@ -9,6 +9,6 @@
<!-- using getRemaining() method to get the buffer size -->
0
-<!-- expected to return 1 -->
+<!-- expected to return 0 -->
</body>
-</html>
\ No newline at end of file
+</html>
1.2 +1 -1
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveIsAutoFlush.html
Index: positiveIsAutoFlush.html
===================================================================
RCS file:
/home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveIsAutoFlush.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- positiveIsAutoFlush.html 9 Oct 2000 22:55:47 -0000 1.1
+++ positiveIsAutoFlush.html 29 Jan 2002 00:23:01 -0000 1.2
@@ -8,4 +8,4 @@
true
<!-- expected to return true -->
</body>
-</html>
\ No newline at end of file
+</html>
1.1
jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/misc/positiveNewLine.html
Index: positiveNewLine.html
===================================================================
<html>
<title>positiveNewLine</title>
<body>
<!-- this is to test if newLine() method works -->
<!-- call newLine() method -->
</body>
</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>