$ csi -s run.scm -- testing subversion client library ----------------------------------------- Create a testrepo .................................................... [ PASS] Make a checkout of revision 0 ........................................ [ PASS] Make another checkout of revision 0, using a non-canonicalized uri ... Warning: error in group outside of tests [ PASS] Error: bad argument count - received 4 but expected 3: # 1 test completed in 0.001 seconds. 1 error (100%). 0 out of 1 (0%) tests passed. -- done testing initial state -------------------------------------------- -- testing adding files -------------------------------------------------- File can be added ................................................ [ PASS] File can be committed ............................................ Warning: error in group outside of tests [ PASS] Error: bad argument count - received 4 but expected 3: # 3 tests completed in 0.028 seconds. 1 error (333/10%). 2 out of 3 (667/10%) tests passed. -- done testing adding files --------------------------------------------- -- testing listing ------------------------------------------------------- Files and directories are all listed ............................. [ERROR] Error: bad argument count - received 8 but expected 7: # (map svn-file-path (svn-client-list checkout-dir svn-opt-revision-head #t user pass)) Files are marked as such ......................................... [ERROR] Error: bad argument count - received 8 but expected 7: # (map (lambda (f) (and (eq? (svn-file-kind f) 'file) (svn-file-path f))) (svn-client-list checkout-dir svn-opt-revision-head #t user pass)) secondary checkout still empty ................................... [ERROR] Error: bad argument count - received 8 but expected 7: # (map svn-file-path (svn-client-list checkout-dir2 svn-opt-revision-unspecified #t user pass)) Everything listed after update of secondary checkout ............. Warning: error in group outside of tests Warning: error in group outside of tests svn: E200005: '/home/mario/tmp/crash-debug/work/svn-client/tests/testcheckout/testdir/bar' is not under version control Warning: error in group outside of tests svn: E155010: The node '/home/mario/tmp/crash-debug/work/svn-client/tests/testcheckout/testdir' was not found. [ERROR] Error: bad argument count - received 8 but expected 7: # (map svn-file-path (svn-client-list checkout-dir2 svn-opt-revision-unspecified #t user pass)) 4 tests completed in 0.023 seconds. 4 errors (100%). 0 out of 4 (0%) tests passed. -- done testing listing -------------------------------------------------- Error: (open-output-file) cannot open file - No such file or directory: "/home/mario/tmp/crash-debug/work/svn-client/tests/testcheckout/testdir/bar" 1 test completed in 0.001 seconds. 1 error (100%). 0 out of 1 (0%) tests passed. -- done testing modification --------------------------------------------- Error: bad argument count - received 3 but expected 2: # 1 test completed in 0.001 seconds. 1 error (100%). 0 out of 1 (0%) tests passed. -- done testing basic log ------------------------------------------------ Error: (open-input-file) bad argument type - not a string: #f 1 test completed in 0.001 seconds. 1 error (100%). 0 out of 1 (0%) tests passed. -- done testing catenation ----------------------------------------------- -- testing properties ---------------------------------------------------- After setting property, it can be retrieved ...................... svn: E200005: '/home/mario/tmp/crash-debug/work/svn-client/tests/testcheckout/testdir/bar' is not under version control [ FAIL] expected (("/home/mario/tmp/crash-debug/work/svn-client/tests/testcheckout/testdir/bar" "123")) but got #f (svn-propget "testing" (svn-file "testdir/bar") svn-opt-revision-unspecified #t user pass) 1 test completed in 0.002 seconds. 1 failure (100%). 0 out of 1 (0%) tests passed. -- done testing properties ----------------------------------------------- 3 tests and 7 subgroups completed in 0.356 seconds. 3 out of 3 (100%) tests passed. 0 out of 7 (0%) subgroups passed. -- done testing subversion client library ------------------------------------