def test_schema_script_path(self):
     open_ihm_config = OpenHEAConfig()
     # FIXME: might need to use a regex to make this pass
     # on windows?
     expected = 'model/scripts'
     script_path = open_ihm_config.schema_script_path()
     self.assertEqual(expected, script_path[0 - len(expected):])