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

Unified Diff: tools/json_schema_compiler/dart_generator_test.py

Issue 23549025: Clean up JSON Schema Compiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 3 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/dart_generator_test.py
diff --git a/tools/json_schema_compiler/dart_generator_test.py b/tools/json_schema_compiler/dart_generator_test.py
index 65ec7f1e63863ebd53fbe760dab926929aa1b99e..6f46eb1a4f2867d317c77654434a71ab6d977203 100755
--- a/tools/json_schema_compiler/dart_generator_test.py
+++ b/tools/json_schema_compiler/dart_generator_test.py
@@ -6,9 +6,7 @@
import os
import sys
import unittest
-import glob
-from dart_generator import DartGenerator
from compiler import GenerateSchema
# If --rebase is passed to this test, this is set to True, indicating the test
@@ -62,7 +60,7 @@ class DartTest(unittest.TestCase):
def testEmptyType(self):
self._RunTest('empty_type')
- def testEvents(self):
+ def testEnums(self):
self._RunTest('enums')
benwells 2013/09/10 00:53:01 Could you just delete this test and its associated
dhnishi (use Chromium) 2013/09/10 17:21:37 Done.
def testEvents(self):

Powered by Google App Engine
This is Rietveld 408576698