You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by BugRat Mail System <to...@cortexity.com> on 2001/01/18 02:16:36 UTC

BugRat Report #796 has been filed.

Bug report #796 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/796>

REPORT #796 Details.

Project: Watchdog
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 20010110
   JVM Release: 1.2.2.05
   Operating System: hpux
   OS Release: 11.0
   Platform: HP

Synopsis: 
FAIL positiveForward.jsp and positiveInclude.jsp 

Description:
In compareWeek
        FAIL*** : Rtok1 = </html><html>, Etok2 = </html>
ERROR (false,true)in : GET /jsp-tests/jsp/engine/PageContext/positiveForward.jsp HTTP/1.0
====================Expecting:
<html>
<title>forward</title>
<body>
SUCCESS

</body>
</html>
====================Got:
<html>^M
<title>forward</title>^M
<body>^M
SUCCESS
^M
</body>^M
</html><html>^M
<title>positiveForward</title>^M
<body>^M
^M

====================
FAIL GET /jsp-tests/jsp/engine/PageContext/positiveForward.jsp HTTP/1.0

-------------------------------------------------------------------------------------------------------
In compareWeek
        FAIL*** : Rtok1 = <title>forward</title>, Etok2 = <title>positiveInclude</title>
ERROR (false,true)in : GET /jsp-tests/jsp/engine/PageContext/positiveInclude.jsp HTTP/1.0
====================Expecting:
<html>
<title>positiveInclude</title>
<body>

<!-- this is to test if include() method works -->
<!-- using pageContext object to include -->
<html>
<title>forward</title>
<body>
SUCCESS

</body>
</html>


</body>
</html>

====================Got:
<html>^M
<title>forward</title>^M
<body>^M
SUCCESS
^M
</body>^M
</html><html>^M
<title>positiveInclude</title>^M
<body>^M
^M
<!-- this is to test if include() method works -->^M
<!-- using pageContext object to include -->^M
^M
^M
^M
</body>^M
</html>^M

====================
FAIL GET /jsp-tests/jsp/engine/PageContext/positiveInclude.jsp HTTP/1.0