diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-06-25 22:54:33 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-06-25 22:54:33 +0000 |
commit | 225ea435762b45016242332d665ee97bbb3313e2 (patch) | |
tree | a6f8663ae093a9ff19deeb84765273f080ee8300 /test/README | |
parent | 4a6391ce910b5f71574e20b31f1e9429d756b96d (diff) |
Fixed bug where trusted users weren't. Also a couple of memory bugs in the
database.
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/README b/test/README new file mode 100644 index 0000000..595c31f --- /dev/null +++ b/test/README @@ -0,0 +1,32 @@ + +Pre-requisites +-------------- + +* SMTP server +* POP3 server +* bash (required for TCP redirects) + + +create_mails.sh +--------------- + +This creates the test emails on the local system. Edit to set the test +username. + + +run_test.sh +----------- + +Runs the simple confidence tests. + + +test-config +----------- + +The test configuration. Edit to set the test username and password. + + +Notes +----- + +These tests are *really* basic. |