Hi Jan,
On Thu, Nov 1, 2012 at 1:36 PM, Jan Goyvaerts <
java.a...@gmail.com> wrote:
> Hello Bill,
>
> It seems the origin of this problem is the IDE - Intellij 12 + Scala plugin.
> FSC does not kick in any more either. It is needed to do clean+install to
> refresh the byte code. Setting a scenario to ignored drives the thing crazy
> also. :-)
>
You're not the first to try a pending scenario. I will likely delay
2.0 final yet again to squeeze in a pending scopes (e.g., scenarios)
feature because it will necessitate the addition of one more event
("ScopePending") to the event model. I will release a 2.0.M5 soon
which won't have this in it yet. Sorry to drag 2.0 out so long, but
each milestone release I try to make like a regular release in terms
of how documented and thoroughly tested it is. But there can be slight
breaks from one milestone to the next. Once 2.0.final is out, I want
to keep the API very stable as we did from 1.0 to now.
> Anyway, when cleaning it all it works with SureFire. Using the plugin allows
> the annotation to be removed. Thanks for that !
>
Yay.
> On the console output I'm getting pre- and postfixes that are probably not
> intended. [32m [0m ...
>
> [36mRun starting. Expected test count is: 31 [0m
> [32mDiscoverySuite: [0m
> [32mUnregisterSpec: [0m
> [32mA listener should not be notified any more after unregistration [0m
>
This is the ansi codes for color. You can remove them by adding a W to
your -o, as in -oW. W stands for without color.
> On the referenced page isn't there a typo in the plugin dependency ?
>
> <groupId>org.scalatest</groupId>
> <artifactId>scalatest-maven-plugin</artifactId>
> <version>1.0-M2</version>
>
I'll check into that.
Thanks.
Bill