gecko/xpcom/tests/xptinfo/xptunit/test_jar_xptloading.js

8 lines
331 B
JavaScript
Raw Normal View History

const xptiITestInterface_IID = "{13c9fc33-40e6-44dc-81e2-21e0dd41f232}";
var id = Components.interfaces.xptiITestInterface;
2010-06-14 18:53:38 -07:00
do_check_true(id != undefined, "xptiITestInterface not registered");
var id2 = Components.interfacesByID[xptiITestInterface_IID];
do_check_true(id === id2, "xptiITestInterface info doesn't match");