ArcBees / GWTP

A complete model-view-presenter framework to simplify your next GWT project.
Other
335 stars 132 forks source link

Make sure tests always run in the correct order #725

Closed rcpaul closed 9 years ago

rcpaul commented 9 years ago

Files aren't always ordered the same on some systems and this can cause tests to fail since some tests need to run before others. This is the case for PlaceManagerImpl2Test and PlaceManagerImplTest and I think also for HandlerContainerImpl2Test and HandlerContainerImplTest. See this thread in the GWTP group for more information on this.

rcpaul commented 9 years ago

I created a pull request which makes tests independent of each other (#727). Tests can run in any order again with this so this issue can be closed.