Chromium Code Reviews| Index: mojo/public/js/validation_unittests.js |
| diff --git a/mojo/public/js/validation_unittests.js b/mojo/public/js/validation_unittests.js |
| index f2e3dadaf7bc2ad41ffcc2ec2c16970ea37b7f3c..739e3580dbab6ad8ba3248210b4079ddadd88b0e 100644 |
| --- a/mojo/public/js/validation_unittests.js |
| +++ b/mojo/public/js/validation_unittests.js |
| @@ -237,6 +237,7 @@ define([ |
| if (testFiles[i].indexOf("overflow") != -1 || |
| testFiles[i].indexOf("mthd11") != -1 || |
| testFiles[i].indexOf("conformance_mthd19") != -1 || |
| + testFiles[i].indexOf("conformance_mthd20") != -1 || |
|
yzshen1
2016/09/21 23:17:53
please also add a TODO for this.
tibell
2016/09/22 05:17:23
Done.
|
| testFiles[i].indexOf("enum") != -1 || |
| testFiles[i].indexOf("no_such_method") != -1 || |
| testFiles[i].indexOf("invalid_request_flags") != -1 || |