ChangeLog 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. 2007-03-09 Marek Habersack <[email protected]>
  2. * NunitWeb/NunitWeb/WebTest.cs: make sure that files timestamp is
  3. updated when the target and the source are equal on resource
  4. copying. This unbreaks the Themes tests which failed to recompile
  5. themes whenever next test from the fixture was ran, since the
  6. cache in the test application failed to notice the change.
  7. 2006-11-27 Yoni Klain <[email protected]>
  8. * add new resources : NoEventValidation.aspx for ImageButtonTest.cs
  9. 2006-11-22 Yoni Klain <[email protected]>
  10. * add new resources : AsyncPage.aspx,PageCultureTest.aspx for PageTest.cs
  11. 2006-11-21 Yoni Klain <[email protected]>
  12. * add new resources : adapters.browser; Theme2.skin for ControlTest.cs
  13. 2006-11-09 Yoni Klain <[email protected]>
  14. * add new application for Web site administration
  15. * new dir Mainsoft.Web.Administration
  16. 2006-10-04 Yoni Klain <[email protected]>
  17. * new resources :
  18. Test/mainsoft/NunitWebResources/PageLifecycleTest.aspx ;
  19. Test/mainsoft/NunitWebResources/PageValidationTest.aspx ;
  20. 2006-09-19 Yoni Klain <[email protected]>
  21. * Web.config added NunitWeb assembly ;
  22. * WebTest.cs remove overriden set url ;
  23. * new resources :
  24. Test/mainsoft/NunitWebResources/CrossPagePosting1.aspx ;
  25. Test/mainsoft/NunitWebResources/CrossPagePosting2.aspx ;
  26. 2006-09-18 Yoni Klain <[email protected]>
  27. * new resources :
  28. Test/mainsoft/NunitWebResources/Mapping.aspx ;
  29. Test/mainsoft/NunitWebResources/Mapping1.aspx ;
  30. Test/mainsoft/NunitWebResources/WebMapping.config
  31. 2006-09-17 Yoni Klain <[email protected]>
  32. * new resources : EvalTest.aspx;TemplateUserControl.ascx
  33. 2006-08-10 Yoni Klain <[email protected]>
  34. * new resources : CallbackTest1.aspx; CallbackTest2.aspx
  35. 2006-08-08 Yoni Klain <[email protected]>
  36. * new: WebLogin.config; LoginViewTest1.aspx
  37. * WebTest.cs: Change CopyResources type to rewrite if exist
  38. 2006-08-03 Vladimir Krasnov <[email protected]>
  39. * resources fixed XMLDataSourceTest1.aspx, XMLDataSourceTest2.aspx,
  40. XMLDataSourceTest3.aspx, XMLDataSourceTest4.aspx
  41. 2006-07-25 Yoni Klain <[email protected]>
  42. * added : XMLDataSourceTest.xml;XMLDataSourceTest.xsl;XMLDataSourceTest1.aspx;
  43. * XMLDataSourceTest2.aspx;XMLDataSourceTest3.aspx;XMLDataSourceTest4.aspx
  44. * embedded resources for XmlDataSourceTest.cs
  45. 2006-07-16 Yoni Klain <[email protected]>
  46. * added WizardTest.skin embedded resources for WizardStepBase test
  47. 2006-07-07 Yoni Klain <[email protected]>
  48. * added PostBackMenuTest.aspx embedded resources for MenuPostBack test
  49. 2006-27-06 Yoni Klain <[email protected]>
  50. * NunitWebTest.cs : Changes for embedded resources
  51. 2006-21-05 Vladimir Krasnov <[email protected]>
  52. * run-test.bat: Added env var TEST_17 for testing 1.7 and 1.8 versions
  53. of GH
  54. 2006-21-05 Yoni Klain <[email protected]>
  55. * MyPageWithMaster.aspx;My.master - Resources changed for MasterPageTest
  56. 2006-15-05 Vladimir Krasnov <[email protected]>
  57. * run-test.bat: removed build console outputs
  58. 2006-03-07 Vladimir Krasnov <[email protected]>
  59. * run-test.bat: fixed enviroment variables
  60. 2006-03-05 Vladimir Krasnov <[email protected]>
  61. * run-test.bat: added running of mono test suite
  62. 2006-02-23 Vladimir Krasnov <[email protected]>
  63. * run-test.bat: fixed references copying
  64. 2006-02-23 Vladimir Krasnov <[email protected]>
  65. * added run-test.bat file for running in GH environment