Chromium Code Reviews| Index: components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
| diff --git a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
| index b49545ea5dec7241e4798cdca9007ad94163ae52..d3339aee839ed6a3c756c13811a9aa797782ef19 100644 |
| --- a/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
| +++ b/components/dom_distiller/content/browser/test/dom_distiller_js_browsertest.cc |
| @@ -50,7 +50,7 @@ const char* kExternalTestResourcesPath = |
| "third_party/dom_distiller_js/dist/test/data"; |
| // TODO(wychen) Remove filter when crbug.com/471854 is fixed. |
|
mdjones
2015/12/16 00:22:38
Remove todo?
wychen
2015/12/16 00:54:00
Done.
|
| const char* kTestFilePath = |
| - "/war/test.html?console_log=0&filter=-*.SchemaOrgParserAccessorTest.*"; |
| + "/war/test.html?console_log=0"; |
|
mdjones
2015/12/16 00:22:39
I think this fits on the line above.
wychen
2015/12/16 00:54:00
Done.
|
| const char* kRunJsTestsJs = |
| "(function() {return org.chromium.distiller.JsTestEntry.run();})();"; |