summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2010-10-03 17:58:33 +0000
committerRobert Newson <rnewson@apache.org>2010-10-03 17:58:33 +0000
commitfdccee2a26b017bd7bf9d78ffb82338e96f57c7a (patch)
tree401e05936054dcede4fe5e19f9f6f28f49f2e602
parent20a75fa303aea0a94afe5e7d0591553b7f97abbd (diff)
import couch_tests.js in custom_test.html so that CouchDB.protocol is defined. Is there a tidier fix?
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1004015 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--share/www/custom_test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/custom_test.html b/share/www/custom_test.html
index 9292068a..2566a000 100644
--- a/share/www/custom_test.html
+++ b/share/www/custom_test.html
@@ -27,7 +27,7 @@ specific language governing permissions and limitations under the License.
<script src="script/jquery.resizer.js?0.11.0"></script>
<script src="script/couch.js?0.11.0"></script>
<script src="script/couch_test_runner.js?0.11.0"></script>
-
+ <script src="script/couch_tests.js"></script>
<script>
function T(arg, desc) {
if(!arg) {