Small refactoring

This commit is contained in:
Vincent Jacques
2012-02-12 19:36:34 +01:00
parent 89a673bb9f
commit d01740c0d8
2 changed files with 21 additions and 18 deletions
+1 -5
View File
@@ -167,11 +167,7 @@ class GithubObjectWithExtendedListAttribute( TestCaseWithGithubTestObject ):
"GithubTestObject",
BaseUrl( lambda obj: "/test" ),
SimpleScalarAttributes( "a1", "a2" ),
Deletable(),
ExtendedListAttribute(
pluralName = "a3s",
type = ContainedObject
)
ExtendedListAttribute( "a3s", ContainedObject )
)
def testGetList( self ):