gt;
> - add an adapter in your tests :
> /**
> * @return instance of this as Junit test case
> */
> public static junit.framework.Test suite ()
> {
> return new JUnit4TestAdapter(IntTestSpringCoherency.class);
> }
>
> http://jira.codehaus.org/brow
Hi all,
I want to include Junit4 unit tests for my project which uses maven 1.1.
Currently, I am getting test failures when I try to run those with the
following failure error -
Testsuite: com.HibernateMappingsTest
Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.328 sec
Testcase: warning(