aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-06-12 20:41:00 +0000
committerMike Buland <eichlan@xagasoft.com>2007-06-12 20:41:00 +0000
commit9f98bc834ce2ac524c47ef633be4b4fb9eb8a079 (patch)
treea6c8160cf6e23f9ad308d40d757dc862269a89d1 /src
parent4cb166570a8e2e97216bf6c7aeb99b971ff58ad7 (diff)
downloadlibbu++-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 'src')
-rw-r--r--src/tests/xml.cpp15
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
6int main()
7{
8 Bu::File f("test.xml", "r");
9 XmlReader xr( f );
10
11 //xr.read();
12
13 return 0;
14}
15