Skip to content

1.x: GroupBy Regression Test Case #3699

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

Merged
merged 2 commits into from
Feb 19, 2016
Merged

1.x: GroupBy Regression Test Case #3699

merged 2 commits into from
Feb 19, 2016

Conversation

duncani
Copy link
Contributor

@duncani duncani commented Feb 12, 2016

This is passing against 1.1.1 with the back-ported OperatorGroupBy, but would be good to have it in as a regression test.

See also: #3698

@duncani duncani changed the title [#3698] Failing Test Case [#3698] Regression Test Case Feb 12, 2016
});

Observable<Map<Integer, Observable<Integer>>> mapObservable = Observable.range(0, 10)
.groupBy(new Func1<Integer, Integer>() {
Copy link
Member

Choose a reason for hiding this comment

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

Could you fix the indentation?

@akarnokd akarnokd added the Test label Feb 12, 2016
@akarnokd akarnokd changed the title [#3698] Regression Test Case 1.x: GroupBy Regression Test Case Feb 15, 2016
@akarnokd
Copy link
Member

Could you please squash the commits?

akarnokd added a commit that referenced this pull request Feb 19, 2016
1.x: GroupBy Regression Test Case
@akarnokd akarnokd merged commit 84ac53e into ReactiveX:1.x Feb 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants