Test output for dict

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

-- testing dict-unit ---------------------------------------------------------

    -- testing status --------------------------------------------------------
    can decide if an object is a status-response ..................... [ PASS]
    a status-response is a pair ...................................... [ PASS]
    the car of a status-response must be a number .................... [ PASS]
    the cdr of a status-response must be a string .................... [ PASS]
    status-code extracts the status-code ............................. [ PASS]
    status-message extracts the message .............................. [ PASS]
    it can be asked if a status response represents an error ......... [ PASS]
    status->string retrieves the textual representation of a status-code  [ PASS]
    define-status expands correctly .................................. [ PASS]
    9 tests completed in 0.006 seconds.
    9 out of 9 (100%) tests passed.
    -- done testing status ---------------------------------------------------


    -- testing commands ------------------------------------------------------
    match success .................................................... [ PASS]
    match failure .................................................... [ PASS]
    define success ................................................... [ PASS]
    define failure ................................................... [ PASS]
    databases success ................................................ [ PASS]
    databases failure ................................................ [ PASS]
    strategies success ............................................... [ PASS]
    strategies failure ............................................... [ PASS]
    server-info success .............................................. [ PASS]
    server-info failure .............................................. [ PASS]
    db-info success .................................................. [ PASS]
    db-info failure .................................................. [ PASS]
    help success ..................................................... [ PASS]
    help failure ..................................................... [ PASS]
    status success ................................................... [ PASS]
    status failure ................................................... [ PASS]
    authenticate success ............................................. [ PASS]
    authenticate failure ............................................. [ PASS]
    18 tests completed in 0.022 seconds.
    18 out of 18 (100%) tests passed.
    -- done testing commands -------------------------------------------------

2 subgroups completed in 0.028 seconds.
2 out of 2 (100%) subgroups passed.
-- done testing dict-unit ----------------------------------------------------