Chromium Code Reviews| Index: chrome/test/data/webui/test_api.js |
| diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js |
| index fb8108b93f85acf17551dd4a609e0500aa39986e..84f7a19dd35f1ce0378341a1d34378c64c45d97e 100644 |
| --- a/chrome/test/data/webui/test_api.js |
| +++ b/chrome/test/data/webui/test_api.js |
| @@ -129,6 +129,8 @@ var testing = {}; |
| /** |
| * Called to run the body from the perspective of this fixture. |
| * @type {Function} |
| + * TODO(scr): Fix TEST_F to call testDone when assertions fail in async |
| + * mode. |
|
Sheridan Rawlins
2011/09/20 19:23:19
Please move comment below.
flackr
2011/09/21 23:12:10
Done.
|
| */ |
| runTest: function(testBody) { |
| testBody.call(this); |