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