From: Erik V. <eri...@xs...> - 2011-11-25 10:18:56
|
> It did broke three of my brand-new test cases, which I initially withdrew, until > I realised that I could fix these as well pretty easily. Actually, these test case fixes weren't complete yet. Now they should be. Which brings me on the subject that JUnit testing does not always seem to report "Load interrupted" cases. Yesterday night, the tests were OK, but this morning they showed failures. It's probably my ineptitude with JUnit, but it seems that interrupted loads sometimes can pass undetected. I tried to fix that by adding a report line at that point (GameFileIO line 227), but I haven't yet seen any impact of that change on the JUnit testing result. I have also added an action count to the LoadInterrupted message, to facilitate debugging such problems. Erik. |