test_helloWorld.js
Go to the documentation of this file.
1 
30 function runTest () {
31  log("Hello World");
32  return Components.results.NS_OK;
33 }
34 
function runTest()
Very basic "get it working" unit test.
function log(s)