Muki-SkyWalker / specs

Automatically exported from code.google.com/p/specs
Other
0 stars 0 forks source link

calling setSequential before the systems causes busyloop #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example the following spec ends up in a busyloop:

object FooSpecs extends Specification{
  setSequential()
  "Foo" should{
    "not go to busyloop" in{
      1 mustBe 1
    }
    "not go to busyloop2" in{
      1 mustBe 1
    }
  }
}

Original issue reported on code.google.com by saynomoo@gmail.com on 5 Jan 2010 at 11:59

GoogleCodeExporter commented 9 years ago

Original comment by etorrebo...@gmail.com on 5 Jan 2010 at 9:43

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1204.

Original comment by etorrebo...@gmail.com on 7 Jan 2010 at 11:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Can you please check that  issue 105  is solved with the latest snapshot?

Original comment by etorrebo...@gmail.com on 7 Jan 2010 at 11:25

GoogleCodeExporter commented 9 years ago
The latest snapshot fixes the busloop issue. thx!

Original comment by saynomoo@gmail.com on 7 Jan 2010 at 1:02

GoogleCodeExporter commented 9 years ago

Original comment by etorrebo...@gmail.com on 14 Feb 2010 at 2:43

GoogleCodeExporter commented 9 years ago

Original comment by etorrebo...@gmail.com on 31 Mar 2011 at 8:05