diff --git a/Run-Tests.sh b/Run-Tests.sh index 35e0600..76e8a10 100755 --- a/Run-Tests.sh +++ b/Run-Tests.sh @@ -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!" diff --git a/Tests/WebUploader/018-200.response b/Tests/WebUploader/018-200.response new file mode 100755 index 0000000..5e70bc0 --- /dev/null +++ b/Tests/WebUploader/018-200.response @@ -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"}] \ No newline at end of file diff --git a/Tests/WebUploader/018-GET.request b/Tests/WebUploader/018-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/018-GET.request @@ -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 + diff --git a/Tests/WebUploader/019-200.response b/Tests/WebUploader/019-200.response new file mode 100755 index 0000000..0c87584 --- /dev/null +++ b/Tests/WebUploader/019-200.response @@ -0,0 +1,14 @@ +HTTP/1.1 200 OK +Connection: Close +Server: GCDWebUploader +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 +Cache-Control: no-cache +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. diff --git a/Tests/WebUploader/019-GET.request b/Tests/WebUploader/019-GET.request new file mode 100755 index 0000000..c1d9830 --- /dev/null +++ b/Tests/WebUploader/019-GET.request @@ -0,0 +1,10 @@ +GET /download?path=%2FCopy.txt HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 +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 + diff --git a/Tests/WebUploader/020-200.response b/Tests/WebUploader/020-200.response new file mode 100755 index 0000000..1237e60 --- /dev/null +++ b/Tests/WebUploader/020-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 128 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +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}] \ No newline at end of file diff --git a/Tests/WebUploader/020-GET.request b/Tests/WebUploader/020-GET.request new file mode 100755 index 0000000..5563f9d --- /dev/null +++ b/Tests/WebUploader/020-GET.request @@ -0,0 +1,11 @@ +GET /list?path=%2FPDF+Reports%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 + diff --git a/Tests/WebUploader/022-200.response b/Tests/WebUploader/022-200.response new file mode 100755 index 0000000..0049cf3 --- /dev/null +++ b/Tests/WebUploader/022-200.response @@ -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:38 GMT + +[{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"},{"path":"\/PDF Reports\/","name":"PDF Reports"}] \ No newline at end of file diff --git a/Tests/WebUploader/022-GET.request b/Tests/WebUploader/022-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/022-GET.request @@ -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 + diff --git a/Tests/WebUploader/023-200.response b/Tests/WebUploader/023-200.response new file mode 100755 index 0000000..f23bb3d --- /dev/null +++ b/Tests/WebUploader/023-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 2 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:36:47 GMT + +{} \ No newline at end of file diff --git a/Tests/WebUploader/023-POST.request b/Tests/WebUploader/023-POST.request new file mode 100755 index 0000000..d2ebfae --- /dev/null +++ b/Tests/WebUploader/023-POST.request @@ -0,0 +1,15 @@ +POST /move HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Content-Length: 50 +Accept: application/json, text/javascript, */*; q=0.01 +Origin: http://localhost:8080 +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 +Content-Type: application/x-www-form-urlencoded; charset=UTF-8 +DNT: 1 +Referer: http://localhost:8080/ +Accept-Encoding: gzip,deflate,sdch +Accept-Language: en-US,en;q=0.8,fr;q=0.6 + +oldPath=%2FPDF+Reports%2F&newPath=%2FApple+Reports \ No newline at end of file diff --git a/Tests/WebUploader/024-200.response b/Tests/WebUploader/024-200.response new file mode 100755 index 0000000..cf4c31f --- /dev/null +++ b/Tests/WebUploader/024-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 142 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:36:47 GMT + +[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/Copy.txt","name":"Copy.txt","size":271},{"path":"\/images\/","name":"images"}] \ No newline at end of file diff --git a/Tests/WebUploader/024-GET.request b/Tests/WebUploader/024-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/024-GET.request @@ -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 + diff --git a/Tests/WebUploader/025-200.response b/Tests/WebUploader/025-200.response new file mode 100755 index 0000000..7477db6 --- /dev/null +++ b/Tests/WebUploader/025-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 2 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:36:54 GMT + +{} \ No newline at end of file diff --git a/Tests/WebUploader/025-POST.request b/Tests/WebUploader/025-POST.request new file mode 100755 index 0000000..968aee1 --- /dev/null +++ b/Tests/WebUploader/025-POST.request @@ -0,0 +1,25 @@ +POST /upload HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Content-Length: 303 +Accept: application/json, text/javascript, */*; q=0.01 +Origin: http://localhost:8080 +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 +Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7lMHFBOBPzmFnORR +DNT: 1 +Referer: http://localhost:8080/ +Accept-Encoding: gzip,deflate,sdch +Accept-Language: en-US,en;q=0.8,fr;q=0.6 + +------WebKitFormBoundary7lMHFBOBPzmFnORR +Content-Disposition: form-data; name="path" + +/ +------WebKitFormBoundary7lMHFBOBPzmFnORR +Content-Disposition: form-data; name="files[]"; filename="Test File.txt" +Content-Type: text/plain + +Nothing to see here! + +------WebKitFormBoundary7lMHFBOBPzmFnORR-- diff --git a/Tests/WebUploader/026-200.response b/Tests/WebUploader/026-200.response new file mode 100755 index 0000000..99c21be --- /dev/null +++ b/Tests/WebUploader/026-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 202 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:36:54 GMT + +[{"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}] \ No newline at end of file diff --git a/Tests/WebUploader/026-GET.request b/Tests/WebUploader/026-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/026-GET.request @@ -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 + diff --git a/Tests/WebUploader/027-200.response b/Tests/WebUploader/027-200.response new file mode 100755 index 0000000..ec86294 --- /dev/null +++ b/Tests/WebUploader/027-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 2 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:07 GMT + +{} \ No newline at end of file diff --git a/Tests/WebUploader/027-POST.request b/Tests/WebUploader/027-POST.request new file mode 100755 index 0000000..d160965 --- /dev/null +++ b/Tests/WebUploader/027-POST.request @@ -0,0 +1,15 @@ +POST /create HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Content-Length: 18 +Accept: application/json, text/javascript, */*; q=0.01 +Origin: http://localhost:8080 +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 +Content-Type: application/x-www-form-urlencoded; charset=UTF-8 +DNT: 1 +Referer: http://localhost:8080/ +Accept-Encoding: gzip,deflate,sdch +Accept-Language: en-US,en;q=0.8,fr;q=0.6 + +path=%2FText+Files \ No newline at end of file diff --git a/Tests/WebUploader/028-200.response b/Tests/WebUploader/028-200.response new file mode 100755 index 0000000..622603f --- /dev/null +++ b/Tests/WebUploader/028-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 248 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:07 GMT + +[{"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"}] \ No newline at end of file diff --git a/Tests/WebUploader/028-GET.request b/Tests/WebUploader/028-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/028-GET.request @@ -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 + diff --git a/Tests/WebUploader/029-200.response b/Tests/WebUploader/029-200.response new file mode 100755 index 0000000..6478160 --- /dev/null +++ b/Tests/WebUploader/029-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 2 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:14 GMT + +{} \ No newline at end of file diff --git a/Tests/WebUploader/029-POST.request b/Tests/WebUploader/029-POST.request new file mode 100755 index 0000000..42ae050 --- /dev/null +++ b/Tests/WebUploader/029-POST.request @@ -0,0 +1,15 @@ +POST /move HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Content-Length: 52 +Accept: application/json, text/javascript, */*; q=0.01 +Origin: http://localhost:8080 +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 +Content-Type: application/x-www-form-urlencoded; charset=UTF-8 +DNT: 1 +Referer: http://localhost:8080/ +Accept-Encoding: gzip,deflate,sdch +Accept-Language: en-US,en;q=0.8,fr;q=0.6 + +oldPath=%2FCopy.txt&newPath=%2FText+Files%2FCopy.txt \ No newline at end of file diff --git a/Tests/WebUploader/030-200.response b/Tests/WebUploader/030-200.response new file mode 100755 index 0000000..be1a3c7 --- /dev/null +++ b/Tests/WebUploader/030-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 197 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:14 GMT + +[{"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"}] \ No newline at end of file diff --git a/Tests/WebUploader/030-GET.request b/Tests/WebUploader/030-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/030-GET.request @@ -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 + diff --git a/Tests/WebUploader/031-200.response b/Tests/WebUploader/031-200.response new file mode 100755 index 0000000..e90dc8b --- /dev/null +++ b/Tests/WebUploader/031-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 2 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:22 GMT + +{} \ No newline at end of file diff --git a/Tests/WebUploader/031-POST.request b/Tests/WebUploader/031-POST.request new file mode 100755 index 0000000..c8cb0c6 --- /dev/null +++ b/Tests/WebUploader/031-POST.request @@ -0,0 +1,15 @@ +POST /move HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Content-Length: 62 +Accept: application/json, text/javascript, */*; q=0.01 +Origin: http://localhost:8080 +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 +Content-Type: application/x-www-form-urlencoded; charset=UTF-8 +DNT: 1 +Referer: http://localhost:8080/ +Accept-Encoding: gzip,deflate,sdch +Accept-Language: en-US,en;q=0.8,fr;q=0.6 + +oldPath=%2FTest+File.txt&newPath=%2FText+Files%2FTest+File.txt \ No newline at end of file diff --git a/Tests/WebUploader/032-200.response b/Tests/WebUploader/032-200.response new file mode 100755 index 0000000..e0d8a7f --- /dev/null +++ b/Tests/WebUploader/032-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 137 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:22 GMT + +[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"},{"path":"\/Text Files\/","name":"Text Files"}] \ No newline at end of file diff --git a/Tests/WebUploader/032-GET.request b/Tests/WebUploader/032-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/032-GET.request @@ -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 + diff --git a/Tests/WebUploader/033-200.response b/Tests/WebUploader/033-200.response new file mode 100755 index 0000000..32a5f05 --- /dev/null +++ b/Tests/WebUploader/033-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 2 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:25 GMT + +{} \ No newline at end of file diff --git a/Tests/WebUploader/033-POST.request b/Tests/WebUploader/033-POST.request new file mode 100755 index 0000000..8e973ca --- /dev/null +++ b/Tests/WebUploader/033-POST.request @@ -0,0 +1,15 @@ +POST /delete HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Content-Length: 21 +Accept: application/json, text/javascript, */*; q=0.01 +Origin: http://localhost:8080 +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 +Content-Type: application/x-www-form-urlencoded; charset=UTF-8 +DNT: 1 +Referer: http://localhost:8080/ +Accept-Encoding: gzip,deflate,sdch +Accept-Language: en-US,en;q=0.8,fr;q=0.6 + +path=%2FText+Files%2F \ No newline at end of file diff --git a/Tests/WebUploader/034-200.response b/Tests/WebUploader/034-200.response new file mode 100755 index 0000000..d87f0df --- /dev/null +++ b/Tests/WebUploader/034-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 91 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:25 GMT + +[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"}] \ No newline at end of file diff --git a/Tests/WebUploader/034-GET.request b/Tests/WebUploader/034-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/034-GET.request @@ -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 + diff --git a/Tests/WebUploader/035-200.response b/Tests/WebUploader/035-200.response new file mode 100755 index 0000000..7d970e7 --- /dev/null +++ b/Tests/WebUploader/035-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 171 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +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}] \ No newline at end of file diff --git a/Tests/WebUploader/035-GET.request b/Tests/WebUploader/035-GET.request new file mode 100755 index 0000000..991cf51 --- /dev/null +++ b/Tests/WebUploader/035-GET.request @@ -0,0 +1,11 @@ +GET /list?path=%2Fimages%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 + diff --git a/Tests/WebUploader/036-200.response b/Tests/WebUploader/036-200.response new file mode 100755 index 0000000..7af382a --- /dev/null +++ b/Tests/WebUploader/036-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 2 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:32 GMT + +{} \ No newline at end of file diff --git a/Tests/WebUploader/036-POST.request b/Tests/WebUploader/036-POST.request new file mode 100755 index 0000000..e496ce0 --- /dev/null +++ b/Tests/WebUploader/036-POST.request @@ -0,0 +1,15 @@ +POST /delete HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Content-Length: 41 +Accept: application/json, text/javascript, */*; q=0.01 +Origin: http://localhost:8080 +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 +Content-Type: application/x-www-form-urlencoded; charset=UTF-8 +DNT: 1 +Referer: http://localhost:8080/ +Accept-Encoding: gzip,deflate,sdch +Accept-Language: en-US,en;q=0.8,fr;q=0.6 + +path=%2Fimages%2Fcapable_green_ipad_l.png \ No newline at end of file diff --git a/Tests/WebUploader/037-200.response b/Tests/WebUploader/037-200.response new file mode 100755 index 0000000..305cf2e --- /dev/null +++ b/Tests/WebUploader/037-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 77 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:32 GMT + +[{"path":"\/images\/hero_mba_11.jpg","name":"hero_mba_11.jpg","size":106799}] \ No newline at end of file diff --git a/Tests/WebUploader/037-GET.request b/Tests/WebUploader/037-GET.request new file mode 100755 index 0000000..991cf51 --- /dev/null +++ b/Tests/WebUploader/037-GET.request @@ -0,0 +1,11 @@ +GET /list?path=%2Fimages%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 + diff --git a/Tests/WebUploader/038-200.response b/Tests/WebUploader/038-200.response new file mode 100755 index 0000000..2ef2a18 --- /dev/null +++ b/Tests/WebUploader/038-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 2 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:43 GMT + +{} \ No newline at end of file diff --git a/Tests/WebUploader/038-POST.request b/Tests/WebUploader/038-POST.request new file mode 100755 index 0000000..a27ab4c --- /dev/null +++ b/Tests/WebUploader/038-POST.request @@ -0,0 +1,25 @@ +POST /upload HTTP/1.1 +Host: localhost:8080 +Connection: keep-alive +Content-Length: 310 +Accept: application/json, text/javascript, */*; q=0.01 +Origin: http://localhost:8080 +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 +Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryBafwo3u3oLFJ8XeG +DNT: 1 +Referer: http://localhost:8080/ +Accept-Encoding: gzip,deflate,sdch +Accept-Language: en-US,en;q=0.8,fr;q=0.6 + +------WebKitFormBoundaryBafwo3u3oLFJ8XeG +Content-Disposition: form-data; name="path" + +/images/ +------WebKitFormBoundaryBafwo3u3oLFJ8XeG +Content-Disposition: form-data; name="files[]"; filename="Test File.txt" +Content-Type: text/plain + +Nothing to see here! + +------WebKitFormBoundaryBafwo3u3oLFJ8XeG-- diff --git a/Tests/WebUploader/039-200.response b/Tests/WebUploader/039-200.response new file mode 100755 index 0000000..5263fd7 --- /dev/null +++ b/Tests/WebUploader/039-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 145 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:43 GMT + +[{"path":"\/images\/hero_mba_11.jpg","name":"hero_mba_11.jpg","size":106799},{"path":"\/images\/Test File.txt","name":"Test File.txt","size":21}] \ No newline at end of file diff --git a/Tests/WebUploader/039-GET.request b/Tests/WebUploader/039-GET.request new file mode 100755 index 0000000..991cf51 --- /dev/null +++ b/Tests/WebUploader/039-GET.request @@ -0,0 +1,11 @@ +GET /list?path=%2Fimages%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 + diff --git a/Tests/WebUploader/040-200.response b/Tests/WebUploader/040-200.response new file mode 100755 index 0000000..ab12db8 --- /dev/null +++ b/Tests/WebUploader/040-200.response @@ -0,0 +1,9 @@ +HTTP/1.1 200 OK +Cache-Control: no-cache +Content-Length: 91 +Content-Type: application/json +Connection: Close +Server: GCDWebUploader +Date: Sat, 12 Apr 2014 05:37:48 GMT + +[{"path":"\/Apple Reports\/","name":"Apple Reports"},{"path":"\/images\/","name":"images"}] \ No newline at end of file diff --git a/Tests/WebUploader/040-GET.request b/Tests/WebUploader/040-GET.request new file mode 100755 index 0000000..42bc027 --- /dev/null +++ b/Tests/WebUploader/040-GET.request @@ -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 +