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 880ae8d0f77443c1a3897c208f8140199cd5e43c..8cd43e87f8a83748198528ac88095e2df4b4add2 100755 |
--- a/tools/json_schema_compiler/model_test.py |
+++ b/tools/json_schema_compiler/model_test.py |
@@ -66,7 +66,7 @@ class ModelTest(unittest.TestCase): |
def testPropertyNotImplemented(self): |
(self.permissions_json[0]['types'][0] |
['properties']['permissions']['type']) = 'something' |
- self.assertRaises(model.ParseException, self.model.AddNamespace, |
+ self.assertRaises(NotImplementedError, self.model.AddNamespace, |
self.permissions_json[0], 'path/to/something.json') |
def testDescription(self): |