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): |