Holly has completed a simple test of adding publications. At some point we will have custom forms.

This commit is contained in:
hlm7 2010-03-30 21:35:33 +00:00
parent 27e0730958
commit 3dda68529e
6 changed files with 1088 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?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="AddTestFaculty.html">AddTestFaculty</a></td></tr>
<tr><td><a href="AddArticle.html">AddArticle</a></td></tr>
<tr><td><a href="SetAuthorship.html">SetAuthorship</a></td></tr>
<tr><td><a href="DeleteArticle.html">DeleteArticle</a></td></tr>
<tr><td><a href="DeleteTestFaculty.html">DeleteTestFaculty</a></td></tr>
</tbody></table>
</body>
</html>