Eclipse: Infinitest not running a test after the first save
Reported by Merlyn Albery-Speyer | January 27th, 2010 @ 05:47 PM
I change an assertion so that it will fail. I save. Infinite does not show an error. I modify some whitespace and save again. Now the test error is shown. Likewise, from this point I correct the assertion and hit save, the error is still shown. After I modify some whitespace and save again, the test error goes away.
Is this something you've seen happen before?
Comments and changes to this ticket
-
benrady (at gmail) January 27th, 2010 @ 06:05 PM
I've noticed this problem, but it seemed to be a quirk with the
aspectJ plugin for eclipse. Are you using aspectJ?On Jan 27, 2010, at 11:47 AM, Lighthouse no-reply@lighthouseapp.com
wrote: -
Merlyn Albery-Speyer January 27th, 2010 @ 09:43 PM
No. I'm using whatever the default set of plugins you get with Eclipse EE, as well as the Subclipse plugin and the Google GWT plugin.
-
Merlyn Albery-Speyer January 27th, 2010 @ 09:44 PM
This is what my .project looks like:
client<buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> </buildCommand> <buildCommand> <name>com.google.gwt.eclipse.core.gwtProjectValidator</name> </buildCommand>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>com.google.gwt.eclipse.core.gwtNature</nature>
-
Merlyn Albery-Speyer January 27th, 2010 @ 09:45 PM
Let me try that again:
{mkd-extraction-ccda57668dc57200b3df740b555af71a} {mkd-extraction-85d550f5f148dcd678858fd441b47907}
client -
Merlyn Albery-Speyer January 27th, 2010 @ 09:46 PM
@@@ client
<buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> </buildCommand> <buildCommand> <name>com.google.gwt.eclipse.core.gwtProjectValidator</name> </buildCommand>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>com.google.gwt.eclipse.core.gwtNature</nature>
@@@
-
benrady (at gmail) January 28th, 2010 @ 02:14 AM
You've given it a good try. XML is a harsh mistress.
If you're not using AspectJ, and you're seeing this, then it's a more
serious problem than we thought. Thanks for bringing it to our attention. -
benrady (at gmail) March 19th, 2010 @ 04:15 AM
I suspect this behavior may only manifest itself in Eclipse EE
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Continuous Test Runner for Java
People watching this ticket
Referenced by
- 32 Eclipse: Status bar show up red when no tests have failed Note that I'm also experiencing issue #31 which may be re...
- 33 Eclipse: infinitest.filters ignored Again. May be related to #31 which is affecting me.