diff options
| author | Aidan Skinner <aidan@apache.org> | 2008-05-07 15:14:24 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2008-05-07 15:14:24 +0000 |
| commit | 2d64b13938673f4aaba18970fac00e02efe1ce8a (patch) | |
| tree | a6b9691c3fec0284c02d5c7513b02690eec9fe2c | |
| parent | 9b32d5f3ccf77182357192d5cda21742cb71b6d6 (diff) | |
| download | qpid-python-2d64b13938673f4aaba18970fac00e02efe1ce8a.tar.gz | |
Tidy up #D project a bit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@654144 13f79535-47bb-0310-9956-ffa450edef68
| -rwxr-xr-x | qpid/dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj b/qpid/dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj index 6a9667e0db..51d91f2bd3 100755 --- a/qpid/dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj +++ b/qpid/dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj @@ -39,6 +39,7 @@ <Compile Include="interop\InteropClientTestCase.cs" />
<Compile Include="interop\TestCases\TestCase1DummyRun.cs" />
<Compile Include="interop\TestCases\TestCase3BasicPubSub.cs" />
+ <Compile Include="testcases\BaseMessagingTestFixture.cs" />
<Compile Include="testcases\ChannelQueueTest.cs" />
<Compile Include="testcases\CommitRollbackTest.cs" />
<Compile Include="testcases\ConnectionTest.cs" />
|
