Skip to content

Commit

Permalink
Call super.setup to initialize test rdeck base
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 19, 2011
1 parent 1a3224e commit 348ab12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -44,7 +44,7 @@ public TestFileResourceModelSourceFactory(String name) {
}

public void setUp() {

super.setUp();
final Framework frameworkInstance = getFrameworkInstance();
final FrameworkProject frameworkProject = frameworkInstance.getFrameworkProjectMgr().createFrameworkProject(
PROJ_NAME);
Expand Down
Expand Up @@ -66,7 +66,7 @@ public TestURLResourceModelSource(String name) {
FrameworkProject frameworkProject;

public void setUp() {

super.setUp();
final Framework frameworkInstance = getFrameworkInstance();
frameworkProject = frameworkInstance.getFrameworkProjectMgr().createFrameworkProject(
PROJ_NAME);
Expand Down

0 comments on commit 348ab12

Please sign in to comment.