Author: ekoneil
Date: Wed Jul 28 12:54:30 2004
New Revision: 30860
Added:
incubator/beehive/trunk/netui/docs/
incubator/beehive/trunk/netui/docs/testresults.html (contents, props
changed)
Log:
Add an HTML file that can be used as an index into the NetUI test results.
BB: self
DRT: NetUI pass
Added: incubator/beehive/trunk/netui/docs/testresults.html
==============================================================================
--- (empty file)
+++ incubator/beehive/trunk/netui/docs/testresults.html Wed Jul 28 12:54:30 2004
@@ -0,0 +1,36 @@
+<html>
+<head>
+ <title>NetUI Test Results</title>
+ <style type="text/css">
+P
+{
+ width:75%
+}
+BODY
+{
+ font-family: Helvetica, sans-serif;
+ font-size: 16px;
+ font-style: normal;
+ font-weight: normal;
+}
+ </style>
+</head>
+<body>
+<b>NetUI Test Results</b>
+<p>
+<b>DRTs</b>
+<ul>
+<li><a href="../build/drt.testResults/html/junit-noframes.html">JUnit API
Tests</a></li>
+<li><a href="../build/testRecorder/junit/drt/html/junit-noframes.html">Test
Recorder Tests</a></li>
+</ul>
+Note, the JUnit test results above will only be created when running DRTs.
The output files for the BVTs are linked below.
+</p>
+<p>
+<br/>
+<b>BVTs</b></br>
+<ul>
+<li><a href="../build/testRecorder/junit/bvt/html/junit-noframes.html">Test
Recorder Tests</a></li>
+</ul>
+</p>
+</body>
+</html>