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