thanks, someone wrote a test thats wasn't a unit test but a main() class.
surefire should some how report such issues.
best
rk
Andrew Williams schrieb:
> are you using clover or such like which could be redirecting test output
> to another directory?
>
> Roland Kofler wrote:
>> i get
>>
>> ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] There are some test failure.
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 13 seconds
>> [INFO] Finished at: Thu Jul 27 13:12:46 CEST 2006
>> [INFO] Final Memory: 5M/14M
>>
>> but my only test in target/surefire-reports says
>>
>> -------------------------------------------------------------------------------
>>
>> Battery: at.systemone.configuration.ConfigurationControllerTest
>> -------------------------------------------------------------------------------
>>
>> Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 4.437 sec
>> where can i have a look to understand on this issue
>>
>>
>
>
>
|