Skip to content

Commit

Permalink
[ issue #47 ] fix on IT
Browse files Browse the repository at this point in the history
  • Loading branch information
agazzarini committed Apr 16, 2015
1 parent 0e94cfb commit 459d9c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class PagedResultSetTestCase {
@Before
public void setUp() throws Exception {
model = ModelFactory.createDefaultModel();
model.read(getClass().getResourceAsStream("/sample-data/bsbm-generated-dataset.nt"), DUMMY_BASE_URI, Lang.NTRIPLES.getLabel());
model.read(getClass().getResourceAsStream("/sample_data/bsbm-generated-dataset.nt"), DUMMY_BASE_URI, Lang.NTRIPLES.getLabel());
}

/**
Expand Down

0 comments on commit 459d9c8

Please sign in to comment.