hey, I tried combine *sbt(0.13.5)* ,*android-sdk-plugin(1.3.16)* and *robolectric(2.4)* recently, and found a problem. It is revealed when I run tests several times in the sbt console.
1. $ sbt 2. > test [info] All tests passed. //everything seems to be fine. 3. Changeing something in app code (breaks test) 4. > test [info] All tests passed. //should fail. hm lets try reload 5. > reload 6. > test [info] All tests passed. //WTF. hm lets exit sbt and run it again 7. > exit 8. $ sbt test *** 5 TESTS FAILED *** // yeah. :) problem not appear when using only "sbt test" insted of "test" inside sbt console. anyone have an idea why this is happening? -- You received this message because you are subscribed to the Google Groups "scala-on-android" group. To unsubscribe from this group and stop receiving emails from it, send an email to scala-on-android+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.