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

Unified Diff: client/dom/scripts/all_tests.py

Issue 9706084: Add conditional feature to templates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 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 | « no previous file | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/all_tests.py
diff --git a/client/dom/scripts/all_tests.py b/client/dom/scripts/all_tests.py
index 8588c7fb63592b35faf6750faad090292e950321..f7d84fd226c8e8bc1bfccbcc9dd1415f3514e0b3 100755
--- a/client/dom/scripts/all_tests.py
+++ b/client/dom/scripts/all_tests.py
@@ -11,6 +11,7 @@ import unittest
if __name__ == '__main__':
logging.config.fileConfig('logging.conf')
suite = unittest.TestLoader().loadTestsFromNames([
+ 'templateloader_test',
'pegparser_test',
'idlparser_test',
'idlnode_test',
« no previous file with comments | « no previous file | client/dom/scripts/dartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698