ChangeLog 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. 2008-03-23 Dean Brettle <[email protected]>
  2. * NunitWebResources/adapters.browser,
  3. NunitWebResources/TestCapability.browser: modified to work and
  4. support tests of browser defs in
  5. etc/mono/2.0/Browsers/Compat.browser.
  6. 2008-03-09 Dean Brettle <[email protected]>
  7. * add new resources:
  8. PageWithAdapter.aspx for PageTest and PageAdapterTest.
  9. TestCapability.browser for AppBrowsersTest.
  10. * NunitWebResources/adapters.browser,
  11. NunitWebResources/AppBrowsersTest.browser: modified to support
  12. testing reference nodes with captures, and adapters.
  13. * NunitWeb/NunitWeb/WebTest.cs: ensure that, during AppDomain
  14. unload, no new requests are sent to the app host and any
  15. pending requests are completed before the the unload occurs.
  16. Also added WebTest.AppUnloaded event that tests can use to wait
  17. for the app to unload (e.g. after touching Global.asax), and
  18. WebTest.CleanApp() which can be called to restart the app with
  19. the a skeleton directory structure. Tests which add files that
  20. could effect other tests (e.g. App_Browsers/*.browser files) should
  21. call WebTest.CleanApp() during TearDown to return the app to a
  22. pristine environment.
  23. 2008-01-08 Dean Brettle <[email protected]>
  24. * NunitWeb/NunitWeb/WebTest.cs: copy .mdb or .pdb files with
  25. assemblies so we get line numbers in stack traces!
  26. 2007-03-09 Marek Habersack <[email protected]>
  27. * NunitWeb/NunitWeb/WebTest.cs: make sure that files timestamp is
  28. updated when the target and the source are equal on resource
  29. copying. This unbreaks the Themes tests which failed to recompile
  30. themes whenever next test from the fixture was ran, since the
  31. cache in the test application failed to notice the change.
  32. 2006-11-27 Yoni Klain <[email protected]>
  33. * add new resources : NoEventValidation.aspx for ImageButtonTest.cs
  34. 2006-11-22 Yoni Klain <[email protected]>
  35. * add new resources : AsyncPage.aspx,PageCultureTest.aspx for PageTest.cs
  36. 2006-11-21 Yoni Klain <[email protected]>
  37. * add new resources : adapters.browser; Theme2.skin for ControlTest.cs
  38. 2006-11-09 Yoni Klain <[email protected]>
  39. * add new application for Web site administration
  40. * new dir Mainsoft.Web.Administration
  41. 2006-10-04 Yoni Klain <[email protected]>
  42. * new resources :
  43. Test/mainsoft/NunitWebResources/PageLifecycleTest.aspx ;
  44. Test/mainsoft/NunitWebResources/PageValidationTest.aspx ;
  45. 2006-09-19 Yoni Klain <[email protected]>
  46. * Web.config added NunitWeb assembly ;
  47. * WebTest.cs remove overriden set url ;
  48. * new resources :
  49. Test/mainsoft/NunitWebResources/CrossPagePosting1.aspx ;
  50. Test/mainsoft/NunitWebResources/CrossPagePosting2.aspx ;
  51. 2006-09-18 Yoni Klain <[email protected]>
  52. * new resources :
  53. Test/mainsoft/NunitWebResources/Mapping.aspx ;
  54. Test/mainsoft/NunitWebResources/Mapping1.aspx ;
  55. Test/mainsoft/NunitWebResources/WebMapping.config
  56. 2006-09-17 Yoni Klain <[email protected]>
  57. * new resources : EvalTest.aspx;TemplateUserControl.ascx
  58. 2006-08-10 Yoni Klain <[email protected]>
  59. * new resources : CallbackTest1.aspx; CallbackTest2.aspx
  60. 2006-08-08 Yoni Klain <[email protected]>
  61. * new: WebLogin.config; LoginViewTest1.aspx
  62. * WebTest.cs: Change CopyResources type to rewrite if exist
  63. 2006-08-03 Vladimir Krasnov <[email protected]>
  64. * resources fixed XMLDataSourceTest1.aspx, XMLDataSourceTest2.aspx,
  65. XMLDataSourceTest3.aspx, XMLDataSourceTest4.aspx
  66. 2006-07-25 Yoni Klain <[email protected]>
  67. * added : XMLDataSourceTest.xml;XMLDataSourceTest.xsl;XMLDataSourceTest1.aspx;
  68. * XMLDataSourceTest2.aspx;XMLDataSourceTest3.aspx;XMLDataSourceTest4.aspx
  69. * embedded resources for XmlDataSourceTest.cs
  70. 2006-07-16 Yoni Klain <[email protected]>
  71. * added WizardTest.skin embedded resources for WizardStepBase test
  72. 2006-07-07 Yoni Klain <[email protected]>
  73. * added PostBackMenuTest.aspx embedded resources for MenuPostBack test
  74. 2006-27-06 Yoni Klain <[email protected]>
  75. * NunitWebTest.cs : Changes for embedded resources
  76. 2006-21-05 Vladimir Krasnov <[email protected]>
  77. * run-test.bat: Added env var TEST_17 for testing 1.7 and 1.8 versions
  78. of GH
  79. 2006-21-05 Yoni Klain <[email protected]>
  80. * MyPageWithMaster.aspx;My.master - Resources changed for MasterPageTest
  81. 2006-15-05 Vladimir Krasnov <[email protected]>
  82. * run-test.bat: removed build console outputs
  83. 2006-03-07 Vladimir Krasnov <[email protected]>
  84. * run-test.bat: fixed enviroment variables
  85. 2006-03-05 Vladimir Krasnov <[email protected]>
  86. * run-test.bat: added running of mono test suite
  87. 2006-02-23 Vladimir Krasnov <[email protected]>
  88. * run-test.bat: fixed references copying
  89. 2006-02-23 Vladimir Krasnov <[email protected]>
  90. * added run-test.bat file for running in GH environment