summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Integration.Tests/testcases/ByteMessageTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1135: Fix multi-frame message handling. This fix is suboptimal since it ↵Aidan Skinner2008-06-121-0/+123
creates an extra copy, as a result it's slower and less memory efficent. But it is correct. Qpid.Buffer/SlicedByteBuffer.cs: Make sure that we only request the right part of the array when returning a slice Qpid.Integration.Tests/Qpid.Integration.Tests.csproj: add ByteMessageTest Qpid.Integration.Tests/testcases/BaseMessagingTestFixture.cs: Add ConsumeNMessage and ConsumeMessages variants that take byte[] instead of string Qpid.Integration.Tests/testcases/ByteMessageTest.cs: add tests for various sizes of messages git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1.x@667097 13f79535-47bb-0310-9956-ffa450edef68