Test output for couchdb-view-server

Testing time: 8.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm
reset ................................................................ [ PASS]
add_fun and map_doc .................................................. [ PASS]
empty mapping ........................................................ [ PASS]
reduce and rereduce .................................................. [ PASS]
fun with log ......................................................... [ PASS]
syntax error in add_fun .............................................. [ FAIL]
    expected "{\"error\": \"syntax_error\", \"reason\": \"(line 1) unterminated list, starting in line 1\"}\n" but got "{\"error\": \"syntax_error\", \"reason\": \"(line 1) unterminated list\"}\n"
    (with-output-to-string
      (lambda ()
        (with-input-from-string
          (string-append commands "
    ")
          (lambda () (load-relative "../couchdb-view-server.scm")))))
syntax error in reduce ............................................... [ FAIL]
    expected "{\"error\": \"syntax_error\", \"reason\": \"(line 1) unterminated list, starting in line 1\"}\n" but got "{\"error\": \"syntax_error\", \"reason\": \"(line 1) unterminated list\"}\n"
    (with-output-to-string
      (lambda ()
        (with-input-from-string
          (string-append commands "
    ")
          (lambda () (load-relative "../couchdb-view-server.scm")))))