summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client.Tests/App.config
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-07-27 13:33:50 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-07-27 13:33:50 +0000
commitfd8a33315d5dec0f1682a276d18dded1b8699af2 (patch)
tree43e190119c715134284c23419e30ad3d71cac7e2 /dotnet/Qpid.Client.Tests/App.config
parent0cc4edff8cca6c7a8d50ee57ac08bb4ca9d5428d (diff)
downloadqpid-python-fd8a33315d5dec0f1682a276d18dded1b8699af2.tar.gz
Converted namespaces from Qpid.* to Apache.Qpid.*
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@560225 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client.Tests/App.config')
-rw-r--r--dotnet/Qpid.Client.Tests/App.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotnet/Qpid.Client.Tests/App.config b/dotnet/Qpid.Client.Tests/App.config
index 64c6def5fd..fd7c412a57 100644
--- a/dotnet/Qpid.Client.Tests/App.config
+++ b/dotnet/Qpid.Client.Tests/App.config
@@ -2,12 +2,12 @@
<configuration>
<configSections>
<sectionGroup name="qpid.client">
- <section name="authentication" type="Qpid.Client.Configuration.AuthenticationConfigurationSectionHandler, Qpid.Client"/>
+ <section name="authentication" type="Apache.Qpid.Client.Configuration.AuthenticationConfigurationSectionHandler, Apache.Qpid.Client"/>
</sectionGroup>
</configSections>
<qpid.client>
<authentication>
- <add key="TEST" value="Qpid.Client.Tests.Security.TestCallbackHandler, Qpid.Client.Tests"/>
+ <add key="TEST" value="Apache.Qpid.Client.Tests.Security.TestCallbackHandler, Apache.Qpid.Client.Tests"/>
</authentication>
</qpid.client>
</configuration>