Holly add a test case to each test suite so that the index is rebuilt before starting. This will help the test suites run more smoothly repeatedly.

This commit is contained in:
hlm7 2011-12-09 20:24:55 +00:00
parent 3694807056
commit a1e5ae937c
25 changed files with 1649 additions and 148 deletions

View file

@ -1,22 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>Test Suite</title>
</head>
<body>
<table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody>
<tr><td><b>Test Suite</b></td></tr>
<tr><td><a href="AddClassGroupTimes.html">AddClassGroupTimes</a></td></tr>
<tr><td><a href="AddSubClassHours.html">AddSubClassHours</a></td></tr>
<tr><td><a href="AddSubClassMinutes.html">AddSubClassMinutes</a></td></tr>
<tr><td><a href="AddIndividualInHours.html">AddIndividualInHours</a></td></tr>
<tr><td><a href="DeleteSubClassMinutes.html">DeleteSubClassMinutes</a></td></tr>
<tr><td><a href="ViewClassHierarchy.html">ViewClassHierarchy</a></td></tr>
<tr><td><a href="DeleteIndividualInHours.html">DeleteIndividualInHours</a></td></tr>
<tr><td><a href="DeleteSubClassHours.html">DeleteSubClassHours</a></td></tr>
<tr><td><a href="DeleteClassGroupTimes.html">DeleteClassGroupTimes</a></td></tr>
</tbody></table>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
<title>Test Suite</title>
</head>
<body>
<table id="suiteTable" cellpadding="1" cellspacing="1" border="1" class="selenium"><tbody>
<tr><td><b>Test Suite</b></td></tr>
<tr><td><a href="RebuildSearchIndex.html">RebuildSearchIndex</a></td></tr>
<tr><td><a href="AddClassGroupTimes.html">AddClassGroupTimes</a></td></tr>
<tr><td><a href="AddSubClassHours.html">AddSubClassHours</a></td></tr>
<tr><td><a href="AddSubClassMinutes.html">AddSubClassMinutes</a></td></tr>
<tr><td><a href="AddIndividualInHours.html">AddIndividualInHours</a></td></tr>
<tr><td><a href="DeleteSubClassMinutes.html">DeleteSubClassMinutes</a></td></tr>
<tr><td><a href="ViewClassHierarchy.html">ViewClassHierarchy</a></td></tr>
<tr><td><a href="DeleteIndividualInHours.html">DeleteIndividualInHours</a></td></tr>
<tr><td><a href="DeleteSubClassHours.html">DeleteSubClassHours</a></td></tr>
<tr><td><a href="DeleteClassGroupTimes.html">DeleteClassGroupTimes</a></td></tr>
</tbody></table>
</body>
</html>