ChangeLog 2.9 KB

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