From f4c3d873f92a4b81f7dd6990bfbba4519f95f2e6 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Sat, 11 Jul 2009 20:48:02 +0000 Subject: Create tests in Futon. On the test suite page there is now a button that will give you a page to create a custom test that can then be submitted along with JIRA tickets. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@793214 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/basics.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'share/www/script/test') diff --git a/share/www/script/test/basics.js b/share/www/script/test/basics.js index 231f57ff..911972ba 100644 --- a/share/www/script/test/basics.js +++ b/share/www/script/test/basics.js @@ -181,8 +181,7 @@ couchTests.basics = function(debug) { ["tastyfish", {"_bing": {"wha?": "soda can"}}] ] var test_doc = function(info) { - var data = JSON.stringify(info[1]); - + var data = JSON.stringify(info[1]); xhr = CouchDB.request("PUT", "/test_suite_db/" + info[0], {body: data}); T(xhr.status == 500); result = JSON.parse(xhr.responseText); -- cgit v1.2.3