[CalendarServer-changes] [1815] CalDAVTester/trunk/performance/propfind/propfind-medium.xml

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 21 08:14:31 PDT 2007


Revision: 1815
          http://trac.macosforge.org/projects/calendarserver/changeset/1815
Author:   cdaboo at apple.com
Date:     2007-08-21 08:14:31 -0700 (Tue, 21 Aug 2007)

Log Message:
-----------
propfind performance tests.

Added Paths:
-----------
    CalDAVTester/trunk/performance/propfind/propfind-medium.xml

Added: CalDAVTester/trunk/performance/propfind/propfind-medium.xml
===================================================================
--- CalDAVTester/trunk/performance/propfind/propfind-medium.xml	                        (rev 0)
+++ CalDAVTester/trunk/performance/propfind/propfind-medium.xml	2007-08-21 15:14:31 UTC (rev 1815)
@@ -0,0 +1,49 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE caldavtest SYSTEM "caldavtest.dtd">
+
+<!--
+ Copyright (c) 2006-2007 Apple 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
+ -->
+
+<caldavtest>
+	<start/>
+	
+	<test-suite name='regular prop finds' ignore='no'>
+		<test name='1' count='10' stats='yes' ignore='no'>
+			<description>PROPFIND of basic properties on calendar with 10 items</description>
+			<request>
+				<method>PROPFIND</method>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
+				<ruri>$pathprefix:/calendar.100/</ruri>
+				<data>
+					<content-type>text/xml; charset=utf-8</content-type>
+					<filepath>Resource/propfinds/1.txt</filepath>
+				</data>
+				<verify>
+					<callback>statusCode</callback>
+				</verify>
+			</request>
+		</test>
+	</test-suite>
+	
+	<end/>
+	
+</caldavtest>

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


More information about the calendarserver-changes mailing list