Update of /project/elephant/cvsroot/elephant/tests In directory common-lisp:/tmp/cvs-serv11608/tests
Modified Files: MigrationTests.lisp Log Message: Matching the parameter names in this file
--- /project/elephant/cvsroot/elephant/tests/MigrationTests.lisp 2006/02/05 23:46:41 1.1 +++ /project/elephant/cvsroot/elephant/tests/MigrationTests.lisp 2006/02/23 14:42:16 1.2 @@ -34,14 +34,16 @@ ;; use for the migration tests.
;; This this configuration for testing between BDB and SQL.... -(setq *test-path-primary* *testpg-path*) +(setq *test-path-primary* *testpg-spec*) ;; (setq *test-path-primary* *testsqlite3-path*) -(setq *test-path-secondary* *testdb-path*) +(setq *test-path-secondary* *testbdb-spec*)
;; This this configuration for testing from one BDB repository to another... -(setq *test-path-primary* *testdb-path*) +(setq *test-path-primary* *testbdb-spec*) ;; (setq *test-path-primary* *testsqlite3-path*) -(setq *test-path-secondary* *testdb-path2*) +(setq *test-path-secondary* *testbdb-spec2*) + +(do-migration-tests *testbdb-spec* *testbdb-spec2*) +(do-migration-tests *testbdb-spec2* *testpg-spec*)
-(do-migrate-test-spec *test-path-primary*)