[CalendarServer-changes] [303] CalDAVTester/trunk/scripts/tests/caldavtest.dtd

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 26 08:59:07 PDT 2006


Revision: 303
          http://trac.macosforge.org/projects/calendarserver/changeset/303
Author:   cdaboo at apple.com
Date:     2006-10-26 08:59:07 -0700 (Thu, 26 Oct 2006)

Log Message:
-----------
Restore missing dtd.

Added Paths:
-----------
    CalDAVTester/trunk/scripts/tests/caldavtest.dtd

Added: CalDAVTester/trunk/scripts/tests/caldavtest.dtd
===================================================================
--- CalDAVTester/trunk/scripts/tests/caldavtest.dtd	                        (rev 0)
+++ CalDAVTester/trunk/scripts/tests/caldavtest.dtd	2006-10-26 15:59:07 UTC (rev 303)
@@ -0,0 +1,59 @@
+<!--
+ Copyright (c) 2006 Apple Computer, Inc. All rights reserved.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+ DRI: Cyrus Daboo, cdaboo at apple.com
+ -->
+
+<!ELEMENT caldavtest (description?, start, test-suite*, end) >
+	<!ATTLIST caldavtest ignore-all (yes|no) "no">
+
+	<!ELEMENT description (#PCDATA)>
+
+	<!ELEMENT start (request*)>
+	<!ELEMENT end (request*)>
+
+	<!ELEMENT request (method, header*, ruri?, data?, verify*, grablocation?)>
+		<!ATTLIST request auth (yes|no) "yes"
+						 user CDATA ""
+						 pswd CDATA ""
+						 end-delete (yes|no) "no"
+						 print-response (yes|no) "no">
+		
+		<!ELEMENT method (#PCDATA)>
+		<!ELEMENT header (name, value)>
+			<!ELEMENT name (#PCDATA)>
+			<!ELEMENT value (#PCDATA)>
+		<!ELEMENT ruri (#PCDATA)>
+		<!ELEMENT data (content-type, filepath)>
+			<!ATTLIST data substitutions (yes|no) "no">
+			<!ELEMENT content-type (#PCDATA)>
+			<!ELEMENT filepath (#PCDATA)>
+
+		<!ELEMENT verify (callback, arg*)>
+			
+				<!ELEMENT callback (#PCDATA)>
+				<!ELEMENT arg (name, value+)>
+		
+		<!ELEMENT grablocation EMPTY>
+	
+	<!ELEMENT test-suite (test*)>
+		<!ATTLIST test-suite name CDATA #REQUIRED
+							ignore (yes|no) "no">
+	
+		<!ELEMENT test (description?, request+)>
+			<!ATTLIST test name CDATA #REQUIRED
+						  count CDATA "1"
+						  stats (yes|no) "no"
+						  ignore (yes|no) "no">

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061026/ebbdf2b2/attachment.html


More information about the calendarserver-changes mailing list