-
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
ObjC tests: Review #75
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a818be6
Resolved bad response...
ricardopereira 9a1f957
ARTPresence wasn't working. Fixed recursive cicle ...
ricardopereira e079c31
Optional debug info
ricardopereira 026e1af
realtimeTransportFailed: missing error information
ricardopereira 9d66764
TODO: Assign on requestToken - Key does not support requested capabi…
ricardopereira 440e99d
Fixed: testPresenceEnterRestricted (forced capability)
ricardopereira 03e0c20
ARTPaginatedResult.executePaginatedRequest doesn't have authenticatio…
ricardopereira 0145c70
Fixed: ARTPaginatedResult request. The request must be executed by th…
ricardopereira d584d11
testRealtimeV2 description
ricardopereira 3bef366
Fixed tests where the result of and were ignored and needed
ricardopereira 4214653
Fixed: mismatched clientId
ricardopereira 2653417
Fixed: instanciating a new RealtimeClient with Key
ricardopereira de363fd
testInitWithKey: Single key string works
ricardopereira a5be2d7
Fixed: history tests with query dates were assigning an invalid time …
ricardopereira 42106af
Fixed bug: Presence#get has no query argument
ricardopereira 9b4cfe9
Presence#enterClient only works on anonymous connection
ricardopereira 40c828a
Fixed: testWithNoClientIdUpdateLeaveEnterAnotherClient (empty content)
ricardopereira de779dc
Fixed: test250ClientsEnter (no clientId for enterClient)
ricardopereira ba511a2
Fixed: testSyncResumes (no clientId for enterClient)
ricardopereira ceea895
Fixed: testPresenceNoSideEffects(connection can not have a clientId u…
ricardopereira fece74d
testEnterClient: no data
ricardopereira 208652a
Fixed: testSimple (missing [expectation fulfill])
ricardopereira 0c218e5
Fixed: testSimple (expect last message)
ricardopereira e3556c3
Updated Realtime with RTN15c (Resuming...)
ricardopereira f237706
Fixed: testRecoverDisconnected (the can be different because it enc…
ricardopereira 35cf7ba
Fixed: testRecoverFails (should check ARTRealtimeFailed event)
ricardopereira 5579578
Fixed: testPublishRestricted (check error)
ricardopereira ec6672a
Use restricted capabilities
ricardopereira e2d9db6
Fixed: testInitWithKey (check invalid credentials)
ricardopereira ac1d9f5
Fixed: testInitWithOptionsBad (check invalid ClientOptions)
ricardopereira 140109a
Fixed: ARTRestChannel was missing the ARTRestPresence
ricardopereira 29f063a
Fixed: testTTLDefaultOneHour (missing auth.tokenDetails) and testAuth…
ricardopereira fa5464d
Bug: isAuthBasic (testDefaultAuthType)
ricardopereira a266630
publishMessages with array of ARTMessage
ricardopereira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I am going to merge, but could we also log the
X-Ably-ErrorCode
, if present?