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
parent e4dfa0d142
commit 317cd84a58

View File

@ -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);