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