2
0

ChangeLog 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. 2006-12-07 Igor Zelmanovich <[email protected]>
  2. * XmlComparer.cs:
  3. * NunitWebTest.cs: fixed HtmlComparer
  4. 2006-10-30 Andrew Skiba <[email protected]>
  5. * NunitWebTest.cs: fallback for HtmlCompare to the text diff
  6. 2006-09-28 Vladimir Krasniv <[email protected]>
  7. * added SystemWebTest20.csproj, SystemWebTest20.vmwcsproj for VS2005
  8. 2006-09-12 Vladimir Krasniv <[email protected]>
  9. * WebTest.cs: fixed test case find in response of net2.0
  10. * added reference20, reference response from net2.0
  11. 2006-07-26 Vladimir Krasnov <[email protected]>
  12. * NunitWebTest.cs: fixed HtmltoXml, removes spaces and crlf before
  13. converting
  14. 2006-07-26 Andrew Skiba <[email protected]>
  15. * XmlComparer.cs: make expected and actual arguments look like in NUnit.
  16. 2006-07-16 Vladimir Krasnov <[email protected]>
  17. * NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected
  18. 2006-06-28 Vladimir Krasnov <[email protected]>
  19. * nunitweb_config.xml: filtered onclick for input tags
  20. 2006-05-21 Yoni Klain <[email protected]>
  21. * XmlComparer.cs: add 2 variable for test fail asserting information
  22. 2006-05-21 Yoni Klain <[email protected]>
  23. * NunitWebTest.cs: add method for Nunit tests asserting fails
  24. 2006-05-17 Andrew Skiba <[email protected]>
  25. * nunitweb_config.xml: similar to almost_config.xml but ignores more stuff
  26. * NunitWebTest.cs: use nunit_config.xml and fallback on XmlException
  27. 2006-05-17 Andrew Skiba <[email protected]>
  28. * nunitweb_config.xml: similar to almost_config.xml but ignores more stuff
  29. * NunitWebTest.cs: use nunit_config.xml and fallback on XmlException
  30. 2006-03-27 Vladimir Krasnov <[email protected]>
  31. * test_catalog.xml: fixed not working tests
  32. * almost_config.xml: fixed almost for not a bug
  33. * reference/HyperLinkColumn_DataTextField.aspx.xml,
  34. reference/HyperLinkColumn_DataNavigateUrlField.aspx.xml: removed refs
  35. of removed tests
  36. * reference/WebControl_CopyBaseAttributes_W.aspx.xml: same
  37. 2006-02-23 Vladimir Krasnov <[email protected]>
  38. * test_catalog.xml: fixed not working tests
  39. 2006-02-23 Vladimir Krasnov <[email protected]>
  40. * added SystemWebTest.vmwcsproj, GH project file
  41. 2006-02-20 Vladimir Krasnov <[email protected]>
  42. * XmlComparer.cs: fixed AreEqualAttribs, to make attributes
  43. compare case insensitive