fixed bug converting to boolean in db-mysql/mysql-sql.lisp - from github user Sectoid
[clsql.git] / tests / README
index aa5bae145db2ba96efe86a819912a3e5fbd0bbec..b3f6efe59d6057b7a9f7c99c37a257e0120d831f 100644 (file)
@@ -6,8 +6,8 @@ contains a single assoc-list that specifies the connection specs for
 each database type to be tested. There is an example file in
 contained in CLSQL's examples directory.
 
 each database type to be tested. There is an example file in
 contained in CLSQL's examples directory.
 
-These tests require the downloading of the rtest and ptester packages
-from http://files.b9.com/.
+These tests require the downloading of the rt package from
+http://files.b9.com/.
 
 Load clsql.asd or put it somewhere where ASDF can find it
 and call:
 
 Load clsql.asd or put it somewhere where ASDF can find it
 and call:
@@ -15,7 +15,7 @@ and call:
 (asdf:oos 'asdf:test-op 'clsql)
 
 The test suite will then automatically run on all of the backends that
 (asdf:oos 'asdf:test-op 'clsql)
 
 The test suite will then automatically run on all of the backends that
-you have defined in .clsql-tests.config
+you have defined in .clsql-test.config
 
 * REGRESSION TEST SUITE GOALS
 
 
 * REGRESSION TEST SUITE GOALS
 
@@ -99,9 +99,9 @@ will be run.
    *** Error if existing DB
 
 ** Data Definition
    *** Error if existing DB
 
 ** Data Definition
-  *** Create Tables/Sequences/Indexes -- Should cover creation of
+  *** Create Tables/Views/Sequences/Indexes -- Should cover creation of
       tables with all supported types of fields.
       tables with all supported types of fields.
-  *** Delete Tables/Sequences/Indexes
+  *** Delete Tables/Views/Sequences/Indexes
   *** Inspection of Tables and attributes, including types
 
 ** Data Manipulation
   *** Inspection of Tables and attributes, including types
 
 ** Data Manipulation
@@ -122,8 +122,3 @@ will be run.
   *** Object creation/manipulation/deletion
   *** Inter-object Relations
 
   *** Object creation/manipulation/deletion
   *** Inter-object Relations
 
-** Editing Contexts
-  *** Object Create/Modification/Deletion in a context -- partly covered already
-  *** Interaction of multiple contexts
-  *** Schema manipulation within a context
-  *** Rollback and error handling within a context