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

Unified Diff: tools/json_schema_compiler/model_test.py

Issue 10546078: Extension docs server: APIDataSource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FetcherCache Created 8 years, 6 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: tools/json_schema_compiler/model_test.py
diff --git a/tools/json_schema_compiler/model_test.py b/tools/json_schema_compiler/model_test.py
index 0a1518721319c6b94321804e8d2df3a1072d055d..1eb855c6296d7ac6698f56fb341e0c2bcbd36cbd 100755
--- a/tools/json_schema_compiler/model_test.py
+++ b/tools/json_schema_compiler/model_test.py
@@ -101,7 +101,7 @@ class ModelTest(unittest.TestCase):
'foo.barBAZ': 'foo_bar_baz'
}
for name in expectations:
- self.assertEquals(expectations[name], model._UnixName(name));
+ self.assertEquals(expectations[name], model.UnixName(name));
if __name__ == '__main__':
unittest.main()

Powered by Google App Engine
This is Rietveld 408576698