1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
2010-01-14 Marek Habersack <mhabersack@novell.com>
* NunitWebTest.cs: added new overload of GetControlFromPageHtml
which takes begin and end markers as parameters.
2008-01-07 Dean Brettle <dean@brettle.com>
* HtmlAgilityPack/AssemblyInfo.cs: made assembly delay signed so that
tests can access System.Web internals now that System.Web is
InternalsVisibleTo this assembly.
2007-03-06 Vladimir Krasniv <vladimirk@mainsoft.com>
* reference20: added reference test for PageDirectories tests
2007-03-05 Vladimir Krasniv <vladimirk@mainsoft.com>
* reference20: added reference tests for PageDirectories tests
2007-02-27 Vladimir Krasniv <vladimirk@mainsoft.com>
* almost_config.xml, test_catalog.xml, WebTest.cs: fixed not working
tests for asp 2.0
2006-12-07 Igor Zelmanovich <igorz@mainsoft.com>
* XmlComparer.cs:
* NunitWebTest.cs: fixed HtmlComparer
2006-10-30 Andrew Skiba <andrews@mainsoft.com>
* NunitWebTest.cs: fallback for HtmlCompare to the text diff
2006-09-28 Vladimir Krasniv <vladimirk@mainsoft.com>
* added SystemWebTest20.csproj, SystemWebTest20.vmwcsproj for VS2005
2006-09-12 Vladimir Krasniv <vladimirk@mainsoft.com>
* WebTest.cs: fixed test case find in response of net2.0
* added reference20, reference response from net2.0
2006-07-26 Vladimir Krasnov <vladimirk@mainsfot.com>
* NunitWebTest.cs: fixed HtmltoXml, removes spaces and crlf before
converting
2006-07-26 Andrew Skiba <andrews@mainsoft.com>
* XmlComparer.cs: make expected and actual arguments look like in NUnit.
2006-07-16 Vladimir Krasnov <vladimirk@mainsfot.com>
* NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected
2006-06-28 Vladimir Krasnov <vladimirk@mainsfot.com>
* nunitweb_config.xml: filtered onclick for input tags
2006-05-21 Yoni Klain <yonik@mainsoft.com>
* XmlComparer.cs: add 2 variable for test fail asserting information
2006-05-21 Yoni Klain <yonik@mainsoft.com>
* NunitWebTest.cs: add method for Nunit tests asserting fails
2006-05-17 Andrew Skiba <andrews@mainsoft.com>
* nunitweb_config.xml: similar to almost_config.xml but ignores more stuff
* NunitWebTest.cs: use nunit_config.xml and fallback on XmlException
2006-05-17 Andrew Skiba <andrews@mainsoft.com>
* nunitweb_config.xml: similar to almost_config.xml but ignores more stuff
* NunitWebTest.cs: use nunit_config.xml and fallback on XmlException
2006-03-27 Vladimir Krasnov <vladimirk@mainsoft.com>
* test_catalog.xml: fixed not working tests
* almost_config.xml: fixed almost for not a bug
* reference/HyperLinkColumn_DataTextField.aspx.xml,
reference/HyperLinkColumn_DataNavigateUrlField.aspx.xml: removed refs
of removed tests
* reference/WebControl_CopyBaseAttributes_W.aspx.xml: same
2006-02-23 Vladimir Krasnov <vladimirk@mainsoft.com>
* test_catalog.xml: fixed not working tests
2006-02-23 Vladimir Krasnov <vladimirk@mainsoft.com>
* added SystemWebTest.vmwcsproj, GH project file
2006-02-20 Vladimir Krasnov <vladimirk@mainsoft.com>
* XmlComparer.cs: fixed AreEqualAttribs, to make attributes
compare case insensitive
|