s3 egg example test failure added by sethalves on Wed Feb 5 19:35:04 2014

-- testing Amazon S3 ---------------------------------------------------------
Bucket Exists 1 ...................................................... [ FAIL]
    expected #f but got #t
    (bucket-exists? *b*)
Create Bucket ........................................................ [ PASS]
Bucket Exists 2 ...................................................... [ FAIL]
    expected #t but got #f
    (bucket-exists? *b*)
List Buckets ......................................................... [ PASS]
List Bucket Objects 1 ................................................ [ PASS]
Put Object ........................................................... [ PASS]
List Bucket Objects 2 ................................................ [ PASS]
Delete Object ........................................................ [ PASS]
Put String ........................................................... [ PASS]
Get String ........................................................... [ERROR]
    
Error: (call-with-input-request) Client error: 404 Not Found: "http://chicken-scheme-test-bucket-1.s3.amazonaws.com/string"
    (get-string *b* "string")
Delete Object 2 ...................................................... [ PASS]
Put Sexp ............................................................. [ PASS]
Get Sexp ............................................................. [ PASS]
Put File ............................................................. [ PASS]
Get File ............................................................. [ERROR]
    
Error: (call-with-input-request) Client error: 404 Not Found: "http://chicken-scheme-test-bucket-1.s3.amazonaws.com/file"
    (get-file *b* "file" "test-out-file")
Get/Put File 1 ....................................................... [ PASS]
Delete Object 3 ...................................................... [ PASS]
Delete Object 4 ...................................................... [ PASS]
Delete Bucket ........................................................ [ PASS]
19 tests completed in 4.182 seconds.
2 failures (10.5%).
2 errors (10.5%).
15 out of 19 (78.9%) tests passed.
-- done testing Amazon S3 ----------------------------------------------------