Skip to content
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

Port legacy tests to Swift #629

Merged
merged 8 commits into from
Aug 30, 2017
Merged

Port legacy tests to Swift #629

merged 8 commits into from
Aug 30, 2017

Conversation

ricardopereira
Copy link
Contributor

@ricardopereira
Copy link
Contributor Author

BTW, why is RSC14a missing from the v1.0 docs?

@mattheworiordan
Copy link
Member

BTW, why is RSC14a missing from the v1.0 docs?

@ricardopereira I think because it's covered elsewhere, i.e. https://docs.ably.io/client-lib-development-guide/features/#RSA2 and https://docs.ably.io/client-lib-development-guide/features/#RSA11

Copy link
Contributor

@tcard tcard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, couple of comments.

@@ -20,6 +20,20 @@
ReferencedContainer = "container:Ably.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might as well just delete them, no?

expect(error).to(beNil())
partialDone()
}
channel.presence.subscribe { message in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this subscription be done before the enterClients, so that we make sure we don't miss them?

@tcard tcard merged commit 2a9f75d into master Aug 30, 2017
@tcard tcard deleted the legacy-tests-swift-port branch August 30, 2017 11:08
@mattheworiordan
Copy link
Member

@tcard @ricardopereira I was hoping porting these tests would result in a green build. What's the issue that is preventing a green build then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants