unit tests don't execute a second time without changing or touching the file containing the test
Hi!
When creating a unit test (either with a maven project in the back or a fresh idea project)
the tests are only executed if the file containing the tests has been changed (or touched)
after the last run. Otherwise the "run configuration" seems to run, but no test failure is
reported (for failing tests). It seems the tests are not executed.
Is this a bug or a misconfiguration on my side?
I am using IntelliJ IDEA 7m2 with the JetGroovy-Plugin on a Mac.
Regards,
Dirk Jaeckel
请先登录再写评论。
Hello Dirk,
I'm unable to reproduce it here,
what version of the plugin are you using?
Eugene.
Eugene Vigdorchik (JetBrains) wrote:
Today I updated to the newest Version (28.8.2007) from:
http://www.jetbrains.net/confluence/pages/viewpageattachments.action?pageId=27731#
Is that Version 5?
In "IDE-Settings" -> Plugins -> JetGroovy it says the Version is: 0.1.10352
It seems to me this bug could be related to http://www.jetbrains.net/jira/browse/GRVY-171
Dirk