importing messaging-2008 branch to trunk [continued]
[mono.git] / mcs / class / Mono.Messaging.RabbitMQ / Test / Mono.Messaging.RabbitMQ / ChangeLog
1 2008-12-06  Michael Barker  <mike@middlesoft.co.uk>
2
3         * AdminTest.cs:  Updated to run against MS.NET
4         * BasicMessagingTest.cs:  Updated to run against MS.NET
5         * FailuresTest.cs:  Updated to run against MS.NET
6         * MessageEnumeratorTest.cs:  Updated to run against MS.NET
7         * MQUtil.cs:  Updated to run against MS.NET
8         * PeekTest.cs:  Updated to run against MS.NET
9         * SelectorTest.cs:  Updated to run against MS.NET
10         * TransactionMessagingTest.cs:  Updated to run against MS.NET
11
12 2008-12-01  Michael Barker  <mike@middlesoft.co.uk>
13
14         * AdminTest.cs:  Added tests for queue discovery methods.
15
16 2008-11-23  Michael Barker  <mike@middlesoft.co.uk>
17
18         * TransactionMessagingTest.cs:  Added tests for all methods that the
19         transaction type argument, currently only Single is supported.  Added methods
20         with transactions and timeout.
21         * PeekTest.cs:  Added PeekBy{Id,CorrelationId} tests.
22
23 2008-11-09  Michael Barker  <mike@middlesoft.co.uk>
24
25         * SelectorTest.cs:  New, tests for ReceiveByXYZ() methods
26
27 2008-11-04  Michael Barker  <mike@middlesoft.co.uk>
28
29         * PeekTest.cs:  New, tests for peeking at messages.
30
31 2008-11-02  Michael Barker  <mike@middlesoft.co.uk>
32
33         * TransactionMessagingTest.cs: New, tests for transactional messaging.
34         * FailuresTest.cs: New, tests for exceptions.
35         * AdminTest.cs: New, tests for administration functions.
36
37 2008-09-29  Michael Barker  <mike@middlesoft.co.uk>
38
39         * BasicMessagingTest.cs: New
40         * RabbitMQMessagingProviderTest.cs: New