Bug 1691638 Corrects XPCShell documentation website r=gbrown DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D104556
This commit is contained in:
Akshat 2021-02-09 19:44:44 +00:00
parent 47d2a2dd72
commit 5bacc6cf77
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,5 @@ Simple xpcshell-based test harness
converted from netwerk/test/unit
Some documentation at http://developer.mozilla.org/en/docs/Writing_xpcshell-based_unit_tests
Some documentation at https://developer.mozilla.org/en-US/docs/Mozilla/QA/Writing_xpcshell-based_unit_tests
See also http://wiki.mozilla.org/SoftwareTesting:Tools:Simple_xpcshell_test_harness

View File

@ -6,7 +6,7 @@
/*
* This file contains common code that is loaded before each test file(s).
* See http://developer.mozilla.org/en/docs/Writing_xpcshell-based_unit_tests
* See https://developer.mozilla.org/en-US/docs/Mozilla/QA/Writing_xpcshell-based_unit_tests
* for more information.
*/