ChangeLog 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. 2010-05-19 Andreia Gaita <[email protected]>
  2. * DataContractSerializerTest.cs: Add test for deserializing objects
  3. with different namespaces (bug #599667)
  4. 2010-04-21 Atsushi Enomoto <[email protected]>
  5. * AsyncCallTest.cs : disable it again, it somehow does not work with
  6. the latest code from trunk (ThreadPool?).
  7. 2010-04-19 Atsushi Enomoto <[email protected]>
  8. * AsyncPatternTester.cs, MessageContractTest.cs, AsyncCallTest.cs:
  9. enable working tests.
  10. 2009-02-24 Atsushi Enomoto <[email protected]>
  11. * MessageContractTest.cs:
  12. Ignore all failing-under-dotnet tests
  13. 2009-01-21 Atsushi Enomoto <[email protected]>
  14. * PrimitiveTesterTest.cs : disable failing test.
  15. 2008-05-01 Eyal Alaluf <[email protected]>
  16. * PrimitiveTesterTest.cs: Fixed TestLong and TestByRef
  17. 2008-04-07 Vladimir Krasnov <[email protected]>
  18. * added: FaultsTest.cs
  19. MessageContractTest.cs
  20. AsyncCallTest.cs
  21. 2008-04-06 Vladimir Krasnov <[email protected]>
  22. * added: UntypedMessageTest.cs
  23. 2008-04-06 Vladimir Krasnov <[email protected]>
  24. * added: KnownTypeTest.cs
  25. 2006-04-03 Roei Erez <[email protected]>
  26. * DataContractSerializerTest.cs
  27. PrimitiveTesterTest.cs