diff options
author | John Christopher Anderson <jchris@apache.org> | 2008-11-17 22:14:14 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2008-11-17 22:14:14 +0000 |
commit | d2a6bdbe68ae65aee21d9267e9985fe611bf6e7c (patch) | |
tree | b6b28dd190c0975b6f1de1f732675db65ed3101e /share/www/index.html | |
parent | aee6f18edf8cdf3f7c09c93fcf1af48c2c15fcd8 (diff) |
factored couch_test_runner.js out from couch_tests.js, made it usuable for unit testing views from design docs
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@718409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/index.html')
-rw-r--r-- | share/www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/index.html b/share/www/index.html index b6919b93..37217384 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -87,7 +87,7 @@ specific language governing permissions and limitations under the License. <li><a href="browse/index.html" target="content">Overview</a></li> <li><a href="replicator.html" target="content">Replicator</a></li> <li><a href="config.html" target="content">Configuration</a></li> - <li><a href="couch_tests.html" target="content">Test Suite</a></li> + <li><a href="couch_tests.html?script/couch_tests.js" target="content">Test Suite</a></li> </ul></li> <li><span>Recent Databases</span> <ul id="dbs"></ul> |