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