adapted to run tests on net2.0 wersion of system.web
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWeb /
2006-08-21 Andrew Skibarun NunitWeb on GH 2.0
2006-08-21 Andrew Skibaadd projects and batch files for GH 2.0 tests
2006-08-21 Andrew Skibachange case to make 1.1 happy
2006-08-21 Andrew Skibaadd ref to Soap formatter
2006-08-20 Yoni Klainsvn path=/trunk/mcs/; revision=64099
2006-08-20 Yoni KlainRequest for additional functionality
2006-08-10 Andrew Skibanew TODO item
2006-08-08 Yoni KlainObjectDataSourceViewTest.cs: added new tests
2006-08-03 Andrew Skibaremove unnecessary ifdef
2006-08-03 Andrew SkibaSendHeaders stub method
2006-08-03 Andrew SkibaAbility to run tests on real web server; documentation...
2006-07-27 Andrew Skibafix the documentation
2006-07-16 Andrew Skibaadd TODO and FAQ
2006-07-12 Andrew SkibaAdd projects for generating the documentation with...
2006-07-12 Andrew Skibareturn code that was commented out
2006-07-12 Andrew Skibareplace <seealso> tags to <see> to work around NDoc...
2006-07-12 Andrew Skibaexclude methods absent in net 1.1
2006-07-12 Andrew SkibaInline documentation is complete. This commit includes...
2006-07-11 Andrew Skibareadme update
2006-07-09 Andrew Skibareadme file
2006-07-03 Andrew SkibaTARGET_JVM ifdefs
2006-07-03 Andrew SkibaThrow application-specific exception instead of type...
2006-07-02 Vladimir Krasnov* fixed DateTime.FromBinary to DateTime.Now
2006-07-02 Vladimir Krasnov* System.Web_test.dll.sources: added FakeMembershipProv...
2006-07-02 Andrew Skibasurround with try/catch the PageDelegates.Invoke and...
2006-06-28 Andrew Skibacopy resources before creating domain so web.config...
2006-06-28 Andrew SkibaUser agent support
2006-06-28 Andrew Skiba#if TARGET_JVM
2006-06-27 Andrew Skibaadd constructor for custom serialization; fix cast...
2006-06-27 Andrew Skiba'Add' method for BaseControlCollection
2006-06-25 Marek Sieradzki2006-06-25 Marek Sieradzki <marek.sieradzki@gmail...
2006-06-25 Andrew Skibarefactor in NunitWeb
2006-06-22 Andrew Skibaremove unnecessary using
2006-06-22 Andrew Skibasupport for POST method in test framework and forms
2006-06-22 Andrew Skibadon't use IsNullOrEmpty in 1.1 code
2006-06-22 Andrew Skibaimplemented simple postback test infrastructure
2006-06-22 Andrew SkibaAdd HtmlCompare project; add PostBack skeleton
2006-06-21 Andrew SkibaNunitWeb test framework major API refactoring; downport...
2006-06-12 Miguel de IcazaCorrect typo
2006-06-12 Andrew Skibaadd an overload for RunUrl method with no delegates
2006-06-09 Massimiliano Mantione * ssapre-cee-ops.h: Renamed as "simple-cee-ops.h"
2006-06-07 Andrew Skibaadd xml documentation for nunitweb framework
2006-06-06 Andrew Skibadelete workarounds for the fixed bug
2006-06-05 Yoni Klainmodification for master page unitests
2006-06-05 Andrew Skibaworkaround for bugzilla.ximian.com/show_bug.cgi?id...
2006-05-31 Andrew Skibamerge -r 60814:60815
2006-05-28 Andrew Skibanunitweb framework works on mono
2006-05-28 Andrew Skibaworkaround for bug #78521
2006-05-28 Andrew Skibaremove unneeded using
2006-05-28 Andrew Skibaadd PageDelegate structure for passing delegates betwee...
2006-05-28 Andrew Skibamake MyPage.aspx.cs generic, providing callbacks for...
2006-05-25 Konstantin Trigermerge -r 61110:61111
2006-05-25 Andrew Skibaenable siteMap in web.config
2006-05-25 Andrew Skibause HttpWorkerRequest instead of CallContext to pass...
2006-05-24 Andrew Skibarun test on dotnet or on mono
2006-05-24 Andrew Skibatest themes
2006-05-24 Andrew Skibacouple of new tests
2006-05-24 Andrew Skibaenable debugging of hosted webapp
2006-05-24 Andrew Skibaallow null delegate
2006-05-24 Andrew Skibause ifdef to name resources in visual studio
2006-05-23 Andrew Skibacheck that HttpRuntime.ProcessRequest did reach our...
2006-05-22 Andrew SkibaWorks on Linux
2006-05-21 Andrew Skibasurround files with if NET_2_0 until they are checked...
2006-05-21 Yoni Klainsvn path=/trunk/mcs/; revision=60919
2006-05-17 Andrew Skibamove resources to the default namespace
2006-05-14 Andrew Skibaremove unneeded resources from the project
2006-05-14 Andrew SkibaBlock VerifyRenderingInServerForm verification to make...
2006-05-14 Andrew Skibafix typo
2006-05-11 Andrew SkibaThis check is unnecessary
2006-05-11 Andrew SkibaLoad all referenced asseblies in parent domain before...
2006-05-11 Andrew Skibarefactory CopyAssembly, make Helper accessible from...
2006-05-09 Konstantin Trigermerge -r 60439:60440
2006-05-08 Andrew Skibaadd NunitWeb