fix error where status was used instead of summary

This commit is contained in:
bob%bclary.com 2005-03-01 18:58:08 +00:00
Родитель 35c2c65035
Коммит 9a83d6a5c4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -76,4 +76,4 @@ var value = re.exec(string_to_match);
var expect = string_to_match;
var actual = value ? value[0] : value;
reportCompare(expect, actual, status);
reportCompare(expect, actual, summary);