Skip to content

Commit

Permalink
Merge pull request #16 from openworm/development
Browse files Browse the repository at this point in the history
Test fix
  • Loading branch information
tarelli authored Jun 6, 2017
2 parents 2e17d05 + eacbd1a commit da0f792
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ public void test02GetUser()
public void test03LoadProject() throws IOException, GeppettoInitializationException, GeppettoExecutionException, GeppettoAccessException
{
InputStreamReader inputStreamReader = new InputStreamReader(DataSourcesGeppettoManagerTest.class.getResourceAsStream("/test/geppettoManagerDataSourceTest.json"));
geppettoProject = DataManagerHelper.getDataManager().getProjectFromJson(TestUtilities.getGson(), inputStreamReader);
manager.loadProject("1", geppettoProject, "");
geppettoProject = DataManagerHelper.getDataManager().getProjectFromJson(TestUtilities.getGson(), inputStreamReader, null);
manager.loadProject("1", geppettoProject);

}

Expand Down

0 comments on commit da0f792

Please sign in to comment.