@@ -35,6 +35,8 @@ runTests $MRC_PRODUCT "webDAV" "Tests/WebDAV-Cyberduck"
runTests $ARC_PRODUCT "webDAV" "Tests/WebDAV-Cyberduck"
runTests $MRC_PRODUCT "webDAV" "Tests/WebDAV-Finder"
runTests $ARC_PRODUCT "webDAV" "Tests/WebDAV-Finder"
+runTests $MRC_PRODUCT "webUploader" "Tests/WebUploader"
+runTests $ARC_PRODUCT "webUploader" "Tests/WebUploader"
# Done
echo "\nAll tests completed successfully!"
@@ -0,0 +1,9 @@
+HTTP/1.1 200 OK
+Cache-Control: no-cache
+Content-Length: 138
+Content-Type: application/json
+Connection: Close
+Server: GCDWebUploader
+Date: Sat, 12 Apr 2014 05:36:13 GMT
+
+[{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"},{"path":"\/PDF Reports\/","name":"PDF Reports"}]
@@ -0,0 +1,11 @@
+GET /list?path=%2F HTTP/1.1
+Host: localhost:8080
+Connection: keep-alive
+Accept: application/json, text/javascript, */*; q=0.01
+X-Requested-With: XMLHttpRequest
+User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
+DNT: 1
+Referer: http://localhost:8080/
+Accept-Encoding: gzip,deflate,sdch
+Accept-Language: en-US,en;q=0.8,fr;q=0.6
@@ -0,0 +1,14 @@
+Content-Type: text/plain
+Last-Modified: Thu, 10 Apr 2014 11:10:14 GMT
+Date: Sat, 12 Apr 2014 05:36:17 GMT
+Content-Disposition: attachment; filename="Copy.txt"
+Content-Length: 271
+Etag: 73598983/1397128214/0
+For the colorful.
+Color is more than just a hue. It expresses a feeling. Makes a statement. Declares an allegiance. Color reveals your personality. iPhone 5c, in five anything-but-shy colors, does just that. It’s not just for lovers of color. It’s for the colorful.
@@ -0,0 +1,10 @@
+GET /download?path=%2FCopy.txt HTTP/1.1
+Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
+Content-Length: 128
+Date: Sat, 12 Apr 2014 05:36:19 GMT
+[{"path":"\/PDF Reports\/Apple Economic Impact on Cupertino.pdf","name":"Apple Economic Impact on Cupertino.pdf","size":181952}]
+GET /list?path=%2FPDF+Reports%2F HTTP/1.1
+Date: Sat, 12 Apr 2014 05:36:38 GMT
+Content-Length: 2
+Date: Sat, 12 Apr 2014 05:36:47 GMT
+{}
@@ -0,0 +1,15 @@
+POST /move HTTP/1.1
+Content-Length: 50
+Origin: http://localhost:8080
+Content-Type: application/x-www-form-urlencoded; charset=UTF-8
+oldPath=%2FPDF+Reports%2F&newPath=%2FApple+Reports
+Content-Length: 142
+[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"}]
+Date: Sat, 12 Apr 2014 05:36:54 GMT
@@ -0,0 +1,25 @@
+POST /upload HTTP/1.1
+Content-Length: 303
+Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7lMHFBOBPzmFnORR
+------WebKitFormBoundary7lMHFBOBPzmFnORR
+Content-Disposition: form-data; name="path"
+/
+Content-Disposition: form-data; name="files[]"; filename="Test File.txt"
+Nothing to see here!
+------WebKitFormBoundary7lMHFBOBPzmFnORR--
+Content-Length: 202
+[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"},{"path":"\/Test File.txt","name":"Test File.txt","size":21}]
+Date: Sat, 12 Apr 2014 05:37:07 GMT
+POST /create HTTP/1.1
+Content-Length: 18
+path=%2FText+Files
+Content-Length: 248
+[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"},{"path":"\/Test File.txt","name":"Test File.txt","size":21},{"path":"\/Text Files\/","name":"Text Files"}]
+Date: Sat, 12 Apr 2014 05:37:14 GMT
+Content-Length: 52
+oldPath=%2FCopy.txt&newPath=%2FText+Files%2FCopy.txt
+Content-Length: 197
+[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"},{"path":"\/Test File.txt","name":"Test File.txt","size":21},{"path":"\/Text Files\/","name":"Text Files"}]
+Date: Sat, 12 Apr 2014 05:37:22 GMT
+Content-Length: 62
+oldPath=%2FTest+File.txt&newPath=%2FText+Files%2FTest+File.txt
+Content-Length: 137
+[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"},{"path":"\/Text Files\/","name":"Text Files"}]
+Date: Sat, 12 Apr 2014 05:37:25 GMT
+POST /delete HTTP/1.1
+Content-Length: 21
+path=%2FText+Files%2F
+Content-Length: 91
+[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"}]
+Content-Length: 171
+Date: Sat, 12 Apr 2014 05:37:29 GMT
+[{"path":"\/images\/capable_green_ipad_l.png","name":"capable_green_ipad_l.png","size":116066},{"path":"\/images\/hero_mba_11.jpg","name":"hero_mba_11.jpg","size":106799}]
+GET /list?path=%2Fimages%2F HTTP/1.1
+Date: Sat, 12 Apr 2014 05:37:32 GMT
+Content-Length: 41
+path=%2Fimages%2Fcapable_green_ipad_l.png
+Content-Length: 77
+[{"path":"\/images\/hero_mba_11.jpg","name":"hero_mba_11.jpg","size":106799}]
+Date: Sat, 12 Apr 2014 05:37:43 GMT
+Content-Length: 310
+Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryBafwo3u3oLFJ8XeG
+------WebKitFormBoundaryBafwo3u3oLFJ8XeG
+/images/
+------WebKitFormBoundaryBafwo3u3oLFJ8XeG--
+Content-Length: 145
+[{"path":"\/images\/hero_mba_11.jpg","name":"hero_mba_11.jpg","size":106799},{"path":"\/images\/Test File.txt","name":"Test File.txt","size":21}]
+Date: Sat, 12 Apr 2014 05:37:48 GMT