Advertisement
pellekrogholt

Untitled

Dec 18th, 2013
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. [info] - proper inserts and lookups and remove *** FAILED ***
  2. [info] java.lang.AssertionError: assertion failed: expected ContainsResult(5,false), found OperationFinished(4)
  3. [info] at scala.Predef$.assert(Predef.scala:179)
  4. [info] at akka.testkit.TestKitBase$class.expectMsg_internal(TestKit.scala:328)
  5. [info] at akka.testkit.TestKitBase$class.expectMsg(TestKit.scala:314)
  6. [info] at akka.testkit.TestKit.expectMsg(TestKit.scala:707)
  7. [info] at actorbintree.BinaryTreeSuite$$anonfun$5.apply$mcV$sp(BinaryTreeSuite.scala:132)
  8. [info] at actorbintree.BinaryTreeSuite$$anonfun$5.apply(BinaryTreeSuite.scala:119)
  9. [info] at actorbintree.BinaryTreeSuite$$anonfun$5.apply(BinaryTreeSuite.scala:119)
  10. [info] at org.scalatest.FunSuite$$anon$1.apply(FunSuite.scala:1265)
  11. [info] at org.scalatest.Suite$class.withFixture(Suite.scala:1974)
  12. [info] at actorbintree.BinaryTreeSuite.withFixture(BinaryTreeSuite.scala:15)
  13. [info] ...
  14. [error] Failed: : Total 5, Failed 1, Errors 0, Passed 4, Skipped 0
  15. [error] Failed tests:
  16. [error] actorbintree.BinaryTreeSuite
  17. [error] (assignment/test:test) sbt.TestsFailedException: Tests unsuccessful
  18. [error] Total time: 8 s, completed Dec 18, 2013 11:16:41 AM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement