|
From: Stefan B. <bo...@ap...> - 2013-10-24 18:04:18
|
On 2013-10-23, Bill Ross wrote:
> It looks like this is an artifact of println rather than XMLUnit: when
> I add this to the end of my test, it triggers ok:
> System.out.println("@@@");
> //napMilliSeconds(2000);
> Assert.fail("Should fail here.");
> With the 'nap', all the prints appear, but in any case the assert is
> reached and fires. I forgot to mention, this is within IntelliJ.
TBH I have no clue. I've never seen such behavior in tests, but then
again, I don't use IntelliJ either.
Sorry
Stefan
|