| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- 2010-05-19 Andreia Gaita <[email protected]>
- * DataContractSerializerTest.cs: Add test for deserializing objects
- with different namespaces (bug #599667)
- 2010-04-21 Atsushi Enomoto <[email protected]>
- * AsyncCallTest.cs : disable it again, it somehow does not work with
- the latest code from trunk (ThreadPool?).
- 2010-04-19 Atsushi Enomoto <[email protected]>
- * AsyncPatternTester.cs, MessageContractTest.cs, AsyncCallTest.cs:
- enable working tests.
- 2009-02-24 Atsushi Enomoto <[email protected]>
- * MessageContractTest.cs:
- Ignore all failing-under-dotnet tests
- 2009-01-21 Atsushi Enomoto <[email protected]>
- * PrimitiveTesterTest.cs : disable failing test.
- 2008-05-01 Eyal Alaluf <[email protected]>
- * PrimitiveTesterTest.cs: Fixed TestLong and TestByRef
- 2008-04-07 Vladimir Krasnov <[email protected]>
- * added: FaultsTest.cs
- MessageContractTest.cs
- AsyncCallTest.cs
- 2008-04-06 Vladimir Krasnov <[email protected]>
- * added: UntypedMessageTest.cs
- 2008-04-06 Vladimir Krasnov <[email protected]>
- * added: KnownTypeTest.cs
- 2006-04-03 Roei Erez <[email protected]>
- * DataContractSerializerTest.cs
- PrimitiveTesterTest.cs
|