Issue Details (XML | Word | Printable)

Key: FEST-114
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Alex Ruiz
Reporter: Alex Ruiz
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FEST

Method 'setUpOnce' in FestSwingJUnitTestCase should be static

Created: 21/Apr/09 10:54 AM   Updated: 28/Apr/09 02:49 AM   Resolved: 28/Apr/09 02:49 AM
Component/s: Swing
Affects Version/s: FEST-Swing 1.1
Fix Version/s: FEST-Swing 1.2a1

Time Tracking:
Not Specified


 Description  « Hide

From Eitan:

I tried to use the FestSwingJUnitTestCase when i try to run a simple test, I get an exception. JUnit appears to be complaining that:

@BeforeClass public final void setUpOnce() {
   FailOnThreadViolationRepaintManager.install();
 }

should be marked static.



There are no comments yet on this issue.