ChangeLog 1.8 KB

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