Updates build/Makefile.win (create dir. bin/classes) build/Makefile (create dir. bin/classes) build/compile.mk (DEBUG support) build/rules.mk (Changed order of LIBS and add MOZ_DEBUG flag) build/test.html (updated test.html) build/README (updated README) src/JNI/Makefile (Changed JAR action) src/JNI/Makefile.win (Changed JAR action) src/include/ojiapitests.h (Resolve bug 52340) src/JNI/ClassOperation/Makefile (Add FindClass_8 Test) New files README (Updated README) FAQ (Frequently asked questions) script/test.html (Default test.html to be loaded for all test cases) script/OJIValidTests.lst (List of Tests Cases that have to PASS) src/Killer/kill.bat (compilation script for killer.exe) src/Killer/killer.cpp.win98 (for killing VC++ debug window for win98) git-svn-id: svn://10.0.0.236/trunk@82274 18797224-902f-48f8-a5cc-f745e15eee43
19 lines
553 B
HTML
Executable File
19 lines
553 B
HTML
Executable File
<html>
|
|
<head>
|
|
<script>
|
|
function startOJITests() {
|
|
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
|
|
// var OJITestLoader = Components.classes["component://netscape/oji/test/api/loader"].createInstance();
|
|
var OJITestLoader = Components.classes['@mozilla.org/oji/test/api/loader;1'].createInstance();
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h2 align="center">OJI API tests starting page. </h2>
|
|
Results of tests execution could be found on the console and
|
|
in the appropriate output files.
|
|
<script>
|
|
startOJITests();
|
|
</script>
|
|
</body>
|