ChangeLog 2.4 KB

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