| 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 1eb855c6296d7ac6698f56fb341e0c2bcbd36cbd..880ae8d0f77443c1a3897c208f8140199cd5e43c 100755
|
| --- a/tools/json_schema_compiler/model_test.py
|
| +++ b/tools/json_schema_compiler/model_test.py
|
| @@ -78,8 +78,6 @@ class ModelTest(unittest.TestCase):
|
| def testPropertyUnixName(self):
|
| param = self.tabs.functions['move'].params[0]
|
| self.assertEquals('tab_ids', param.unix_name)
|
| - self.assertRaises(AttributeError,
|
| - param.choices[model.PropertyType.INTEGER].GetUnixName)
|
| param.choices[model.PropertyType.INTEGER].unix_name = 'asdf'
|
| param.choices[model.PropertyType.INTEGER].unix_name = 'tab_ids_integer'
|
| self.assertEquals('tab_ids_integer',
|
|
|