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 | f25c7ddb3d6a0c6a2bd5df700b3a612ba101f0e1 (patch) | |
| tree | 26aec2d743f0267fa7583b068f1cee5866586785 | |
| parent | 9d4bc273589a907e08ec03228ef7eb389cd3d331 (diff) | |
| download | qpid-python-f25c7ddb3d6a0c6a2bd5df700b3a612ba101f0e1.tar.gz | |
Tidy up #D project a bit
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@654144 13f79535-47bb-0310-9956-ffa450edef68
| -rwxr-xr-x | dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj b/dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj index 6a9667e0db..51d91f2bd3 100755 --- a/dotnet/Qpid.Integration.Tests/Qpid.Integration.Tests.csproj +++ b/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" />
|
