Fix testEditOrganizationTeamAndMembers (Use _identity to fix has_in_, add_to_, remove_from_)

This commit is contained in:
Vincent Jacques
2012-05-04 15:45:08 +02:00
parent 5ae4dd1233
commit 7c749bf445
11 changed files with 144 additions and 87 deletions
+5
View File
@@ -268,6 +268,11 @@ class NamedUser( object ):
for element in data
]
# @todo Remove '_identity' from the normalized json description
@property
def _identity( self ):
return str( self.login )
def __initAttributes( self ):
self.__avatar_url = None
self.__bio = None