def test6_create_object_from_filename(self):
     zn = ZimbraNumberSync(debug=True, filename=self.filename)
     zn_object = zn.create_object()
     self.confirm_zn_object(zn_object)
 def test5_create_object_from_file_content(self):
     zn = ZimbraNumberSync(debug=True, file_content=file_content)
     zn_object = zn.create_object()
     self.confirm_zn_object(zn_object)