Bug 10344. Selecting wrong target for WINSCW UREL when launching emulator.
// this test doesn't specify all the interface members
function Test() {
}
Test.prototype.getInstance = function() {
return instance;
}
Test.prototype.getProperties = function() {
return properties;
}