Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Unified Diff: mojo/public/js/bindings/tests/run_js_tests.cc

Issue 595063002: Use a JS dictionary to initialize a the fields in a Mojo struct (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed console module test dependency Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/js/bindings/tests/run_js_tests.cc
diff --git a/mojo/public/js/bindings/tests/run_js_tests.cc b/mojo/public/js/bindings/tests/run_js_tests.cc
index 41fa1116450432ec327cd0950671359c407ae9e4..54d980613a97d44b9bb28add4651e4fc60b10b43 100644
--- a/mojo/public/js/bindings/tests/run_js_tests.cc
+++ b/mojo/public/js/bindings/tests/run_js_tests.cc
@@ -52,6 +52,10 @@ TEST(JSTest, codec) {
RunTest("codec_unittests.js", true);
}
+TEST(JSTest, struct) {
+ RunTest("struct_unittests.js", true);
+}
+
TEST(JSTest, validation) {
RunTest("validation_unittests.js", true);
}
« no previous file with comments | « mojo/public/js/bindings/struct_unittests.js ('k') | mojo/public/tools/bindings/generators/js_templates/struct_definition.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698