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

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

Issue 9403004: Wrapperless dart:html generator (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final version to check in. changes generator script but doesn't check in an active version of the … Created 8 years, 10 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 | « client/dom/scripts/dartgenerator.py ('k') | client/dom/scripts/database.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartgenerator_test.py
diff --git a/client/dom/scripts/dartgenerator_test.py b/client/dom/scripts/dartgenerator_test.py
index 88fbbdf9c5a55ae2815f3ede13f48416d5446564..a40e3c0b9ca077fbf6bbe56755098f311e721c3d 100755
--- a/client/dom/scripts/dartgenerator_test.py
+++ b/client/dom/scripts/dartgenerator_test.py
@@ -179,7 +179,7 @@ FILE CONTENT:
def testTypeRenames(self):
self._database.Load()
# Translate 'Shape' to spanish:
- self._generator.RenameTypes(self._database, {'Shape': 'Forma'})
+ self._generator.RenameTypes(self._database, {'Shape': 'Forma'}, False)
self._generator.Generate(self._database, self._output_dir)
self._generator.Flush()
« no previous file with comments | « client/dom/scripts/dartgenerator.py ('k') | client/dom/scripts/database.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698