X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=classic-tests%2FREADME;h=4fb0437b418941d5006766fc1280d0d3d2f3a845;hp=3e1b561e82dbef6d893e62874de7d3727f69c7db;hb=72c5d9d0555b01290409dc2607935db823fa1f10;hpb=a443a60adefa64f590d2803e85c7e4657e806225 diff --git a/classic-tests/README b/classic-tests/README index 3e1b561..4fb0437 100644 --- a/classic-tests/README +++ b/classic-tests/README @@ -1,20 +1,8 @@ -These tests require the setup of a configuration file with account -information for MySQL and PostgreSQL SQL servers. Additionally, the -Debian package acl-installer must be installed and a license -downloaded to use the AODBC tests. - -Furthermore, if you are not using the Debian package of CLSQL, these -tests require the downloading of the rtest and ptester packages from -http://files.b9.com/. - This test suite looks for a configuration file named -".clsql-test.config" located in the users home directory. - -This file contains a single a-list that specifies the connection - specs for each database type to be tested. For example, to test all -platforms, a sample file might look like this: +".clsql-test.config" located in the users home directory. This file +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. -((:mysql ("localhost" "a-mysql-db" "user1" "secret")) - (:aodbc ("my-dsn" "a-user" "pass")) - (:postgresql ("localhost" "another-db" "user2" "dont-tell")) - (:postgresql-socket ("pg-server" "a-db-name" "user" "secret-password"))) +These tests require the downloading of the rtest and ptester packages +from http://files.b9.com/.