Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Use $host: substitution.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdaboo committed Oct 13, 2008
1 parent 10e1acf commit 1a32b6d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scripts/tests/privateevents.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2903,7 +2903,7 @@
<method>COPY</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/copycalendar/1.ics</value>
<value>$host:/$pathprefix:/copycalendar/1.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/1.ics</ruri>
<verify>
Expand All @@ -2917,7 +2917,7 @@
<method>COPY</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/copycalendar/2.ics</value>
<value>$host:/$pathprefix:/copycalendar/2.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/2.ics</ruri>
<verify>
Expand All @@ -2931,7 +2931,7 @@
<method>COPY</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/copycalendar/3.ics</value>
<value>$host:/$pathprefix:/copycalendar/3.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/3.ics</ruri>
<verify>
Expand All @@ -2945,7 +2945,7 @@
<method>COPY</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/copycalendar/4.ics</value>
<value>$host:/$pathprefix:/copycalendar/4.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/4.ics</ruri>
<verify>
Expand All @@ -2959,7 +2959,7 @@
<method>COPY</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/copycalendar/5.ics</value>
<value>$host:/$pathprefix:/copycalendar/5.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/5.ics</ruri>
<verify>
Expand Down Expand Up @@ -3285,7 +3285,7 @@
<method>MOVE</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/movecalendar/1.ics</value>
<value>$host:/$pathprefix:/movecalendar/1.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/1.ics</ruri>
<verify>
Expand All @@ -3299,7 +3299,7 @@
<method>MOVE</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/movecalendar/2.ics</value>
<value>$host:/$pathprefix:/movecalendar/2.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/2.ics</ruri>
<verify>
Expand All @@ -3313,7 +3313,7 @@
<method>MOVE</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/movecalendar/3.ics</value>
<value>$host:/$pathprefix:/movecalendar/3.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/3.ics</ruri>
<verify>
Expand All @@ -3327,7 +3327,7 @@
<method>MOVE</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/movecalendar/4.ics</value>
<value>$host:/$pathprefix:/movecalendar/4.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/4.ics</ruri>
<verify>
Expand All @@ -3341,7 +3341,7 @@
<method>MOVE</method>
<header>
<name>Destination</name>
<value>http://localhost:8008/$pathprefix:/movecalendar/5.ics</value>
<value>$host:/$pathprefix:/movecalendar/5.ics</value>
</header>
<ruri>$pathprefix:/sharedcalendar/5.ics</ruri>
<verify>
Expand Down

0 comments on commit 1a32b6d

Please sign in to comment.