X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Ftest%2Feditor.cc;h=38c8bbbd0d5ebaee248d133d3c1df6ec5c9aef96;hb=f15a13bab100064a4da238cede323b8d4568c174;hp=398d3133da5fcf7f458b4d8596a9825991ec4b17;hpb=0a1ca8742c3fda97ba067282b608981850e27764;p=helm.git diff --git a/helm/DEVEL/mathml_editor/test/editor.cc b/helm/DEVEL/mathml_editor/test/editor.cc index 398d3133d..38c8bbbd0 100644 --- a/helm/DEVEL/mathml_editor/test/editor.cc +++ b/helm/DEVEL/mathml_editor/test/editor.cc @@ -23,6 +23,8 @@ * or send an email to */ +#include + #include "dom.hh" #include "TPushParser.hh" @@ -152,7 +154,7 @@ main(int argc, char* argv[]) TDictionary dictionary(logger); logger.info("loading the dictionary..."); - dictionary.load("./dictionary-test.xml"); + dictionary.load("/usr/share/editex/dictionary-tex.xml"); logger.info("loading the stylesheet..."); DOM::DOMImplementation di;