From 0cfcbe752759ee77dc5680e8c7afe68e3589b371 Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Wed, 7 Jun 2006 12:17:32 +0000 Subject: [PATCH] * moving things around and trying to fix this linknig error svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=549092 --- libscience/tests/cml2test.cpp | 15 ++++++++++----- libscience/tests/tests_molecule.cml | 24 ++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 5 deletions(-) create mode 100644 libscience/tests/tests_molecule.cml diff --git a/libscience/tests/cml2test.cpp b/libscience/tests/cml2test.cpp index cf2af28..5d02b89 100644 --- a/libscience/tests/cml2test.cpp +++ b/libscience/tests/cml2test.cpp @@ -1,13 +1,13 @@ #include #include -#include -#include -#include +#include +#include +#include #include -#include "../cml/xml_cml.h" -#include "../cml/cmlclasses.h" +#include "../xml_cml.h" +#include "../cmlclasses.h" int main(int argc, char *argv[]) { @@ -33,5 +33,10 @@ int main(int argc, char *argv[]) xmlReader.parse( source ); +//X QList parsedBonds; +//X Bond *tbond; +//X parsedBonds = handler.getBonds(); +//X + return 0; } diff --git a/libscience/tests/tests_molecule.cml b/libscience/tests/tests_molecule.cml new file mode 100644 index 0000000..de138bb --- /dev/null +++ b/libscience/tests/tests_molecule.cml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3