Re-enabling digest auth. tests, a=sayrer.

This commit is contained in:
mozilla.mano@sent.com 2007-05-19 17:33:28 -07:00
Родитель 7674870b99
Коммит 35d337f280
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -253,15 +253,10 @@ function makeChan(url) {
return chan;
}
/*
var tests = [test_noauth, test_returnfalse1, test_wrongpw1, test_prompt1,
test_returnfalse2, test_wrongpw2, test_prompt2, test_ntlm,
test_auth, test_digest_noauth, test_digest,
test_digest_bogus_user];
*/
var tests = [test_noauth, test_returnfalse1, test_wrongpw1, test_prompt1,
test_returnfalse2, test_wrongpw2, test_prompt2, test_ntlm,
test_auth];
var current_test = 0;