summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-12-08 01:02:15 +0000
committerAidan Skinner <aidan@apache.org>2009-12-08 01:02:15 +0000
commit9eec95983e482eea09d43710ed6e4686d80a4f34 (patch)
tree3f1ed3d98fbde6c613705a357ae0b1c4b50ce105
parent3c6c15ea21fbcae409397a6c0459331ef1dbc70d (diff)
downloadqpid-python-9eec95983e482eea09d43710ed6e4686d80a4f34.tar.gz
Fix test config file.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888207 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/dotnet/client-010/default.build2
-rw-r--r--qpid/dotnet/client-010/test/Qpid Test.dll.config (renamed from qpid/dotnet/client-010/test/test.config)0
2 files changed, 1 insertions, 1 deletions
diff --git a/qpid/dotnet/client-010/default.build b/qpid/dotnet/client-010/default.build
index 5d6a4c581e..eb6ee371f7 100644
--- a/qpid/dotnet/client-010/default.build
+++ b/qpid/dotnet/client-010/default.build
@@ -207,7 +207,7 @@
</nant>
<!-- copy config files over to the output dir -->
- <copy todir="${build.dir}" file="test/test.config"/>
+ <copy todir="${build.dir}" file="test/Qpid Test.dll.config"/>
<copy todir="${build.dir}" file="log.xml"/>
diff --git a/qpid/dotnet/client-010/test/test.config b/qpid/dotnet/client-010/test/Qpid Test.dll.config
index 2a2fb72b61..2a2fb72b61 100644
--- a/qpid/dotnet/client-010/test/test.config
+++ b/qpid/dotnet/client-010/test/Qpid Test.dll.config