What steps will reproduce the problem?
1. Configure an invalid DB (e.g. database.connection.dbname=<unknown_name>) in
mysql.properties)
2. run test POPListenerTestCase
What is the expected output? What do you see instead?
Expected is that the test catches and reports the error correctly, but instead
the test runs forever, main thread hangs in method
ForumRepository.start(ForumDAO, CategoryDAO, ConfigDAO), when calling
loadCategories()-> CategoryDAO.selectAll() ->
JForumExecutionContext.getConnection()
Log-Output see attached file.
Original issue reported on code.google.com by heribender on 1 Nov 2013 at 3:29
Original issue reported on code.google.com by
heribender
on 1 Nov 2013 at 3:29