aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-05-04 08:32:59 +0000
committerMike Buland <eichlan@xagasoft.com>2006-05-04 08:32:59 +0000
commit45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f (patch)
tree5c945401052f63252dd47b170272c0cf65fba467 /src/test
parent5c30c56085b267796f2bc56690e2beaf8f9557a4 (diff)
downloadlibbu++-45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f.tar.gz
libbu++-45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f.tar.bz2
libbu++-45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f.tar.xz
libbu++-45b0d6d941c95ab28a143b6a78ac5c2d99b6bc4f.zip
Removed some extra test functions that were interfering with some other
programs. Also disabled auto-log rotation until I can come up with a better way of doing it.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/log.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/log.cpp b/src/test/log.cpp
index 0420e37..d7cfa0b 100644
--- a/src/test/log.cpp
+++ b/src/test/log.cpp
@@ -4,8 +4,6 @@
4#include "multilog.h" 4#include "multilog.h"
5#include "multilogtext.h" 5#include "multilogtext.h"
6 6
7void testlog( const char *text );
8
9class Test 7class Test
10{ 8{
11public: 9public:
@@ -27,7 +25,5 @@ int main()
27 25
28 MultiLineLog( MultiLog::LError, "Hi there!"); 26 MultiLineLog( MultiLog::LError, "Hi there!");
29 Test t; 27 Test t;
30
31 testlog("external test");
32} 28}
33 29