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

Unified Diff: remoting/tools/run_webapp_unittests.py

Issue 984203003: Move mocks and unittest JS files to sit alongside production code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | « remoting/tools/run_webapp_unittest.py ('k') | remoting/webapp/base/js/base_event_hook_unittest.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/run_webapp_unittests.py
diff --git a/remoting/tools/run_webapp_unittest.py b/remoting/tools/run_webapp_unittests.py
similarity index 95%
rename from remoting/tools/run_webapp_unittest.py
rename to remoting/tools/run_webapp_unittests.py
index 6062c0163d57d641eaff0457d873c0429295134a..bff71282bc91c480fd6c04effbeb2285246cc183 100755
--- a/remoting/tools/run_webapp_unittest.py
+++ b/remoting/tools/run_webapp_unittests.py
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-"""Launches the remoting webapp unit test in chrome with the appropriate flags.
+"""Launches the remoting webapp unit tests in chrome with the appropriate flags.
"""
import argparse
@@ -32,7 +32,7 @@ def BuildTestPageUri(opt_module=None, opt_coverage=False):
script_path = os.path.dirname(__file__)
test_page_path = os.path.join(script_path,
- '../../out/Debug/remoting/unittests/unittest.html')
+ '../../out/Debug/remoting/unittests/unittests.html')
test_page_path = 'file://' + os.path.abspath(test_page_path)
test_page_params = {}
« no previous file with comments | « remoting/tools/run_webapp_unittest.py ('k') | remoting/webapp/base/js/base_event_hook_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698