Chromium Code Reviews| Index: chrome/test/base/js2gtest.js |
| diff --git a/chrome/test/base/js2gtest.js b/chrome/test/base/js2gtest.js |
| index 9ec40a811cb06ccd5a2eca0be60cb1094c4bb111..b697b1e5b1c2cf53dccc69b9d4be54d0ceda6d88 100644 |
| --- a/chrome/test/base/js2gtest.js |
| +++ b/chrome/test/base/js2gtest.js |
| @@ -187,6 +187,9 @@ function TEST_F(testFixture, testFunction, testBody) { |
| print(' ' + testPredicate + '(RunJavascriptTestF(' + isAsyncParam + |
| '"' + testFixture + '", ' + |
| '"' + testFunction + '"));'); |
| + print(' ' + testPredicate + '(RunJavascriptTestF(' + isAsyncParam + |
| + '"' + testFixture + '", ' + |
| + '"accessibilityAudit"));'); |
|
scr
2012/12/07 06:11:35
We don't need this anymore do we?
aboxhall
2012/12/07 19:23:50
No, this has been reverted.
|
| if (testGenPostamble) |
| testGenPostamble(testFixture, testFunction); |
| print('}'); |