Bug 1529505 - Fix test test_smtpProtocols.js: NewChannel() takes two arguments now. r=me DONTBUILD
This commit is contained in:
Родитель
fca9678179
Коммит
38e9d7b09a
|
@ -46,7 +46,7 @@ function run_test() {
|
|||
try {
|
||||
// This call should throw NS_ERROR_NOT_IMPLEMENTED. If it doesn't,
|
||||
// then we should implement a new test for it.
|
||||
pH.newChannel(uri);
|
||||
pH.newChannel(uri, null);
|
||||
// If it didn't throw, then shout about it.
|
||||
do_throw("newChannel not throwing NS_ERROR_NOT_IMPLEMENTED.");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче