From 639584ab82dd2f7e38b4de22dff45a923ecf7265 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 7 Dec 2006 15:33:43 +1300 Subject: [PATCH] Working further through the Chandler imitation scripting. --- .../regression-suite/308-Chandler-OPTIONS-3.test | 1 + .../regression-suite/309-Chandler-PROPFIND-3.test | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/testing/tests/regression-suite/308-Chandler-OPTIONS-3.test b/testing/tests/regression-suite/308-Chandler-OPTIONS-3.test index 208d66b7..285d02ea 100644 --- a/testing/tests/regression-suite/308-Chandler-OPTIONS-3.test +++ b/testing/tests/regression-suite/308-Chandler-OPTIONS-3.test @@ -3,4 +3,5 @@ TYPE=OPTIONS URL=http://mycaldav/caldav.php/user1/home/.chandler/ +HEADER=Chandler/0.7alpha4 (Linux) HEAD diff --git a/testing/tests/regression-suite/309-Chandler-PROPFIND-3.test b/testing/tests/regression-suite/309-Chandler-PROPFIND-3.test index 5fa075fc..fac8fc8a 100644 --- a/testing/tests/regression-suite/309-Chandler-PROPFIND-3.test +++ b/testing/tests/regression-suite/309-Chandler-PROPFIND-3.test @@ -1,11 +1,11 @@ # -# When we get Chandler to do a "Sync All" it will do an OPTIONS request -# followed by three PROPFIND requests. The first PROPFIND request will -# be for "Depth: 0", but is otherwise identical to the other two. -# We've already tested the first, so now we'll do the second. +# At this point Chandler does a PROPFIND on .../.chandler/ (it just did +# an OPTIONS on that). +# Still Depth: 0 at this point... +# TYPE=PROPFIND -URL=http://mycaldav/caldav.php/user1/home/ -HEADER=Depth: 1 +URL=http://mycaldav/caldav.php/user1/home/.chandler/ +HEADER=Depth: 0 HEADER=Content-Type: text/xml; charset=utf-8 HEAD