ChangeLog 2.1 KB

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