Update of /project/cells/cvsroot/triple-cells In directory clnet:/tmp/cvs-serv13487
Modified Files: hello-world.lisp Log Message: Changed: Creating a triple store does not accept :if-does-not-exist any more (AllegroGraph Version 3).
--- /project/cells/cvsroot/triple-cells/hello-world.lisp 2008/02/23 01:22:11 1.4 +++ /project/cells/cvsroot/triple-cells/hello-world.lisp 2008/05/22 13:23:11 1.5 @@ -92,8 +92,7 @@ (defun 3c-test-reopen () (close-triple-store) (open-triple-store "hello-world" - :directory (project-path) - :if-does-not-exist :error) + :directory (project-path)) (when (3c-integrity-managed?) (break "1")) (time (let ((dell (3c-find-id "dell"))