view test/README.txt @ 972:ca0a542b2d19

That's gadfly done, mostly. Things left: - Class.filter (I'm a wuss ;) - schema changes adding new non-multilink properties are not implemented. gadfly doesn't have an ALTER TABLE command, making that quite difficult :) I had to mangle two unit tests to get this all working: - gadfly also can't handle two handles open on the one database, so testIDGeneration doesn't try that. - testNewProperty is disabled as per the second comment above. I noticed test_pack was incorrect, and the *dbm tests fail there now. Looking into it...
author Richard Jones <richard@users.sourceforge.net>
date Fri, 23 Aug 2002 04:48:10 +0000
parents 0791d13baea7
children 400b12abd2ee
line wrap: on
line source

$Id: README.txt,v 1.2 2001-07-29 07:01:39 richard Exp $

Structure of the tests:

   1   Test date classes
   1.1 Date
   1.2 Interval
   2   Set up schema
   3   Open with specific backend
   3.1 anydbm
   3.2 bsddb
   4   Create database base set (stati, priority, etc)
   5   Perform some actions
   6   Perform mail import
   6.1 text/plain
   6.2 multipart/mixed (with one text/plain)
   6.3 text/html
   6.4 multipart/alternative (with one text/plain)
   6.5 multipart/alternative (with no text/plain)


------
$Log: not supported by cvs2svn $
Revision 1.1  2001/07/27 07:16:21  richard
rename for consistency

Revision 1.1  2001/07/27 06:55:07  richard
moving tests -> test

Revision 1.2  2001/07/25 04:34:31  richard
Added id and log to tests files...


Roundup Issue Tracker: http://roundup-tracker.org/