| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- 2007-03-09 Marek Habersack <[email protected]>
- * NunitWeb/NunitWeb/WebTest.cs: make sure that files timestamp is
- updated when the target and the source are equal on resource
- copying. This unbreaks the Themes tests which failed to recompile
- themes whenever next test from the fixture was ran, since the
- cache in the test application failed to notice the change.
- 2006-11-27 Yoni Klain <[email protected]>
- * add new resources : NoEventValidation.aspx for ImageButtonTest.cs
- 2006-11-22 Yoni Klain <[email protected]>
- * add new resources : AsyncPage.aspx,PageCultureTest.aspx for PageTest.cs
- 2006-11-21 Yoni Klain <[email protected]>
- * add new resources : adapters.browser; Theme2.skin for ControlTest.cs
-
- 2006-11-09 Yoni Klain <[email protected]>
- * add new application for Web site administration
- * new dir Mainsoft.Web.Administration
- 2006-10-04 Yoni Klain <[email protected]>
- * new resources :
- Test/mainsoft/NunitWebResources/PageLifecycleTest.aspx ;
- Test/mainsoft/NunitWebResources/PageValidationTest.aspx ;
- 2006-09-19 Yoni Klain <[email protected]>
- * Web.config added NunitWeb assembly ;
- * WebTest.cs remove overriden set url ;
- * new resources :
- Test/mainsoft/NunitWebResources/CrossPagePosting1.aspx ;
- Test/mainsoft/NunitWebResources/CrossPagePosting2.aspx ;
- 2006-09-18 Yoni Klain <[email protected]>
- * new resources :
- Test/mainsoft/NunitWebResources/Mapping.aspx ;
- Test/mainsoft/NunitWebResources/Mapping1.aspx ;
- Test/mainsoft/NunitWebResources/WebMapping.config
- 2006-09-17 Yoni Klain <[email protected]>
- * new resources : EvalTest.aspx;TemplateUserControl.ascx
- 2006-08-10 Yoni Klain <[email protected]>
- * new resources : CallbackTest1.aspx; CallbackTest2.aspx
- 2006-08-08 Yoni Klain <[email protected]>
- * new: WebLogin.config; LoginViewTest1.aspx
- * WebTest.cs: Change CopyResources type to rewrite if exist
- 2006-08-03 Vladimir Krasnov <[email protected]>
- * resources fixed XMLDataSourceTest1.aspx, XMLDataSourceTest2.aspx,
- XMLDataSourceTest3.aspx, XMLDataSourceTest4.aspx
- 2006-07-25 Yoni Klain <[email protected]>
- * added : XMLDataSourceTest.xml;XMLDataSourceTest.xsl;XMLDataSourceTest1.aspx;
- * XMLDataSourceTest2.aspx;XMLDataSourceTest3.aspx;XMLDataSourceTest4.aspx
- * embedded resources for XmlDataSourceTest.cs
- 2006-07-16 Yoni Klain <[email protected]>
- * added WizardTest.skin embedded resources for WizardStepBase test
- 2006-07-07 Yoni Klain <[email protected]>
- * added PostBackMenuTest.aspx embedded resources for MenuPostBack test
- 2006-27-06 Yoni Klain <[email protected]>
-
- * NunitWebTest.cs : Changes for embedded resources
- 2006-21-05 Vladimir Krasnov <[email protected]>
- * run-test.bat: Added env var TEST_17 for testing 1.7 and 1.8 versions
- of GH
- 2006-21-05 Yoni Klain <[email protected]>
-
- * MyPageWithMaster.aspx;My.master - Resources changed for MasterPageTest
- 2006-15-05 Vladimir Krasnov <[email protected]>
- * run-test.bat: removed build console outputs
- 2006-03-07 Vladimir Krasnov <[email protected]>
- * run-test.bat: fixed enviroment variables
- 2006-03-05 Vladimir Krasnov <[email protected]>
- * run-test.bat: added running of mono test suite
- 2006-02-23 Vladimir Krasnov <[email protected]>
- * run-test.bat: fixed references copying
- 2006-02-23 Vladimir Krasnov <[email protected]>
- * added run-test.bat file for running in GH environment
|