-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSL4 #96
RSL4 #96
Conversation
expect(message.content() as? NSObject).to(equal(fixtureMessage["data"].object as? NSObject)) | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
// RSL4a | ||
it("RSL4a") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattheworiordan What do you think? I need to add something to check the sent data.
Really good progress, however we need to get the tests passing now as opposed to moving on and leaving more TODO / FIXME items in the list. |
Thanks, looks very good, few small comments, but 👍 |
Needs #122. |
RSL4d3 is unfinished because the payload is different from the expected behaviour
- Ignore comment
- Avoid comparing the JSON string because `NSJSONSerialization` could change the arguments order.
Rebased |
Ok, have the comments been addressed? Hard to tell as old history is gone, if so, I think we should merge. @tcard do you agree? |
Yes, all comments addressed. |
@tcard please merge if you are happy then |
@@ -317,6 +326,9 @@ - (ARTStatus *)decode:(ARTPayload *)payload output:(ARTPayload *__autoreleasing | |||
|
|||
@end | |||
|
|||
|
|||
// MARK: Cipher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is MARK
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, nice.
Aside from @tcard's feedback, looks good |
LGTM |
No description provided.