X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FREADME;h=aa6a9a691119a30cbab7362d54ff214d5a54f1af;hb=da9282a5c0ce927c613f1706f1c51796c75e16e4;hp=d5d78ef546896cf1023a6e00fac88459060fc0b3;hpb=23a10375f83c89c138369e05c8f57f679bb43ec9;p=clsql.git diff --git a/tests/README b/tests/README index d5d78ef..aa6a9a6 100644 --- a/tests/README +++ b/tests/README @@ -7,7 +7,7 @@ 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 rt package from -http://files.b9.com/. +http://files.kpe.io/. Load clsql.asd or put it somewhere where ASDF can find it and call: @@ -99,9 +99,9 @@ will be run. *** 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. - *** Delete Tables/Sequences/Indexes + *** Delete Tables/Views/Sequences/Indexes *** Inspection of Tables and attributes, including types ** Data Manipulation @@ -122,8 +122,3 @@ will be run. *** 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