From decf42572b091e634b84b09074e4f6d9e5d3b85b Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Wed, 7 May 2008 14:43:41 +0000 Subject: Add integration tests to #D project git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654125 13f79535-47bb-0310-9956-ffa450edef68 --- .../Qpid.Buffer.Tests/Qpid.Buffer.Tests.csproj | 2 +- qpid/dotnet/Qpid.Buffer/Qpid.Buffer.csproj | 2 +- .../Qpid.Client.Tests/Qpid.Client.Tests.csproj | 2 +- qpid/dotnet/Qpid.Client/Qpid.Client.csproj | 2 +- qpid/dotnet/Qpid.Codec/Qpid.Codec.csproj | 2 +- .../Qpid.Common.Tests/Qpid.Common.Tests.csproj | 2 +- qpid/dotnet/Qpid.Common/Qpid.Common.csproj | 2 +- .../testcases/Qpid.Integration.Tests.csproj | 42 ++++++++++++++++++++++ qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj | 2 +- qpid/dotnet/Qpid.NET.sln | 12 +++++++ qpid/dotnet/Qpid.Sasl.Tests/Qpid.Sasl.Tests.csproj | 2 +- qpid/dotnet/Qpid.Sasl/Qpid.Sasl.csproj | 2 +- 12 files changed, 64 insertions(+), 10 deletions(-) create mode 100755 qpid/dotnet/Qpid.Integration.Tests/testcases/Qpid.Integration.Tests.csproj (limited to 'qpid/dotnet') diff --git a/qpid/dotnet/Qpid.Buffer.Tests/Qpid.Buffer.Tests.csproj b/qpid/dotnet/Qpid.Buffer.Tests/Qpid.Buffer.Tests.csproj index c3459aff29..379997ab11 100644 --- a/qpid/dotnet/Qpid.Buffer.Tests/Qpid.Buffer.Tests.csproj +++ b/qpid/dotnet/Qpid.Buffer.Tests/Qpid.Buffer.Tests.csproj @@ -56,4 +56,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Buffer/Qpid.Buffer.csproj b/qpid/dotnet/Qpid.Buffer/Qpid.Buffer.csproj index 9320438f6f..f1b5a907a1 100644 --- a/qpid/dotnet/Qpid.Buffer/Qpid.Buffer.csproj +++ b/qpid/dotnet/Qpid.Buffer/Qpid.Buffer.csproj @@ -56,4 +56,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj b/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj index 16f73ea621..0a2bd6a00e 100644 --- a/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj +++ b/qpid/dotnet/Qpid.Client.Tests/Qpid.Client.Tests.csproj @@ -110,4 +110,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Client/Qpid.Client.csproj b/qpid/dotnet/Qpid.Client/Qpid.Client.csproj index 9294d76764..6f4b87773b 100644 --- a/qpid/dotnet/Qpid.Client/Qpid.Client.csproj +++ b/qpid/dotnet/Qpid.Client/Qpid.Client.csproj @@ -160,4 +160,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Codec/Qpid.Codec.csproj b/qpid/dotnet/Qpid.Codec/Qpid.Codec.csproj index ebe4681397..33677382e0 100644 --- a/qpid/dotnet/Qpid.Codec/Qpid.Codec.csproj +++ b/qpid/dotnet/Qpid.Codec/Qpid.Codec.csproj @@ -70,4 +70,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.csproj b/qpid/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.csproj index b51faf92c7..766bd62c97 100644 --- a/qpid/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.csproj +++ b/qpid/dotnet/Qpid.Common.Tests/Qpid.Common.Tests.csproj @@ -62,4 +62,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Common/Qpid.Common.csproj b/qpid/dotnet/Qpid.Common/Qpid.Common.csproj index d15c1887b7..0b6b1698e5 100644 --- a/qpid/dotnet/Qpid.Common/Qpid.Common.csproj +++ b/qpid/dotnet/Qpid.Common/Qpid.Common.csproj @@ -210,4 +210,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Integration.Tests/testcases/Qpid.Integration.Tests.csproj b/qpid/dotnet/Qpid.Integration.Tests/testcases/Qpid.Integration.Tests.csproj new file mode 100755 index 0000000000..8b27526da4 --- /dev/null +++ b/qpid/dotnet/Qpid.Integration.Tests/testcases/Qpid.Integration.Tests.csproj @@ -0,0 +1,42 @@ + + + {EFEB9E41-B66E-4674-85F7-18FAD056AD67} + Debug + AnyCPU + Exe + Qpid.Integration.Tests + Qpid.Integration.Tests + + + bin\Debug\ + True + Full + False + True + DEBUG;TRACE + + + bin\Release\ + False + None + True + False + TRACE + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj b/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj index 90354bece6..403911ee3f 100644 --- a/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj +++ b/qpid/dotnet/Qpid.Messaging/Qpid.Messaging.csproj @@ -66,4 +66,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.NET.sln b/qpid/dotnet/Qpid.NET.sln index 8b174db90f..8bccc6ec26 100644 --- a/qpid/dotnet/Qpid.NET.sln +++ b/qpid/dotnet/Qpid.NET.sln @@ -1,5 +1,7 @@ + Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 +# SharpDevelop 2.2.1.2648 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qpid.Messaging", "Qpid.Messaging\Qpid.Messaging.csproj", "{6688F826-C58E-4C1B-AA1F-22AFAB4B7D07}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qpid.Common.Tests", "Qpid.Common.Tests\Qpid.Common.Tests.csproj", "{F83624B0-762B-4D82-900D-FF4C1B36E36E}" @@ -26,6 +28,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TopicListener", "TopicListe EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{9A112DF2-146F-4CF4-919B-9D3BE7D088E9}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Qpid.Integration.Tests", "Qpid.Integration.Tests\Qpid.Integration.Tests.csproj", "{DE21CEBC-F38C-43EA-B576-38CA9738A00A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -80,6 +84,14 @@ Global {9A112DF2-146F-4CF4-919B-9D3BE7D088E9}.Debug|Any CPU.Build.0 = Debug|Any CPU {9A112DF2-146F-4CF4-919B-9D3BE7D088E9}.Release|Any CPU.ActiveCfg = Release|Any CPU {9A112DF2-146F-4CF4-919B-9D3BE7D088E9}.Release|Any CPU.Build.0 = Release|Any CPU + {666C2D04-C9DC-4D43-B4DF-0989225EABC3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {666C2D04-C9DC-4D43-B4DF-0989225EABC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {666C2D04-C9DC-4D43-B4DF-0989225EABC3}.Release|Any CPU.Build.0 = Release|Any CPU + {666C2D04-C9DC-4D43-B4DF-0989225EABC3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DE21CEBC-F38C-43EA-B576-38CA9738A00A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DE21CEBC-F38C-43EA-B576-38CA9738A00A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DE21CEBC-F38C-43EA-B576-38CA9738A00A}.Release|Any CPU.Build.0 = Release|Any CPU + {DE21CEBC-F38C-43EA-B576-38CA9738A00A}.Release|Any CPU.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/qpid/dotnet/Qpid.Sasl.Tests/Qpid.Sasl.Tests.csproj b/qpid/dotnet/Qpid.Sasl.Tests/Qpid.Sasl.Tests.csproj index 8c807e2385..2868b1d73c 100644 --- a/qpid/dotnet/Qpid.Sasl.Tests/Qpid.Sasl.Tests.csproj +++ b/qpid/dotnet/Qpid.Sasl.Tests/Qpid.Sasl.Tests.csproj @@ -64,4 +64,4 @@ --> - + \ No newline at end of file diff --git a/qpid/dotnet/Qpid.Sasl/Qpid.Sasl.csproj b/qpid/dotnet/Qpid.Sasl/Qpid.Sasl.csproj index 891d710379..33619f2495 100644 --- a/qpid/dotnet/Qpid.Sasl/Qpid.Sasl.csproj +++ b/qpid/dotnet/Qpid.Sasl/Qpid.Sasl.csproj @@ -61,4 +61,4 @@ --> - + \ No newline at end of file -- cgit v1.2.1