GitHub user thinline72 opened a pull request: https://github.com/apache/cayenne/pull/25
Apply JUnit4 instead of JUnit3 in Integration Tests When you check the commit, please pay attention to RemoteCayenneCase tests in the cayenne-client module, especially to LightSuperClassIT. I've replaced runBare() methods on @RunWith(value=Parameterized.class) with @Parameters. You can merge this pull request into a Git repository by running: $ git pull https://github.com/thinline72/cayenne JUnit4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/25.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #25 ---- commit b62c9d018a1b98f47e25a683a7f1c9f748f4e098 Author: Savva Kolbechev <s.kolbac...@gmail.com> Date: 2014-11-04T10:42:27Z Apply JUnit4 instead of JUnit3 in IT ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---