diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-06 19:43:57 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-06 19:43:57 +0000 |
commit | b7a415ec0e358967fc39c046fb72f29e227e7104 (patch) | |
tree | 3197c3b4f57f02d10649b09ef821982cb00a1bb6 /src/test/xmlreadtest | |
parent | 7ef611a2b62c760065705fa8b66b5ff1edbb8eee (diff) | |
download | libbu++-b7a415ec0e358967fc39c046fb72f29e227e7104.tar.gz libbu++-b7a415ec0e358967fc39c046fb72f29e227e7104.tar.bz2 libbu++-b7a415ec0e358967fc39c046fb72f29e227e7104.tar.xz libbu++-b7a415ec0e358967fc39c046fb72f29e227e7104.zip |
It builds with build again, and even the tests now. woo!
Diffstat (limited to 'src/test/xmlreadtest')
-rw-r--r-- | src/test/xmlreadtest/xmlreadtest.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/xmlreadtest/xmlreadtest.cpp b/src/test/xmlreadtest/xmlreadtest.cpp index e2d2a0a..98d8a9e 100644 --- a/src/test/xmlreadtest/xmlreadtest.cpp +++ b/src/test/xmlreadtest/xmlreadtest.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "../xmlfilereader.h" | 1 | #include "xmlfilereader.h" |
2 | #include "../xmlstringreader.h" | 2 | #include "xmlstringreader.h" |
3 | #include "../xmlfilewriter.h" | 3 | #include "xmlfilewriter.h" |
4 | 4 | ||
5 | int main( int argc, char *argv[] ) | 5 | int main( int argc, char *argv[] ) |
6 | { | 6 | { |