aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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