*** empty log message ***

svn path=/trunk/boinc/; revision=6326
This commit is contained in:
David Anderson 2005-06-09 22:14:19 +00:00
parent 289db963ab
commit 3160922387
1 changed files with 2 additions and 8 deletions

View File

@ -1,15 +1,9 @@
<?php <?php
require_once("docutil.php"); require_once("docutil.php");
page_head("Build Verification Tests for BOINC"); page_head("Testing the BOINC client");
echo " echo "
<h2>Build Verification Tests</h2>
<p>Build verification tests are used to determine if a particular release
of software is even worth passing off to the Alpha group for further testing.</p>
<p>They are not meant to be a comprehensive set of tests, just merely a set of <p>The following tests are meant for the single-user installation scenario:
tests to determine if a build is good enough for further testing.</p>
<p>The following list of tests is meant for the single-user installation scenario:
<ol> <ol>
<li>Attach to a project. <li>Attach to a project.
<li>Schedule an RPC to the project server requesting results to process. <li>Schedule an RPC to the project server requesting results to process.