37 const drConstructor =
new Components.Constructor(
"@songbirdnest.com/Songbird/DataRemote;1",
"sbIDataRemote",
"init");
38 var dr =
new drConstructor(
"foo",
null);
39 dr.stringValue =
"Success";
43 var expression = /Success/;
44 if ( !expression.test(dr.stringValue) )
45 return Components.results.NS_ERROR_FAILURE;
47 return Components.results.NS_OK;
function prepDataRemotes()
Head file for DataRemote unit tests.
function runTest()
Advanced DataRemote unit tests.