You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/09/16 23:33:15 UTC

svn commit: r289656 - /beehive/trunk/netui/docs/testresults.html

Author: ekoneil
Date: Fri Sep 16 14:33:12 2005
New Revision: 289656

URL: http://svn.apache.org/viewcvs?rev=289656&view=rev
Log:
Update the NetUI test result index to include the new JUnit result locations and the compiler tests.

BB:self
Test: none


Modified:
    beehive/trunk/netui/docs/testresults.html

Modified: beehive/trunk/netui/docs/testresults.html
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/docs/testresults.html?rev=289656&r1=289655&r2=289656&view=diff
==============================================================================
--- beehive/trunk/netui/docs/testresults.html (original)
+++ beehive/trunk/netui/docs/testresults.html Fri Sep 16 14:33:12 2005
@@ -20,7 +20,7 @@
 <p>
 <b>DRTs</b>
 <ul>
-<li><a href="../build/drt.testResults/html/junit-noframes.html">JUnit API Tests</a></li>
+<li><a href="../build/junit-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.
@@ -29,6 +29,8 @@
 <br/>
 <b>BVTs</b></br>
 <ul>
+<li><a href="../build/junit-bvt.testResults/html/junit-noframes.html">JUnit API Tests</a></li>
+<li><a href="../build/compiler.testResults/html/junit-noframes.html">Page Flow Compiler Tests</a></li>
 <li><a href="../build/testRecorder/junit/bvt/html/junit-noframes.html">Test Recorder Tests</a></li>
 </ul>
 </p>