X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-connection.lisp;h=11d3cc43fe2ec92af5a3f9699028ed1a0cf3a62f;hp=f35261ec232d293efced587c8748d82f73dcfee1;hb=9bbed78051e80e6ab76ae47834136035602bbbf1;hpb=80d94a5396eeaca850bb643390b836d8bd0825b3 diff --git a/tests/test-connection.lisp b/tests/test-connection.lisp index f35261e..11d3cc4 100644 --- a/tests/test-connection.lisp +++ b/tests/test-connection.lisp @@ -27,12 +27,12 @@ t) (deftest :connection/2 - (clsql-base-sys::string-to-list-connection-spec + (clsql-base::string-to-list-connection-spec "localhost/dbname/user/passwd") ("localhost" "dbname" "user" "passwd")) (deftest :connection/3 - (clsql-base-sys::string-to-list-connection-spec + (clsql-base::string-to-list-connection-spec "dbname/user@hostname") ("hostname" "dbname" "user"))