diff --git a/testing/run_regressions.sh b/testing/run_regressions.sh index 8f178fae..cb6f8eff 100755 --- a/testing/run_regressions.sh +++ b/testing/run_regressions.sh @@ -6,6 +6,8 @@ DBNAME=regression PGPOOL=inactive HOSTNAME=regression +# export TZ=Pacific/Auckland + . ./regression.conf [ -z "${DSN}" ] && DSN="${DBNAME}" @@ -25,7 +27,7 @@ check_result() { if [ ! -f "${REGRESSION}/${TEST}.result" ] ; then touch "${REGRESSION}/${TEST}.result" fi - diff -u "${REGRESSION}/${TEST}.result" "${RESULTS}/${TEST}" >"${REGRESSION}/diffs/${TEST}" + diff --text -u "${REGRESSION}/${TEST}.result" "${RESULTS}/${TEST}" >"${REGRESSION}/diffs/${TEST}" if [ -s "${REGRESSION}/diffs/${TEST}" ] ; then echo "=======================================" @@ -48,6 +50,8 @@ check_result() { cat "$REGRESSION/${TEST}.test" return 2 elif [ "${ACCEPT}" = "f" ]; then + echo "Showing full details of ${TEST}" + cat "${REGRESSION}/${TEST}.test" echo "Showing full result of ${TEST}" cat "${RESULTS}/${TEST}" return 2 diff --git a/testing/tests/regression-suite/011-Mulberry-PUT-1b.test b/testing/tests/regression-suite/011-Mulberry-PUT-1b.test index 7a7051ea..c5bf1c61 100644 --- a/testing/tests/regression-suite/011-Mulberry-PUT-1b.test +++ b/testing/tests/regression-suite/011-Mulberry-PUT-1b.test @@ -41,9 +41,13 @@ END:VEVENT END:VCALENDAR ENDDATA +# at time zone 'GMT' AS dtstamp, QUERY -SELECT caldav_data.user_no, caldav_type, logged_user, - uid, dtstamp, dtstart at time zone tz_locn as dtstart, dtend at time zone tz_locn as dtend, due, summary, location, +SELECT caldav_data.user_no, caldav_type, logged_user, uid, + dtstamp, + dtstart at time zone tz_locn as dtstart, + dtend at time zone tz_locn as dtend, + due, summary, location, description, priority, class, transp, rrule, url, percent_complete, tz_id, status, ((current_timestamp AT TIME ZONE 'GMT' - last_modified) < '2 seconds'::interval) AS "~ Modified Now", diff --git a/testing/tests/regression-suite/200-Moz-OPTIONS-1.test b/testing/tests/regression-suite/200-Moz-OPTIONS-1.test index 636a80ce..3b893144 100644 --- a/testing/tests/regression-suite/200-Moz-OPTIONS-1.test +++ b/testing/tests/regression-suite/200-Moz-OPTIONS-1.test @@ -8,7 +8,5 @@ NOAUTH HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate -HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEAD diff --git a/testing/tests/regression-suite/201-Moz-OPTIONS-2.test b/testing/tests/regression-suite/201-Moz-OPTIONS-2.test index 65bfaadd..86e3a332 100644 --- a/testing/tests/regression-suite/201-Moz-OPTIONS-2.test +++ b/testing/tests/regression-suite/201-Moz-OPTIONS-2.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEAD diff --git a/testing/tests/regression-suite/202-Moz-REPORT-1.test b/testing/tests/regression-suite/202-Moz-REPORT-1.test index a033aa9a..9f4bbfc2 100644 --- a/testing/tests/regression-suite/202-Moz-REPORT-1.test +++ b/testing/tests/regression-suite/202-Moz-REPORT-1.test @@ -8,7 +8,6 @@ NOAUTH HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/203-Moz-REPORT-2.test b/testing/tests/regression-suite/203-Moz-REPORT-2.test index efa73935..e8c43667 100644 --- a/testing/tests/regression-suite/203-Moz-REPORT-2.test +++ b/testing/tests/regression-suite/203-Moz-REPORT-2.test @@ -7,7 +7,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/204-Moz-REPORT-3.test b/testing/tests/regression-suite/204-Moz-REPORT-3.test index 2ece44a4..d82b3ff7 100644 --- a/testing/tests/regression-suite/204-Moz-REPORT-3.test +++ b/testing/tests/regression-suite/204-Moz-REPORT-3.test @@ -7,7 +7,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/205-Moz-PROPFIND-1.test b/testing/tests/regression-suite/205-Moz-PROPFIND-1.test index 2ac93701..73a5acac 100644 --- a/testing/tests/regression-suite/205-Moz-PROPFIND-1.test +++ b/testing/tests/regression-suite/205-Moz-PROPFIND-1.test @@ -7,7 +7,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 0 diff --git a/testing/tests/regression-suite/206-Moz-PUT-1.test b/testing/tests/regression-suite/206-Moz-PUT-1.test index 645ae813..76cc3a2b 100644 --- a/testing/tests/regression-suite/206-Moz-PUT-1.test +++ b/testing/tests/regression-suite/206-Moz-PUT-1.test @@ -6,9 +6,8 @@ URL=http://mycaldav/caldav.php/user1/home/4aaf8f37-f232-4c8e-a72e-e171d4c4fe54.i HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061108 Calendar/0.4a1 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/calendar HEAD # -DATA=4aaf8f37-f232-4c8e-a72e-e171d4c4fe54.ics \ No newline at end of file +DATA=4aaf8f37-f232-4c8e-a72e-e171d4c4fe54.ics diff --git a/testing/tests/regression-suite/207-Moz-REPORT-4.test b/testing/tests/regression-suite/207-Moz-REPORT-4.test index d4cd310b..6d21499d 100644 --- a/testing/tests/regression-suite/207-Moz-REPORT-4.test +++ b/testing/tests/regression-suite/207-Moz-REPORT-4.test @@ -6,9 +6,8 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061108 Calendar/0.4a1 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Keep-Alive: 300 HEADER=Content-Type: text/xml HEADER=Depth: 1 -HEAD \ No newline at end of file +HEAD diff --git a/testing/tests/regression-suite/208-Moz-REPORT-5.test b/testing/tests/regression-suite/208-Moz-REPORT-5.test index c2545727..a690084a 100644 --- a/testing/tests/regression-suite/208-Moz-REPORT-5.test +++ b/testing/tests/regression-suite/208-Moz-REPORT-5.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061108 Calendar/0.4a1 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Keep-Alive: 300 HEADER=Content-Type: text/xml diff --git a/testing/tests/regression-suite/209-Moz-PUT-CONFIDENTIAL.test b/testing/tests/regression-suite/209-Moz-PUT-CONFIDENTIAL.test index a4a0395a..64c51231 100644 --- a/testing/tests/regression-suite/209-Moz-PUT-CONFIDENTIAL.test +++ b/testing/tests/regression-suite/209-Moz-PUT-CONFIDENTIAL.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/9d050be7-8a02-4355-8ed3-02a9fc5f473f.i HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a2pre) Gecko/20061222 Calendar/3.0a1 HEADER=Accept: text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/calendar; charset=utf-8 diff --git a/testing/tests/regression-suite/210-Moz-PUT-PRIVATE.test b/testing/tests/regression-suite/210-Moz-PUT-PRIVATE.test index 1c7791b9..79949431 100644 --- a/testing/tests/regression-suite/210-Moz-PUT-PRIVATE.test +++ b/testing/tests/regression-suite/210-Moz-PUT-PRIVATE.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/1906b3ca-4890-468a-9b58-1de74bf2c716.i HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a2pre) Gecko/20061222 Calendar/3.0a1 HEADER=Accept: text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/calendar; charset=utf-8 diff --git a/testing/tests/regression-suite/211-Moz-PUT-TENTATIVE.test b/testing/tests/regression-suite/211-Moz-PUT-TENTATIVE.test index 89d0645b..08ec855e 100644 --- a/testing/tests/regression-suite/211-Moz-PUT-TENTATIVE.test +++ b/testing/tests/regression-suite/211-Moz-PUT-TENTATIVE.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/fbd57454-d966-4a14-8341-abe1edb1ae66.i HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a2pre) Gecko/20061222 Calendar/3.0a1 HEADER=Accept: text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/calendar; charset=utf-8 diff --git a/testing/tests/regression-suite/212-Moz-PROPFIND.test b/testing/tests/regression-suite/212-Moz-PROPFIND.test index 2b8cac8a..0507025d 100644 --- a/testing/tests/regression-suite/212-Moz-PROPFIND.test +++ b/testing/tests/regression-suite/212-Moz-PROPFIND.test @@ -9,7 +9,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 0 diff --git a/testing/tests/regression-suite/213-Moz-MKCALENDAR.test b/testing/tests/regression-suite/213-Moz-MKCALENDAR.test index 3a807658..9dc6860e 100644 --- a/testing/tests/regression-suite/213-Moz-MKCALENDAR.test +++ b/testing/tests/regression-suite/213-Moz-MKCALENDAR.test @@ -7,7 +7,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml diff --git a/testing/tests/regression-suite/214-Moz-PUT-New-Task.test b/testing/tests/regression-suite/214-Moz-PUT-New-Task.test index 40c8a7e8..5467c4b4 100644 --- a/testing/tests/regression-suite/214-Moz-PUT-New-Task.test +++ b/testing/tests/regression-suite/214-Moz-PUT-New-Task.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/2178279a-aec2-471f-832d-1f6df6203f2f.i HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7pre) Gecko/20070805 Calendar/0.7pre HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/calendar; charset=utf-8 diff --git a/testing/tests/regression-suite/215-Moz-PUT-InProgress-Task.test b/testing/tests/regression-suite/215-Moz-PUT-InProgress-Task.test index 611ae80c..845a2083 100644 --- a/testing/tests/regression-suite/215-Moz-PUT-InProgress-Task.test +++ b/testing/tests/regression-suite/215-Moz-PUT-InProgress-Task.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/917b9e47-b748-4550-a566-657fbe672447.i HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7pre) Gecko/20070805 Calendar/0.7pre HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/calendar; charset=utf-8 diff --git a/testing/tests/regression-suite/216-Moz-PUT-Completed-Task.test b/testing/tests/regression-suite/216-Moz-PUT-Completed-Task.test index 360359cc..957ff1c8 100644 --- a/testing/tests/regression-suite/216-Moz-PUT-Completed-Task.test +++ b/testing/tests/regression-suite/216-Moz-PUT-Completed-Task.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/0575d895-a006-4ed8-9be6-0d1b6b6b1f96.i HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7pre) Gecko/20070805 Calendar/0.7pre HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/calendar; charset=utf-8 diff --git a/testing/tests/regression-suite/217-Moz-PUT-Cancelled-Task.test b/testing/tests/regression-suite/217-Moz-PUT-Cancelled-Task.test index 75d56b1b..81052eb2 100644 --- a/testing/tests/regression-suite/217-Moz-PUT-Cancelled-Task.test +++ b/testing/tests/regression-suite/217-Moz-PUT-Cancelled-Task.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/b1679f77-673d-4f46-b3eb-2420e1bba301.i HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.7pre) Gecko/20070805 Calendar/0.7pre HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/calendar; charset=utf-8 diff --git a/testing/tests/regression-suite/218-Moz-REPORT.test b/testing/tests/regression-suite/218-Moz-REPORT.test index fad88ece..3c8ffb6a 100644 --- a/testing/tests/regression-suite/218-Moz-REPORT.test +++ b/testing/tests/regression-suite/218-Moz-REPORT.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061108 Calendar/0.4a1 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Keep-Alive: 300 HEADER=Content-Type: text/xml diff --git a/testing/tests/regression-suite/219-Moz-REPORT.test b/testing/tests/regression-suite/219-Moz-REPORT.test index a6ec4266..e593e086 100644 --- a/testing/tests/regression-suite/219-Moz-REPORT.test +++ b/testing/tests/regression-suite/219-Moz-REPORT.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061108 Calendar/0.4a1 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Keep-Alive: 300 HEADER=Content-Type: text/xml diff --git a/testing/tests/regression-suite/220-Moz-REPORT.test b/testing/tests/regression-suite/220-Moz-REPORT.test index 9d733b81..bc23ded1 100644 --- a/testing/tests/regression-suite/220-Moz-REPORT.test +++ b/testing/tests/regression-suite/220-Moz-REPORT.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061108 Calendar/0.4a1 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Keep-Alive: 300 HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/221-Moz-PROPFIND.test b/testing/tests/regression-suite/221-Moz-PROPFIND.test index b125f53e..d1b5d7ee 100644 --- a/testing/tests/regression-suite/221-Moz-PROPFIND.test +++ b/testing/tests/regression-suite/221-Moz-PROPFIND.test @@ -8,7 +8,6 @@ AUTH=user5:user5 HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090324 Calendar/1.0pre HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/xml; charset=utf-8 HEADER=Depth: 0 diff --git a/testing/tests/regression-suite/230-Moz-REPORT-Tasks-Completed.test b/testing/tests/regression-suite/230-Moz-REPORT-Tasks-Completed.test index 41353258..c39e43ca 100644 --- a/testing/tests/regression-suite/230-Moz-REPORT-Tasks-Completed.test +++ b/testing/tests/regression-suite/230-Moz-REPORT-Tasks-Completed.test @@ -8,7 +8,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/231-Moz-REPORT-All-Tasks.test b/testing/tests/regression-suite/231-Moz-REPORT-All-Tasks.test index 8f030cd7..fa01e0a6 100644 --- a/testing/tests/regression-suite/231-Moz-REPORT-All-Tasks.test +++ b/testing/tests/regression-suite/231-Moz-REPORT-All-Tasks.test @@ -8,7 +8,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/235-Moz-REPORT.test b/testing/tests/regression-suite/235-Moz-REPORT.test index 5add10f5..54df207c 100644 --- a/testing/tests/regression-suite/235-Moz-REPORT.test +++ b/testing/tests/regression-suite/235-Moz-REPORT.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8pre) Gecko/20071023 Sunbird/0.7 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/xml; charset=utf-8 HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/236-Moz-REPORT.test b/testing/tests/regression-suite/236-Moz-REPORT.test index 5b1a6a8b..a1c2b347 100644 --- a/testing/tests/regression-suite/236-Moz-REPORT.test +++ b/testing/tests/regression-suite/236-Moz-REPORT.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8pre) Gecko/20071023 Sunbird/0.7 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/xml; charset=utf-8 HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/237-Moz-REPORT.test b/testing/tests/regression-suite/237-Moz-REPORT.test index ed468f59..bb72200b 100644 --- a/testing/tests/regression-suite/237-Moz-REPORT.test +++ b/testing/tests/regression-suite/237-Moz-REPORT.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13pre) Gecko/20080916 Debian/unstable (Codename:sid) Iceowl/0.8 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/xml; charset=utf-8 diff --git a/testing/tests/regression-suite/240-Moz-PROPFIND-sub.test b/testing/tests/regression-suite/240-Moz-PROPFIND-sub.test index cea4d27e..255fe1ac 100644 --- a/testing/tests/regression-suite/240-Moz-PROPFIND-sub.test +++ b/testing/tests/regression-suite/240-Moz-PROPFIND-sub.test @@ -6,7 +6,6 @@ URL=http://alternate.host/davical/caldav.php/user1/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/xml; charset=utf-8 HEADER=Depth: 0 diff --git a/testing/tests/regression-suite/240-Moz-PROPFIND.test b/testing/tests/regression-suite/240-Moz-PROPFIND.test index 9f55fcb9..59cab9b8 100644 --- a/testing/tests/regression-suite/240-Moz-PROPFIND.test +++ b/testing/tests/regression-suite/240-Moz-PROPFIND.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/xml; charset=utf-8 HEADER=Depth: 0 diff --git a/testing/tests/regression-suite/241-Moz-REPORT.test b/testing/tests/regression-suite/241-Moz-REPORT.test index 27b58c0c..7b226d34 100644 --- a/testing/tests/regression-suite/241-Moz-REPORT.test +++ b/testing/tests/regression-suite/241-Moz-REPORT.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/.in/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/xml; charset=utf-8 HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/242-Moz-REPORT.test b/testing/tests/regression-suite/242-Moz-REPORT.test index 3b65495f..56ffc89f 100644 --- a/testing/tests/regression-suite/242-Moz-REPORT.test +++ b/testing/tests/regression-suite/242-Moz-REPORT.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/.in/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/xml; charset=utf-8 HEADER=Depth: 1 diff --git a/testing/tests/regression-suite/243-Moz-POST-FB.test b/testing/tests/regression-suite/243-Moz-POST-FB.test index f2260607..ba94ef1f 100644 --- a/testing/tests/regression-suite/243-Moz-POST-FB.test +++ b/testing/tests/regression-suite/243-Moz-POST-FB.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/.out/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/calendar; charset=utf-8 diff --git a/testing/tests/regression-suite/244-Moz-POST-FB.test b/testing/tests/regression-suite/244-Moz-POST-FB.test index 6776ad33..de4ee20d 100644 --- a/testing/tests/regression-suite/244-Moz-POST-FB.test +++ b/testing/tests/regression-suite/244-Moz-POST-FB.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/.out/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/calendar; charset=utf-8 HEADER=Originator: mailto:user1@example.net diff --git a/testing/tests/regression-suite/245-Moz-POST-FB.test b/testing/tests/regression-suite/245-Moz-POST-FB.test index c699fe4e..fa824f02 100644 --- a/testing/tests/regression-suite/245-Moz-POST-FB.test +++ b/testing/tests/regression-suite/245-Moz-POST-FB.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/.out/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/calendar; charset=utf-8 HEADER=Originator: mailto:user1@example.net diff --git a/testing/tests/regression-suite/246-Moz-POST-FB.test b/testing/tests/regression-suite/246-Moz-POST-FB.test index d4ba91ae..2f7b0672 100644 --- a/testing/tests/regression-suite/246-Moz-POST-FB.test +++ b/testing/tests/regression-suite/246-Moz-POST-FB.test @@ -6,7 +6,6 @@ URL=http://mycaldav/caldav.php/user1/.out/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9 HEADER=Accept: text/xml HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: utf-8,*;q=0.1 HEADER=Content-Type: text/calendar; charset=utf-8 HEADER=Originator: mailto:user1@example.net diff --git a/testing/tests/regression-suite/860-Spec-REPORT-principal.test b/testing/tests/regression-suite/860-Spec-REPORT-principal.test index e3110d59..28ef6ce8 100644 --- a/testing/tests/regression-suite/860-Spec-REPORT-principal.test +++ b/testing/tests/regression-suite/860-Spec-REPORT-principal.test @@ -7,7 +7,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 0 diff --git a/testing/tests/regression-suite/861-Spec-REPORT-principal.test b/testing/tests/regression-suite/861-Spec-REPORT-principal.test index 504baa53..3182c402 100644 --- a/testing/tests/regression-suite/861-Spec-REPORT-principal.test +++ b/testing/tests/regression-suite/861-Spec-REPORT-principal.test @@ -9,7 +9,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml diff --git a/testing/tests/regression-suite/862-Spec-REPORT-principal.test b/testing/tests/regression-suite/862-Spec-REPORT-principal.test index 3680a89d..5215e0ea 100644 --- a/testing/tests/regression-suite/862-Spec-REPORT-principal.test +++ b/testing/tests/regression-suite/862-Spec-REPORT-principal.test @@ -7,7 +7,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml diff --git a/testing/tests/regression-suite/863-Spec-REPORT-principal.test b/testing/tests/regression-suite/863-Spec-REPORT-principal.test index ec721e6e..e4f7e3d6 100644 --- a/testing/tests/regression-suite/863-Spec-REPORT-principal.test +++ b/testing/tests/regression-suite/863-Spec-REPORT-principal.test @@ -7,7 +7,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml diff --git a/testing/tests/regression-suite/900-Moz-REPORT.test b/testing/tests/regression-suite/900-Moz-REPORT.test index e16e19b5..0502daa6 100644 --- a/testing/tests/regression-suite/900-Moz-REPORT.test +++ b/testing/tests/regression-suite/900-Moz-REPORT.test @@ -7,7 +7,6 @@ URL=http://mycaldav/caldav.php/user1/home/ HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20061130 Calendar/0.4a1 HEADER=Accept: text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Keep-Alive: 300 HEADER=Connection: keep-alive diff --git a/testing/tests/regression-suite/942-REPORT-principal-property-search.test b/testing/tests/regression-suite/942-REPORT-principal-property-search.test index 9dde8a9b..02d0620e 100644 --- a/testing/tests/regression-suite/942-REPORT-principal-property-search.test +++ b/testing/tests/regression-suite/942-REPORT-principal-property-search.test @@ -7,7 +7,6 @@ HEAD HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20061013 Thunderbird/1.5.0.7 HEADER=Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HEADER=Accept-Language: en-us,en;q=0.5 -HEADER=Accept-Encoding: gzip,deflate HEADER=Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 HEADER=Content-Type: text/xml HEADER=Depth: 0