Author: rupertlssmith
Date: Tue Jun 19 08:34:07 2007
New Revision: 548768
URL: http://svn.apache.org/viewvc?view=rev&rev=548768
Log:
Merged revisions 544508 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2
........
r544508 | rupertlssmith | 2007-06-05 16:02:09 +0100 (Tue, 05 Jun 2007) | 1
line
Interop tests ported to .Net
........
Added:
incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/interop/InteropClientTestCase.cs
- copied unchanged from r544508,
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/InteropClientTestCase.cs
incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/interop/TestCases/
- copied from r544508,
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/
incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase1DummyRun.cs
- copied unchanged from r544508,
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase1DummyRun.cs
incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase2BasicP2P.cs
- copied unchanged from r544508,
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase2BasicP2P.cs
incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase3BasicPubSub.cs
- copied unchanged from r544508,
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestCases/TestCase3BasicPubSub.cs
incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/interop/TestClient.cs
- copied unchanged from r544508,
incubator/qpid/branches/M2/dotnet/Qpid.Client.Tests/interop/TestClient.cs
Modified:
incubator/qpid/trunk/qpid/ (props changed)
incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj
Propchange: incubator/qpid/trunk/qpid/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj?view=diff&rev=548768&r1=548767&r2=548768
==============================================================================
--- incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj
(original)
+++ incubator/qpid/trunk/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj
Tue Jun 19 08:34:07 2007
@@ -47,6 +47,11 @@
<Compile Include="BrokerDetails\BrokerDetailsTest.cs" />
<Compile Include="Channel\ChannelMessageCreationTests.cs" />
<Compile Include="Channel\ChannelQueueTest.cs" />
+ <Compile Include="interop\InteropClientTestCase.cs" />
+ <Compile Include="interop\TestCases\TestCase1DummyRun.cs" />
+ <Compile Include="interop\TestCases\TestCase2BasicP2P.cs" />
+ <Compile Include="interop\TestCases\TestCase3BasicPubSub.cs" />
+ <Compile Include="interop\TestClient.cs" />
<Compile Include="Messages\MessageFactoryRegistryTests.cs" />
<Compile Include="connection\ConnectionTest.cs" />
<Compile Include="connection\SslConnectionTest.cs" />