diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-12-08 01:02:15 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-12-08 01:02:15 +0000 |
| commit | 726c908cd4588f8240fabab5f4b2a5dfe386c996 (patch) | |
| tree | b256960ddac5fdf1f1074b70e9687f2ac5fcaf83 /dotnet | |
| parent | b6d5bbc102bd2053c99e911322c27099b0f895cd (diff) | |
| download | qpid-python-726c908cd4588f8240fabab5f4b2a5dfe386c996.tar.gz | |
Fix test config file.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet')
| -rw-r--r-- | dotnet/client-010/default.build | 2 | ||||
| -rw-r--r-- | dotnet/client-010/test/Qpid Test.dll.config (renamed from dotnet/client-010/test/test.config) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/client-010/default.build b/dotnet/client-010/default.build index 5d6a4c581e..eb6ee371f7 100644 --- a/dotnet/client-010/default.build +++ b/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/dotnet/client-010/test/test.config b/dotnet/client-010/test/Qpid Test.dll.config index 2a2fb72b61..2a2fb72b61 100644 --- a/dotnet/client-010/test/test.config +++ b/dotnet/client-010/test/Qpid Test.dll.config |
