Add DOH-based unit test harness for OpenSRF JavaScript
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Mar 2011 15:22:54 +0000 (15:22 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 28 Mar 2011 15:22:54 +0000 (15:22 +0000)
commita55f581c9bfe3fd211e0edfea08aedfef43969db
tree27804fbc6ee8f738fbb3ba814490dedeb925172d
parenteaa998fb931a557c4c9caecf6e948557059c91bb
Add DOH-based unit test harness for OpenSRF JavaScript

The Dojo Objective Harness enables us to run unit tests from the command
line or within a browser. Running tests from a command line makes it easier
to fold into the continuous integration server. Included in this commit
is a small README for setting up command-line testing and a sample set
of unit tests that exercise parts of JSON_v1.js.

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2217 9efc2488-bf62-4759-914b-345cdb29e865
src/javascript/tests/README [new file with mode: 0644]
src/javascript/tests/module.js [new file with mode: 0644]
src/javascript/tests/testJSON_v1.js [new file with mode: 0644]