ChangeLog 2.2 KB

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