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/couch_tests.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share/www/couch_tests.html') diff --git a/share/www/couch_tests.html b/share/www/couch_tests.html index 0d2e4c3d..d9bde916 100644 --- a/share/www/couch_tests.html +++ b/share/www/couch_tests.html @@ -32,6 +32,9 @@ specific language governing permissions and limitations under the License. $("#toolbar button.load").click(function() { location.reload(true); }); + $("#toolbar button.add").click(function() { + location = "custom_test.html"; + }); }); var testsPath = document.location.toString().split('?')[1]; loadScript(testsPath||"script/couch_tests.js") @@ -46,6 +49,7 @@ specific language governing permissions and limitations under the License.

Note: Each of the tests will block the browser. If the -- cgit v1.2.3