]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/test/editor.cc
* temporary fix for handling relative/absolute filenames in
[helm.git] / helm / DEVEL / mathml_editor / test / editor.cc
index b22bd3beda42b021a979814678083699dce614a4..b251d4ede2ff8fe4988e0d37ef318375c90e592f 100644 (file)
@@ -114,7 +114,7 @@ main(int argc, char* argv[])
 
   TDictionary dictionary(logger);
   logger.info("loading the dictionary...");
-  dictionary.load("dictionary-test.xml");
+  dictionary.load("/home/luca/projects/helm/DEVEL/mathml_editor/dictionary-test.xml");
 
   logger.info("loading the stylesheet...");
   DOM::DOMImplementation di;