Skip to content

Commit

Permalink
Move Amazon's test files to be under a `vendor' subdirectory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hendershott committed Aug 24, 2012
1 parent 254dd1f commit be5e780
Show file tree
Hide file tree
Showing 152 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigv4.rkt
Expand Up @@ -121,7 +121,7 @@
(define (aws-test-file name)
(regexp-replace*
"\r\n" ;DOS files with CRLF
(file->string (build-path 'same "tests" "aws4_testsuite" name))
(file->string (build-path 'same "vendor" "aws4_testsuite" name))
"\n"))

(define heads (hash 'Date "Mon, 09 Sep 2011 23:36:00 GMT"
Expand Down Expand Up @@ -154,7 +154,7 @@
(define (req->sreq base)
;; Most annoying part of this is parsing their original .req:
(define xs
(file->lines (build-path 'same "tests" "aws4_testsuite"
(file->lines (build-path 'same "vendor" "aws4_testsuite"
(string-append base ".req"))))
(define-values (method path)
(match (car xs)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit be5e780

Please sign in to comment.