rafaelsteil / jforum3

JForum 3. No longer maintained, kept here for historical reasons
http://www.jforum.net
GNU Lesser General Public License v2.1
223 stars 161 forks source link

compilable and testable version #18

Closed cloutierjo closed 10 years ago

cloutierjo commented 10 years ago

This is a pull request of the project in a runable, compilable and testable state.

I know you dislike maven, but people continuously ask for it, the project isn't easy to compile otherwise. All unit test have been ported to mockito instead of jmock to have a mock framework that test the functionality instead of how the method achieve it and then hopefully avoid non-updated test in future.

Some other warning have been fixed as well

rafaelsteil commented 10 years ago

Thanks a lot for the enormous effort to make this pull request.