Backed out changeset 75cc30c9a401 (bug 1145049)

This commit is contained in:
Carsten "Tomcat" Book 2015-04-15 16:12:09 +02:00
Родитель 7f5236111a
Коммит ad5590e1ec
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -909,9 +909,9 @@ function testScope(aTester, aTest, expected) {
var self = this;
this.ok = function test_ok(condition, name, diag, stack) {
if (self.__expected == 'fail') {
if (this.__expected == 'fail') {
if (!condition) {
self.__num_failed++;
this.__num_failed++;
condition = true;
}
}