Revision: 718
http://dl-learner.svn.sourceforge.net/dl-learner/?rev=718&view=rev
Author: jenslehmann
Date: 2008-03-20 04:35:37 -0700 (Thu, 20 Mar 2008)
Log Message:
-----------
fixed path
Modified Paths:
--------------
trunk/src/dl-learner/org/dllearner/test/ComponentTest.java
Modified: trunk/src/dl-learner/org/dllearner/test/ComponentTest.java
===================================================================
--- trunk/src/dl-learner/org/dllearner/test/ComponentTest.java 2008-03-19 16:15:18 UTC (rev 717)
+++ trunk/src/dl-learner/org/dllearner/test/ComponentTest.java 2008-03-20 11:35:37 UTC (rev 718)
@@ -55,7 +55,7 @@
// create knowledge source
KnowledgeSource source = cm.knowledgeSource(OWLFile.class);
- String example = "examples/father.owl";
+ String example = "examples/family/father.owl";
cm.applyConfigEntry(source, "url", new File(example).toURI().toString());
source.init();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|