Skip to content

Commit

Permalink
refs #100435. Fix static super calls in yet another test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosko committed Apr 5, 2011
1 parent e9924b9 commit b87a575
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -55,13 +55,15 @@ public class FaceManagerTest extends LibraryTestBase {
*/
@BeforeClass
public static void setUpBeforeClass() throws Exception {
LibraryTestBase.setUpBeforeClass();
}

/**
* @throws java.lang.Exception
*/
@AfterClass
public static void tearDownAfterClass() throws Exception {
LibraryTestBase.tearDownAfterClass();
}

/**
Expand Down

0 comments on commit b87a575

Please sign in to comment.