Author: fmantek
Date: Tue May 22 03:18:32 2007
New Revision: 162
Modified:
trunk/clients/cs/src/unittests/caltest.cs
Log:
fixed the unittests for ACLs
Modified: trunk/clients/cs/src/unittests/caltest.cs
==============================================================================
--- trunk/clients/cs/src/unittests/caltest.cs (original)
+++ trunk/clients/cs/src/unittests/caltest.cs Tue May 22 03:18:32 2007
@@ -500,8 +500,8 @@
{
Tracing.TraceMsg("Entering CalendarACLTest");
- EventQuery query = new EventQuery();
- Service service = new Service("cl", this.ApplicationName);
+ AclQuery query = new AclQuery();
+ CalendarService service = new
CalendarService(this.ApplicationName);
int iCount;
@@ -520,7 +520,7 @@
// service.NewFeed += new
ServiceEventHandler(this.OnNewAclFeed);
query.Uri = new Uri(this.aclFeedUri);
- AclFeed aclFeed = service.Query(query) as AclFeed;
+ AclFeed aclFeed = service.Query(query);
AclEntry newEntry = null;
iCount = aclFeed.Entries.Count;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---