Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
Tests are broken when running them with java7
Seems to be related to this:
http://intellijava.blogspot.se/2012/05/junit-and-java-7.html
(getDeclaredMethods now returns the methods without any ordering, in java6 it was returned in the same order as they were defined in the .java file)