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

Skip §2.13 for value types #34

Conversation

marcpiechura
Copy link
Contributor

close #29

cc @akarnokd

@marcpiechura marcpiechura force-pushed the skip_null_tests_for_value_types branch from 94c3bf8 to de71fb1 Compare March 31, 2017 20:45
Copy link
Contributor

@akarnokd akarnokd left a comment

Choose a reason for hiding this comment

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

I'd keep the int? variant as well.

@@ -5,21 +5,21 @@
namespace Reactive.Streams.Example.Unicast.Tests
{
[TestFixture]
public class SyncSubscriberWhiteboxTest : SubscriberWhiteboxVerification<int?>
public class SyncSubscriberWhiteboxTest : SubscriberWhiteboxVerification<int>
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd copy this test and keep both.

@marcpiechura
Copy link
Contributor Author

@akarnokd addressed your remark

@akarnokd
Copy link
Contributor

akarnokd commented Apr 1, 2017

Fantastic!

@marcpiechura marcpiechura merged commit 5c27fee into reactive-streams:master Apr 1, 2017
@marcpiechura marcpiechura deleted the skip_null_tests_for_value_types branch April 1, 2017 20:43
Copy link

@ktoso ktoso left a comment

Choose a reason for hiding this comment

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

LGTM, looks good - thanks @Silv3rcircl3 👍

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

Successfully merging this pull request may close these issues.

RC1 TCK: IdentityProcessorVerification §2.13 with primitive values
4 participants