%--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
See the License for the specific language governing permissions and
limitations under the License.
--%>
<%@ page import="org.apache.pluto.testsuite.TestResult" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
<%
pageContext.setAttribute("PASSED_CODE", new Integer(TestResult.PASSED));
pageContext.setAttribute("FAILED_CODE", new Integer(TestResult.FAILED));
pageContext.setAttribute("WARNING_CODE", new Integer(TestResult.WARNING));
%>
TEST RESULT NOT FOUND | |
---|---|
" border="0" /> |
The test results could not be found in the request scope. If this is an ActionTest (test logic resides in the processAction() method), one possible reason may be that the original portlet session where the test results reside was invalidated by another portlet. Please return to the introduction page and retry. |
TEST FAILED | |
WARNING | |
TEST PASSED | |
|
PLT |
|
|
|