-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I noticed that this file had syntax errors in it and the xcode project was not building successfully as a result.
The instance methods like testAdminLogin , testLoginWrong ,testLogin are trying to invoke authenticateUsername which doesnt exist in BAAClient.Instead there is authenticateUser.
The instance method testCreationOfNewObject invocation of saveObject has to be updated to saveObjectWithCompletion.
Also in testObjectRetrievalWithParams the variable names need to be updated to kPageNumberKey and kPageSizeKey
Metadata
Metadata
Assignees
Labels
No labels