Skip to content

Conversation

@zsxwing
Copy link
Member

@zsxwing zsxwing commented Aug 31, 2016

No description provided.

imcharsi and others added 3 commits August 21, 2016 15:29
However, this commit's test is failed because there are various changes between 1.1.6 and 1.1.9, and I cannot decide about these problems myself.

Something Problems:
  In rx.Scheduler, `when` method was appended.
  In rx.Observable, 24 methods are appended.

And, While I put assertValuesAndClear's test into SubscriberTests, but you should move to appropriate place for this test or remove if this test is not needed.

You should consider this commit as reference or it would be better to create your own from scratch.
import org.scalatest.junit.JUnitSuite
import rx.lang.scala._
import rx.lang.scala.schedulers.TestScheduler
import rx.observers.TestObserver
Copy link
Member Author

Choose a reason for hiding this comment

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

TestObserver is deprecated.

@Experimental
def getCompletions: Int = {
jTestSubscriber.getCompletions
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

getXxx method names are not so Scala-typical... Why not just completions?

@samuelgruetter
Copy link
Collaborator

LGTM 👍
thanks @imcharsi and @zsxwing

@zsxwing zsxwing merged commit 3c3f3ff into ReactiveX:0.x Sep 1, 2016
@zsxwing zsxwing deleted the rxjava-1.1.9 branch September 1, 2016 22:03
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.

3 participants