2005-09-09 Chris Toshok * StyleTest.cs (FontInfo_Empty): test to see if changes to Style.Font cause changes in the style's empty status. 2005-09-07 Chris Toshok * CalendarTest.cs (TestSelectedColorDefault): we need to split up the color tests since they're rendered in different orders by ms/us. 2005-09-07 Chris Toshok * ListControlTest.cs: add tests for the ControlState. 2005-09-05 Chris Toshok * FormViewTest.cs: new tests. 2005-09-05 Chris Toshok * DataBoundControlTest.cs: new tests. * BaseDataBoundControlTest.cs: new tests. 2005-09-01 Chris Toshok * ListControlTest.cs (DefaultProperties): add tests for TagKey, Text, and AppendDataBoundItems. (ViewStateContents): add checks for Text and AppendDataBoundItems. 2005-09-01 Raja R Harinath * CalendarTest.cs: Remove duplicate using-declarations. * XmlDataSourceTest.cs: Protect with NET_2_0 guard. * RepeaterTest.cs (Poker.GetSelectArguments): Likewise. (Poker.DoCreateDataSourceSelectArguments): Likewise. (Repeater_DefaultsSelectArguments): Likewise. 2005-08-31 Chris Toshok * TreeViewTest.cs: beginnings of new tests. * RepeaterTest.cs: same. * XmlDataSourceTest.cs: same. 2005-08-27 Chris Toshok * TextBoxTest.cs: add 2.0 test to show that validation properties have no effect on downlevel rendering. 2005-08-26 Chris Toshok * TextBoxTest.cs: add tests for the 2.0 validation properties, and to make sure they're getting saved to the viewstate. 2005-08-26 Chris Toshok * FontUnitTest.cs: Add tests for the two 2.0 constructors, and the 2.0 ToString(IFormatProvider) method. * UnitTest.cs: Add tests for the 2.0 ToString(IFormatProvider) method. 2005-08-26 Sebastien Pouliot * TableStyleTest.cs: New test cases for 2.0. 2005-08-25 Sebastien Pouliot * CheckBoxListTest.cs: Use Ben's CleanHtmlTextWriter to compare rendered output. Re-ordered the expected value to match. Rendering tests now pass on Mono 1.x|2.0 profile and MS 1.x. * DropDownListTest.cs: (Properties) we have the same 2.0 failure on both Mono and MS runtime, maybe it's a feature ;-) 2005-08-25 Chris Toshok * CalendarTest.cs: add viewstate tests for Caption/CaptionAlign (2.0). 2005-08-25 Sebastien Pouliot * HyperLinkTest.cs: Fixed the expected output rendering for 2.0. 2005-08-25 Peter Dennis Bartok * StyleTest.cs: Added tests for CssRegisteredStyle 2005-08-25 Sebastien Pouliot * StyleTest.cs: Added test for IsStyleEmpty(null). 2005-08-24 Chris Toshok * ValidationSummaryTest.cs (ValidationSummary_ValidationGroup): add tests for ValidationGroup, making sure it's stored in the ViewState. 2005-08-24 Sebastien Pouliot * RoleGroupTest.cs: New (2.0). Unit tests for RoleGroup. * RoleGroupCollectionTest.cs: New (2.0). Unit tests for RoleGroupCollection. 2005-08-23 Chris Toshok * RepeatInfoTest.cs (RenderRepeater_BaseControl): the 2.0 ReatInfo class does things a little differently. 2005-08-22 Chris Toshok * ListControlTest.cs: #if NET_2_0 some of the asserts whose values are different in 2.0. * ValidationSummaryTest.cs: same. * XmlTest.cs: same. * ListBoxTest.cs: same. * CheckBoxTest.cs: same. * UnitTest.cs: same. * TextBoxTest.cs: same. * CustomValidatorTest.cs: same. * DataGridTest.cs: same. * BaseCompareValidatorTest.cs: remove ko-KR, since my laptop presently can't find it, and we already have another ymd date element order. 2005-08-22 Chris Toshok * RepeatInfoTest.auto.cs: regenerate. * RepeatInfoTest.auto.2.0.cs: generate using .Net 2.0. * RepeatInfoTest.gen.cs: add wrapper #ifdefs for the 1.x/2.0 cases - we need both. 2005-08-22 Chris Toshok * BaseCompareValidatorTest.cs: fix the tests that change behavior between 1.x and 2.0. 2005-08-22 Chris Toshok * LinkButtonTest.cs: add validation group tests. 2005-08-22 Chris Toshok * ImageButtonTest.cs: add NET_2_0 validation tests. 2005-08-22 Chris Toshok * CheckBoxTest.cs: add NET_2_0 validation tests. 2005-08-22 Chris Toshok * ButtonTest.cs (Button_DefaultValues): add NET_2_0 test for ValidationGroup. (Button_ViewState): same. 2005-08-22 Sebastien Pouliot * LoginNameTest.cs: New. Unit tests for LoginName control (2.0). * LoginStatusTest.cs: New. Unit tests for LoginStatus control (2.0). 2005-08-19 Sebastien Pouliot * TableCellTest.cs: Add test cases for AssociatedHeaderCellID (2.0). 2005-08-18 Sebastien Pouliot * BaseDataListTest.cs: Added test cases for new properties, methods and events defined in 2.0. * LoginTest.cs: Added test cases for On* methods. 2005-08-17 Chris Toshok * CompositeControlTest.cs: put it in the MonoTests. namespace so it shows up in the right place in the nunit gui. 2005-08-16 Sebastien Pouliot * DataListTest.cs: Fixed ViewState test to work on both 1.x and 2.0. Added tests for Load|SaveControlState (2.0). Added basic tests for SelectedValue property (2.0). * LoginTest.cs: Added test cases to check for null (removal) on all string properties, added checks for all enums properties. Also added test case for SaveViewState. 2005-08-15 Sebastien Pouliot * TableHeaderRowTest.cs: New. Reuse TableRowTest test cases to test TableHeaderRow class (2.0). * TableFooterRowTest.cs: New. Reuse TableRowTest test cases to test TableFooterRow class (2.0). * TableRowTest.cs: Added test cases for new (2.0) TableSection property. Reworked the tests to allow easier reuse of them by the TableHeaderRow and TableFooterRow classes. 2005-08-14 Sebastien Pouliot * LoginTest.cs: New. Unit tests to test default values for Login. * TableHeaderCellTest.cs: Add tests for CategoryText and Scope properties (new in 2.0). * TableSectionStyleTest.cs: New. Unit tests for TableSectionStyle. Note that this new 2.0 class seems broken as it is not complete (MS). 2005-08-12 Chris Toshok * CompositeControlTest.cs: a couple of tests for CompositeControl. 2005-08-09 Sebastien Pouliot * BaseDataListTest.cs: Added tests for OnDataBinding. * DataLitItemTest.cs: Added more useful tests for rendering items, including a test when two tables are present and extractRows is true. Added tests for IDataItemContainer (2.0). 2005-08-08 Jackson Harper * PagedDataSourceTest.cs: Tests for creating enumerators when paging is not enabled. 2005-08-08 Sebastien Pouliot * HyperLinkTest.cs: Updated comments. Resolve doesn't work when doing unit tests (probably because it requires a Page, or something else that can be used as the base url for the application). 2005-08-03 Peter Dennis Bartok * EditCommandColumnTest.cs: Updated; InitializeCell() passes except for the missing footer; InitializeCellEdit() has a problem with the name given to the TextBox controls 2005-08-05 Jackson Harper * PagedDataSourceTest.cs: Tests for PageCount. 2005-08-04 Ben Maurer * CalendarTest.cs: Test based on an msdn example. Again, I (heart) anonymous methods. 2005-08-04 Dick Porter * DataGridColumnTest.cs: Tests for DataGridColumn 2005-08-03 Ben Maurer * RepeatInfoTest.cs: Test for copying from base control * WebControlTest.cs: Issue I found while doing repeatinfo * LabelTest.cs: New tests. * PanelTest.cs: New tests 2005-08-03 Peter Dennis Bartok * EditCommandColumnTest.cs: Enable tests 2005-08-03 Peter Dennis Bartok * DataGridPagerStyleTest.cs: Added testcase 2005-08-03 Jordi Mas i Hernandez * CalendarTest.cs: Trackview states 2005-08-02 Jackson Harper * BoundColumnTest.cs: Start of tests for the BoundColumn class. 2005-08-02 Jordi Mas i Hernandez * RadioButtonListTest.cs: test unit 2005-08-01 Jackson Harper * TableStyleTest.cs: Check that items copied set the styles flags. 2005-08-01 Jackson Harper * PagedDataSourceTest.cs: Test the enumerators a little. 2005-07-30 Chris Toshok * HyperLinkColumnTest.cs: add some tests for how the column initializes a TableCell. 2005-07-30 Ben Maurer * RepeatInfoTest.auto.cs: Regen. * RepeatInfoTest.gen.cs: Autogenerate tests for 0 items 2005-07-29 Chris Toshok * BaseCompareValidatorTest.cs (CanConvert): disable B9, until we figure out a culture independent way to do it. (Convert): same with C17/C18. (MiscPropertiesAndMethods): test CutoffYear, GetFullYear, and GetDateElementOrder. 2005-07-27 Peter Dennis Bartok * StyleTest.cs: Added font-related tests to check for special Name/Names behaviour 2005-07-29 Chris Toshok * BaseCompareValidatorTest.cs: use DateTime to generate the strings for our date tests, since they're culture specific. 2005-07-29 Dick Porter * RadioButtonTest.cs: Added tests for RadioButton 2005-07-29 Jordi Mas i Hernandez * SelectedDatesCollectionTest.cs: new unit test * CalendarDayTest.cs: new unit test * CalendarTest.cs: more tests for calendar control 2005-07-28 Jackson Harper * EditCommandColumnTest.cs: Make the DataGridTest nested so my top secret DataGrid tests will still compile. 2005-07-27 Peter Dennis Bartok * EditCommandColumnTest.cs: Added tests; marked some as NotWorking until PagedDataSource is not throwing NotImpl 2005-07-27 Peter Dennis Bartok * CustomValidatorTest.cs: Added tests 2005-07-27 Peter Dennis Bartok * DataGridPagerStyleTest.cs: Added tests 2005-07-26 Peter Dennis Bartok * DataGridItemTest.cs: Added tests 2005-07-26 Peter Dennis Bartok * DataGridItemCollectionTest.cs: Added tests 2005-07-26 Ben Maurer * RepeatInfoTest.cs: Remove tests that are contained below * RepeatInfoTest.auto.cs: Generated tests. * RepeatInfoTest.gen.cs: A test generator for repeatinfo 2005-07-25 Peter Dennis Bartok * StyleTest.cs: Refined tests 2005-07-25 Jackson Harper * DataGridTest.cs: More tests for the pager. 2005-07-22 Jackson Harper * DataGridTest.cs: Basic test for InitializePager. 2005-07-22 Sebastien Pouliot * HyperLinkTest.cs: New. (very basic) unit tests for HyperLink. 2005-07-21 Jackson Harper * DataGridTest.cs: Test the order the events are invoked in when creating the control hierarchy. 2005-07-21 Sebastien Pouliot * BaseDataList.cs: Replace IList test with IEnumerable test. * RepeatInfoTest.cs: Ignore the test about the baseControl / NRE. * TableCellTest.cs: Added tests for AddParsedSubObject versus the Text property (and LiteralControl). 2005-07-21 Peter Dennis Bartok * CustomValidatorTest.cs: Added 2005-07-21 Peter Dennis Bartok * RangeValidatorTest.cs: More test cases 2005-07-21 Sebastien Pouliot * RepeatInfoTest.cs: Added test for RepeatColumn is 0. * TableRowTest.cs: Added style rendering tests (for my sanity). 2005-07-21 Jackson Harper * PagedDataSourceTest.cs: Test to see what happens when we get a non ITypedList. 2005-07-21 Duncan Mak * HyperLinkColumnTest.cs: Added new test for HyperLinkColumn. 2005-07-20 Peter Dennis Bartok * DropDownListTest.cs: Added [ExpectedException] for double select test 2005-07-20 Ben Maurer * DropDownListTest.cs (InitialSelectionMade): Add a test for a regression that seems to be caused by some change to ListItemCollection. Add this file to sources as all tests other than this pass using the old impl of ddl except for this, which is a regression. 2005-07-20 Sebastien Pouliot * RepeatInfoTest.cs: More unit tests for arguments checks, default values, baseControl (not figured out yet) and OuterTableImplied. 2005-07-20 Jackson Harper 2005-07-20 Jackson Harper * DataGridTest.cs: Make sure we get back a proper columns collection. 2005-07-20 Jackson Harper * DataGridTest.cs: The columns collection cached from the CreateColumnSet is stored in the view state. 2005-07-20 Sebastien Pouliot * BaseDataListTest.cs: Added more tests ported from DataGridTest. * DataListTest.cs: Added more tests ported from DataGridTest. 2005-07-20 Peter Dennis Bartok * ValidationSummaryTest.cs: Added rendering tests 2005-07-20 Jackson Harper * DataGridTest.cs: Test generating column names with/without enabling useDataSource. 2005-07-20 Sebastien Pouliot * DataListTest.cs: Add viewstate test. 2005-07-20 Jackson Harper * DataGridTest.cs: Check the properties of newly created BoundColumns. 2005-07-20 Sebastien Pouliot * BaseDataListTest.cs: Add render tests (all empty). * DataListTest.cs: Added Controls vs Items test. * WebControlTest.cs: Added new (passing) tests. 2005-07-19 Jackson Harper * PagedDataSource.cs: New unit test for GetItemProperties. 2005-07-19 Jackson Harper * DataGridTest.cs: New tests for creating column sets. 2005-07-19 Sebastien Pouliot * DataListTest.cs: Add more tests for IRepeatInfoUser. * RepeatInfoTest.cs: New. Unit test for RepeatInfo (not exactly what I had expected...). 2005-07-19 Jackson Harper * CheckBoxListTest.cs: New tests for FindControl. 2005-07-19 Jackson Harper * DataGridTest.cs: New test for viewstate saving. 2005-07-19 Chris Toshok * BaseValidatorTest.cs: use the right call (SetValidationTextBox) in ValidatorTest. 2005-07-19 Peter Dennis Bartok * DropDownListTest.cs: Testcases added * RangeValidatorTest.cs: Added * ValidatedControlConverterTest.cs: Added * ValidationSummaryTest.cs: Added 2005-07-19 Chris Toshok * BaseCompareValidatorTest.cs: add date tests. 2005-07-19 Jackson Harper * DataGridTest.cs: Bubble tests for Page command. Tests for bad Page command bubble event args. 2005-07-19 Jackson Harper * DataGridTest.cs: Select can also be bubbled. 2005-07-19 Jackson Harper * DataGridTest.cs: Tests for the BubbleEvent. 2005-07-19 Jackson Harper * DataGridTest.cs: New tests. Just does properties and events for the most part. 2005-07-18 Chris Toshok * BaseCompareValidatorTest.cs: note the lack of Date tests, and add null tests. 2005-07-18 Chris Toshok * BaseCompareValidatorTest.cs: new tests. 2005-07-19 Ben Maurer * UnitConverterTest.cs: New tests 2005-07-18 Chris Toshok * CompareValidatorTest.cs (CompareValidator_ValueToCompareTest, CompareValidator_ControlToCompareTest): new methods. * ValidatorTest.cs: add AddTextBox method. 2005-07-18 Chris Toshok * RegularExpressionValidatorTest.cs: add a simple validation test. * ValidatorTest.cs: add a base class for validator tests, that enables a little scaffolding for faking out the test. 2005-07-18 Chris Toshok * CompareValidatorTest.cs: new tests. 2005-07-18 Chris Toshok * RegularExpressionValidatorTest.cs: new test. 2005-07-18 Sebastien Pouliot * DataListTest.cs: Fix tests for 1.1 which keeps more stuff into it's ViewState. 2005-07-15 Peter Dennis Bartok * DropDownListTest.cs: Testcases added 2005-07-15 Jackson Harper * CheckBoxListTest.cs: New tests for FindControl. 2005-07-15 Jackson Harper * WebControlTest.cs: New test to make sure NamingContainers are honoured when rendering client ids. 2005-07-15 Jackson Harper * CheckBoxListTest.cs: More tests for the IRepeatInfoUser stuff and for rendering. 2005-07-15 Sebastien Pouliot * BaseDataListTest.cs: New. Unit tests for abstract BaseDataList. * DataKeyCollectionTest.cs: New. Unit tests for DataKeyCollection. * DataListItemCollectionTest.cs: New. Unit tests for DataListItemCollection. * DataListItemTest.cs: New. Unit tests for DataListItem (incomplete). * DataListTest.cs: New. Unit tests for DataList (incomplete). 2005-07-14 Jackson Harper * CheckBoxListTest.cs: Rendering tests. 2005-07-14 Jackson Harper * CheckBoxListTest.cs: Fix the exception types thrown for bad enums. Mark as NotWorking as this doesn't work with the old CheckBoxList class anymore. 2005-07-14 Jackson Harper * CheckBoxListTest.cs: Add some rendering tests. These aren't fully working yet so they are in the NotWorking category. 2005-07-14 Jackson Harper * CheckBoxListTest.cs: This has the potential to be a beautiful test. 2005-07-14 Peter Dennis Bartok * WebColorConverter.cs: Testcases added 2005-07-14 Jackson Harper * ListControlTest.cs: New test for the viewstate and item selection. 2005-07-14 Dick Porter * CheckBoxTest.cs: Added enum checks 2005-07-14 Peter Dennis Bartok * TargetConverterTest.cs: Testcases added 2005-07-14 Duncan Mak * PagedDataSourceTest.cs: Added testcases. (PageCountTest, CountTest, IsLastPageTest): Needs more work. 2005-07-13 Peter Dennis Bartok * FontNamesConverterTest.cs: Testcases added 2005-07-13 Peter Dennis Bartok * ListItemCollectionTest.cs: Added * ListBoxTest.cs: Marked test as not working since it dependes on ListControl making a call to an obsolete internal method 2005-07-13 Jackson Harper * ListControlTest.cs: New tests for the ListControl. 2005-07-13 Jackson Harper * ListBoxTest.cs: Exception is thrown (by ListControl). Dont run the BadBorderStyle test as this fails in ListControls. 2005-07-13 Sebastien Pouliot * ImageTest.cs: Added tests for DescriptionUrl in 1.1 profile as this property was added in Fx 1.1 SP1. * StyleTest.cs: Added more tests for CopyFrom to test it's behavior, e.g. it doesn't reset itself nor remove it's properties if they're not part of the copied Style instance. * TableTest.cs: Adjusted values so we're not testing a 100% match with MS lines/indentations. * TableRowTest.cs: Use Ben's trick on StreamWriter (\r\n). Adjusted values so we're not testing a 100% match with MS lines/indentations. * WebControlTest.cs: Added tests to remove attributes and style before rendering. Empty style properties shouldn't be rendered. 2005-07-13 Dick Porter * CheckBoxTest.cs: Added tests for CheckBox - currently all passing on mono and ms runtimes. 2005-07-12 Sebastien Pouliot * WebControlTest.cs: Added another test for RenderBeginTag, this time using an attribute (renamed old test as it was for style attributes). 2005-07-12 Peter Dennis Bartok * WebControlTest.cs: Added test for loading/saving of state. Switched to use Sebastiens GetWriter method 2005-07-12 Jackson Harper * ListBoxTest.cs: Some simple tests for the ListBox control. 2005-07-12 Sebastien Pouliot * TableTest.cs: Use Ben's trick on StreamWriter. * WebControlTest.cs: Added tests for RenderBeginTag. 2005-07-12 Sebastien Pouliot * TableCellTest.cs: New. Unit tests for TableCell. * TableItemStyleTest.cs: New. Unit tests for TableItemStyle. * TableHeaderCellTest.cs: New. Unit tests for TableHeaderCell. * TableRowTest.cs: New. Unit tests for TableRow. * TableStyleTest.cs: New. Unit tests for TableStyle. * TableTest.cs: New. Unit tests for Table. 2005-07-12 Miguel de Icaza * UnitTest.cs: Update test suite. 2005-07-12 Jordi Mas i Hernandez * ButtonTest.cs: add Default constructors tests * ImageButtonTest.cs: Adds ImageButtonTest 2005-07-11 Peter Dennis Bartok * WebControlTest.cs: Added test. 2005-07-11 Sebastien Pouliot * FontUnitTest.cs: Added more tests when looking for another bug... * StyleTest.cs: Added some unit tests for a null ctor and checks for emptyness. 2005-07-11 Jordi Mas i Hernandez * ButtonTest.cs: New unit test for Button 2005-07-08 Sebastien Pouliot * ImageTest.cs: New. Unit tests for Image. 2005-07-08 Jackson Harper * LiteralTest.cs: new test. * MonthCalendarEventArgsTest.cs: new test. 2005-07-08 Jackson Harper * AdCreatedEventArgsTest.cs: Added test. 2005-07-07 Miguel de Icaza * XmlTest.cs: Added test. 2005-07-07 Peter Dennis Bartok * StyleTest.cs: Added test. 2005-07-07 Miguel de Icaza * LabelTest.cs: Add test. 2005-07-07 Ben Maurer * FontUnitTest.cs: Make it run on msft 2005-07-06 Miguel de Icaza * FontUnitTest.cs: New unit tests. * UnitTest.cs: Add support for different cultures and the Decimal separator, * UnitTest.cs: Add tests for null and "" arguments to Parse and Unit(string) which produce IsEmpty units. * UnitTest.cs: Fresh file with tests. 2004-10-08 Sanjay Gupta * TestControlIDConverter.cs: Added new test file for ControlIDConverter.