]> git.evergreen-ils.org Git - OpenSRF.git/commit
Add DOH-based unit test harness for OpenSRF JavaScript
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 Mar 2011 13:57:51 +0000 (13:57 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 Mar 2011 13:57:51 +0000 (13:57 +0000)
commit933e085875cc71095149fc81c9cfb0488fa7b479
treef67343068e484e3bc8afd3b3763aa394b55d5906
parent4f6bd9972bdd112c848d87dba4e09d575a97a3e7
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/branches/rel_2_0@2223 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]