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

Unified Diff: mojo/apps/js/test/run_apps_js_tests.cc

Issue 193403003: Move relevent JS tests to mojo_js_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add back deps Created 6 years, 9 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
« no previous file with comments | « mojo/apps/js/bindings/core_unittests.js ('k') | mojo/apps/js/test/run_js_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/test/run_apps_js_tests.cc
diff --git a/mojo/apps/js/test/run_js_tests.cc b/mojo/apps/js/test/run_apps_js_tests.cc
similarity index 93%
copy from mojo/apps/js/test/run_js_tests.cc
copy to mojo/apps/js/test/run_apps_js_tests.cc
index 872e5e3d7fbf97d1a733af007b2f51767d1fdd8d..ef73228b773dc00d42206da6ce9e8bf78a57abe9 100644
--- a/mojo/apps/js/test/run_js_tests.cc
+++ b/mojo/apps/js/test/run_apps_js_tests.cc
@@ -46,14 +46,6 @@ void RunTest(std::string test, bool run_until_idle) {
}
// TODO(abarth): Should we autogenerate these stubs from GYP?
-TEST(JSTest, core) {
- RunTest("core_unittests.js", true);
-}
-
-TEST(JSTest, codec) {
- RunTest("codec_unittests.js", true);
-}
-
TEST(JSTest, sample_test) {
RunTest("sample_service_unittests.js", true);
}
« no previous file with comments | « mojo/apps/js/bindings/core_unittests.js ('k') | mojo/apps/js/test/run_js_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698