diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-12 20:41:00 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-12 20:41:00 +0000 |
commit | 9f98bc834ce2ac524c47ef633be4b4fb9eb8a079 (patch) | |
tree | a6c8160cf6e23f9ad308d40d757dc862269a89d1 | |
parent | 4cb166570a8e2e97216bf6c7aeb99b971ff58ad7 (diff) | |
download | libbu++-9f98bc834ce2ac524c47ef633be4b4fb9eb8a079.tar.gz libbu++-9f98bc834ce2ac524c47ef633be4b4fb9eb8a079.tar.bz2 libbu++-9f98bc834ce2ac524c47ef633be4b4fb9eb8a079.tar.xz libbu++-9f98bc834ce2ac524c47ef633be4b4fb9eb8a079.zip |
Removed the xml test...the xml system is effectively gone.
Diffstat (limited to '')
-rw-r--r-- | src/tests/xml.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/tests/xml.cpp b/src/tests/xml.cpp deleted file mode 100644 index 9689a28..0000000 --- a/src/tests/xml.cpp +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | #include "bu/xmlreader.h" | ||
2 | #include "bu/xmlnode.h" | ||
3 | #include "bu/xmldocument.h" | ||
4 | #include "bu/file.h" | ||
5 | |||
6 | int main() | ||
7 | { | ||
8 | Bu::File f("test.xml", "r"); | ||
9 | XmlReader xr( f ); | ||
10 | |||
11 | //xr.read(); | ||
12 | |||
13 | return 0; | ||
14 | } | ||
15 | |||