diff options
author | Christopher Lenz <cmlenz@apache.org> | 2008-04-15 00:07:08 +0000 |
---|---|---|
committer | Christopher Lenz <cmlenz@apache.org> | 2008-04-15 00:07:08 +0000 |
commit | 01060528e2f94e0ae4374eb3746093a868b6a2f2 (patch) | |
tree | ce7c28082894a84e6ad7a494e5fb034b274d1d6d /share/www/couch_tests.html | |
parent | 4c6263150674c231239b4e1aeee804a3c5974c9a (diff) |
Merged futon-async branch back into trunk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648074 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/couch_tests.html')
-rw-r--r-- | share/www/couch_tests.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index a1e4ee6e..83a47771 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -48,6 +48,12 @@ specific language governing permissions and limitations under the License. <li><button class="run">Run All</button></li> <li><button class="load">Reload</button></li> </ul> + <p class="help"> + <strong>Note:</strong> Each of the tests will block the browser. If the + connection to your CouchDB server is slow, running the tests will take + some time, and you'll not be able to do much with your browser while + a test is being executed. + </p> <table class="listing" id="tests" cellspacing="0"> <caption>Tests</caption> <thead> |