diff options
| author | yzhou <yujiao.zhou@gmail.com> | 2015-04-21 12:04:27 +0100 |
|---|---|---|
| committer | yzhou <yujiao.zhou@gmail.com> | 2015-04-21 12:04:27 +0100 |
| commit | c8a9fc67a3f6ed201d7c917e36128268587eabe5 (patch) | |
| tree | 0853945c47ab352f332ad858521453e52606e8b8 /test/uk/ac | |
| parent | 79629afd88293b668811a9795ac618d6c2f0dd0b (diff) | |
| download | ACQuA-c8a9fc67a3f6ed201d7c917e36128268587eabe5.tar.gz ACQuA-c8a9fc67a3f6ed201d7c917e36128268587eabe5.zip | |
fixed a bug in simpleETL -- closing a FileOutputStream
Diffstat (limited to 'test/uk/ac')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java index e040c18..d754a70 100644 --- a/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java +++ b/test/uk/ac/ox/cs/pagoda/tester/PagodaTester.java | |||
| @@ -107,8 +107,10 @@ public class PagodaTester { | |||
| 107 | // args = new String[] {npd_tbox, npd_abox, npd_query}; | 107 | // args = new String[] {npd_tbox, npd_abox, npd_query}; |
| 108 | // args = new String[] {npd_bench_tbox, npd_bench_abox, npd_bench_query}; | 108 | // args = new String[] {npd_bench_tbox, npd_bench_abox, npd_bench_query}; |
| 109 | // args = new String[] {"../SemFacet/WebContent/WEB-INF/data/dbpedia.owl", "../SemFacet/WebContent/WEB-INF/data/dbpediaA.nt", null}; | 109 | // args = new String[] {"../SemFacet/WebContent/WEB-INF/data/dbpedia.owl", "../SemFacet/WebContent/WEB-INF/data/dbpediaA.nt", null}; |
| 110 | // args = new String[] {"../SemFacet/WebContent/WEB-INF/data/isg.owl", "../SemFacet/WebContent/WEB-INF/data/isg.nt", null}; | 110 | // args = new String[] {"../core/WebContent/WEB-INF/data/fly.owl", "../core/WebContent/WEB-INF/data/fly-data.nt", null}; |
| 111 | args = new String[] {"..\\core\\WebContent\\WEB-INF\\data\\fly.owl", "..\\core\\WebContent\\WEB-INF\\data\\fly-data.nt", null}; | 111 | // args = new String[] {"data/lubm/univ-bench.owl", "data/lubm/lubm1.ttl", "data/lubm/lubm.sparql", "lubm.ans"}; |
| 112 | args = new String[] {"data/uobm/univ-bench-dl.owl", "data/uobm/uobm1.ttl", "data/uobm/uobm.sparql", "uobm.ans"}; | ||
| 113 | // args = new String[] {"data/fly/fly_anatomy_XP_with_GJ_FC_individuals.owl", "data/fly/fly.sparql", "fly.ans"}; | ||
| 112 | // args = new String[] {bioModels_tbox, bioModels_abox, bioModels_queries}; | 114 | // args = new String[] {bioModels_tbox, bioModels_abox, bioModels_queries}; |
| 113 | // args = new String[] {chembl_tbox, chembl_abox, chembl_queries}; | 115 | // args = new String[] {chembl_tbox, chembl_abox, chembl_queries}; |
| 114 | // args = new String[] {reactome_tbox, reactome_abox, reactome_queries}; | 116 | // args = new String[] {reactome_tbox, reactome_abox, reactome_queries}; |
