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