Author: siwuzzz
Date: Wed May 30 17:16:09 2007
New Revision: 184
Modified:
trunk/clients/cs/src/unittests/unittests.dll.config
Log:
unittests/unittests.dll.config:
- added domainName, domainAdminUsername and domainAdminPassword attributes to
the configuration file, for the Apps For Your Domain tests
- in configSections, replaced the type names with the Assembly Qualified Name
(Type.AssemblyQualifiedName), this fixes a bug where sometimes the CLR (and
Mono) cannot instantiate the type based on its name, if the type is not in the
same assembly as the call to Type.GetType(string)
Modified: trunk/clients/cs/src/unittests/unittests.dll.config
==============================================================================
--- trunk/clients/cs/src/unittests/unittests.dll.config (original)
+++ trunk/clients/cs/src/unittests/unittests.dll.config Wed May 30 17:16:09 2007
@@ -1,7 +1,7 @@
<configuration>
<configSections>
- <section name="unitTestSection"
type="System.Configuration.SingleTagSectionHandler" />
- <section name="unitTestExternalHosts"
type="System.Configuration.DictionarySectionHandler" />
+ <section name="unitTestSection"
type="System.Configuration.SingleTagSectionHandler, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+ <section name="unitTestExternalHosts"
type="System.Configuration.DictionarySectionHandler, System,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</configSections>
<system.diagnostics>
<switches>
@@ -13,14 +13,17 @@
</trace>
</system.diagnostics>
<unitTestSection defHost="http://www.oreillynet.com/pub/feed/7"
- defRemoteHost="http://www.oreillynet.com/pub/feed/7"
+ defRemoteHost="http://www.oreillynet.com/pub/feed/7"
+ domainName="yourdomainname"
+ domainAdminUsername="youradminusername"
+ domainAdminPassword="youradminpassword"
userName="youaccount"
passWord="yourpassword"
calendarURI="http://www.google.com/calendar/feeds/default/private/full/"
- bloggerURI="http://beta.blogger.com/feeds/<ID>/posts/full"
- gBaseURI="http://base.google.com/base/feeds/items"
- gBaseKey="your app key"
-
compositeURI="http://www.google.com/calendar/feeds/default/private/composite/"
+ bloggerURI="http://beta.blogger.com/feeds/<ID>/posts/full"
+ gBaseURI="http://base.google.com/base/feeds/items"
+ gBaseKey="your app key"
+
compositeURI="http://www.google.com/calendar/feeds/default/private/composite/"
iteration="3" requestlogging="true"/>
<unitTestExternalHosts>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---