ChangeLog 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210
  1. 2006-07-18 Vladimir Krasnov <[email protected]>
  2. * GridViewTest.cs: removed NotWorking attributes, added tests
  3. 2006-07-17 Yoni Klain <[email protected]>
  4. * SiteMapPathTest.cs: added new test
  5. 2006-07-17 Andrew Skiba <[email protected]>
  6. * CommandFieldTest.cs: added positive flow test for
  7. ValidateSupportsCallback
  8. 2006-07-17 Andrew Skiba <[email protected]>
  9. * WebControlTest.cs: added tests for display style
  10. 2006-07-17 Vladimir Krasnov <[email protected]>
  11. * GridViewTest.cs: added new test
  12. 2006-07-16 Vladimir Krasnov <[email protected]>
  13. * BoundFieldTest.cs: added new test
  14. 2006-07-16 Andrew Skiba <[email protected]>
  15. * SiteMapPathTest.cs: fix expected results for dotnet in 3 tests;
  16. add 2 new asserts for InitializeItem
  17. 2006-07-16 Vladimir Krasnov <[email protected]>
  18. * BulletedListTest.cs: removed NotWorking attributes
  19. 2006-07-16 Yoni Klain <[email protected]>
  20. * added WizardStepBaseTest.cs; WizardStepTest.cs; WizardStepCollectionTest.cs
  21. 2006-07-13 Gonzalo Paniagua Javier <[email protected]>
  22. * DataListTest.cs: new test for templated items. Patch by Jarosław
  23. Pawlak.
  24. 2006-07-12 Yoni Klain <[email protected]>
  25. * WizardTest.cs added new tests;
  26. * SiteMapPathTest.cs removed remarks
  27. 2006-07-11 Vladimir Krasnov <[email protected]>
  28. * GridViewTest.cs: added GridView_RenderingCheckBoxField2
  29. for testing of autogenerated checkbox column
  30. 2006-07-11 Yoni Klain <[email protected]>
  31. * ImageFieldTest.cs added new tests;
  32. 2006-07-10 Andrew Skiba <[email protected]>
  33. * SiteMapPathTest.cs: fix expected results for IE user-agent
  34. >>>>>>> .r62654
  35. 2006-07-09 Yoni Klain <[email protected]>
  36. * MenuTest.cs changes on postback;
  37. 2006-07-09 Yoni Klain <[email protected]>
  38. * ContentTest.cs changes on event test;
  39. 2006-07-07 Yoni Klain <[email protected]>
  40. * added PagerSettingsTest.cs;GridViewRowCollectionTest.cs;
  41. ContentTest.cs;GridViewRowTest.cs
  42. 2006-07-07 Yoni Klain <[email protected]>
  43. * GridViewTest.cs, MenuTest.cs added PostBack tests
  44. 2006-07-05 Vladimir Krasnov <[email protected]>
  45. * added CreateUserWizardTest.cs
  46. 2006-07-03 Vladimir Krasnov <[email protected]>
  47. * BoundFieldTest.cs, ButtonFieldTest.cs, DataControlFieldTest.cs
  48. HyperLinkFieldTest.cs, ImageFieldTest.cs: removed NotWorking
  49. attribute from Initialize test case
  50. 2006-06-28 Juraj Skripsky <[email protected]>
  51. * RegularExpressionValidatorTest.cs: check for automatic wrapping of
  52. expression with "^...$".
  53. 2006-06-28 Vladimir Krasnov <[email protected]>
  54. * Added WizardTest.cs: Wizard control basic tests
  55. 2006-06-25 Yoni Klain <[email protected]>
  56. * GridViewTest.cs;
  57. * AutoGeneratedFieldTest.cs;BoundFieldTest.cs;DataControlFieldTest.cs;
  58. * DataControlFieldCollectionTest.cs;DataKeyArrayTest.cs;
  59. * DataKeyTest.cs;ButtonFieldBaseTest.cs;HyperLinkFieldTest.cs;
  60. * CommandFieldTest.cs;CheckBoxFieldTest.cs;TemplateFieldTest.cs
  61. * GridView test and GridView subclasses tests.
  62. 2006-06-25 Konstantin Triger <[email protected]>
  63. * FormViewTest.cs: test for PageIndex bounds.
  64. 2006-06-21 Andrew Skiba <[email protected]>
  65. * ThemeTest.cs, SiteMapPathTest.cs, FormViewTest.cs, MenuTest.cs,
  66. MasterPageTest.cs: NunitWeb refactoring
  67. 2006-06-21 Andrew Skiba <[email protected]>
  68. * FileUploadTest.cs: add new tests for FileUpload control
  69. 2006-06-20 Andrew Skiba <[email protected]>
  70. * ThemeTest.cs: add new test for UrlPropertyAttribute
  71. 2006-06-20 Andrew Skiba <[email protected]>
  72. * FormViewTest.cs: add new test for CssClass attribute
  73. 2006-06-14 Gonzalo Paniagua Javier <[email protected]>
  74. * RepeaterItemCollectionTest.cs: New file.
  75. 2006-06-14 Andrew Skiba <[email protected]>
  76. * MenuTest.cs: add test for CssClass attribute
  77. 2006-06-13 Juraj Skripsky <[email protected]>
  78. * CalendarTest.cs (SelectDateProperty): Make sure SelectedDate is
  79. automatically "rounded" to the same date with time set to 12:00am.
  80. 2006-05-28 Andrew Skiba <[email protected]>
  81. * ThemeTest.cs, MenuTest.cs, MasterPageTest.cs: rename methods to make
  82. nunit quiet
  83. 2006-05-21 Yoni Klain <[email protected]>
  84. * ThemeTest.cs - Add new test
  85. 2006-05-21 Yoni Klain <[email protected]>
  86. * MasterPageTest.cs - add attributes for NotWorking tests
  87. * MenuTest.cs - sleep time changed
  88. 2006-05-21 Yoni Klain <[email protected]>
  89. * Added MasterPageTest.cs
  90. 2006-05-21 Yoni Klain <[email protected]>
  91. * MenuTest.cs, SiteMapPathTest.cs ,BulletedListTest.cs - add attributes for NotWorking tests
  92. 2006-05-21 Yoni Klain <[email protected]>
  93. * Added ContentTest.cs
  94. 2006-05-17 Andrew Skiba <[email protected]>
  95. * MenuTest.cs, SiteMapPathTest.cs: multiple changes, now passes on
  96. dotnet with mono makefile
  97. 2006-05-14 Yoni Klain <[email protected]>
  98. * Added MenuTest.cs
  99. 2006-05-14 Yoni Klain <[email protected]>
  100. * Added SiteMapPathTest.cs
  101. 2006-04-30 Yoni Klain <[email protected]>
  102. * Added SiteMapDataSourceTest.cs
  103. 2006-04-23 Tal Klahr <[email protected]>
  104. * Added ViewTest.cs and MultiViewTest.cs
  105. 2006-04-25 Konstantin Triger <[email protected]>
  106. * FormViewTest.cs: added test for PageCount.
  107. 2006-04-20 Konstantin Triger <[email protected]>
  108. * FormViewTest.cs: added test for PageIndex.
  109. 2006-04-06 Konstantin Triger <[email protected]>
  110. * DataListTest.cs: added test for DataSourceID.
  111. 2006-04-06 Konstantin Triger <[email protected]>
  112. * LoginTest.cs: Added LayoutTemplate property Test.
  113. * LoginViewTest.cs: Added AnonymousTemplate property Test.
  114. 2006-03-28 Alexandre Miguel Pedro Gomes <[email protected]>
  115. * FontInfoTest.cs: Implemented ShouldSerializeNames tests
  116. 2006-03-06 Vladimir Krasnov <[email protected]>
  117. * CalendarTest.cs: refactoring, inline delegates replaced with
  118. regular ones.
  119. * LinkButtonTest.cs: same
  120. 2006-03-03 Vladimir Krasnov <[email protected]>
  121. * PagedDataSourceTest.cs: added TARGET_JVM part to exclude
  122. not working tests.
  123. * WebControlTest.cs: same
  124. 2006-02-21 Chris Toshok <[email protected]>
  125. * SqlDataSourceTest.cs, SqlDataSourceViewTest.cs,
  126. AccessDataSourceTest.cs: new tests.
  127. 2005-12-14 Gonzalo Paniagua Javier <[email protected]>
  128. * DropDownListTest.cs: test for html-encoding of the text.
  129. 2005-11-21 Gonzalo Paniagua Javier <[email protected]>
  130. * RadioButtonTest.cs: more tests for the 'name' attribute.
  131. 2005-10-24 Gonzalo Paniagua Javier <[email protected]>
  132. * LiteralTest.cs: Literal allows LiteralControl.
  133. 2005-10-20 Gonzalo Paniagua Javier <[email protected]>
  134. * ListBoxTest.cs: a few more tests for ListBox and selection.
  135. 2005-10-18 Gonzalo Paniagua Javier <[email protected]>
  136. * ListControlTest.cs: 3 more tests for ListControl.
  137. 2005-10-17 Gonzalo Paniagua Javier <[email protected]>
  138. * CustomValidatorTest.cs: an empty control name is valid.
  139. 2005-10-17 Sebastien Pouliot <[email protected]>
  140. * RequiredFieldValidatorCas.cs: New. CAS unit for
  141. RequiredFieldValidator.
  142. 2005-10-10 Gonzalo Paniagua Javier <[email protected]>
  143. * DataListTest.cs: added some style and IRepeatInfoUser tests.
  144. 2005-10-04 Gonzalo Paniagua Javier <[email protected]>
  145. * ListBoxTest.cs: the name is the UniqueID, not the ClientID.
  146. * WebControlTest.cs: Attributes statebag is case insensitive.
  147. 2005-10-02 Gonzalo Paniagua Javier <[email protected]>
  148. * ImageButtonTest.cs: test that 'name' attribute is rendered.
  149. 2005-10-02 Gonzalo Paniagua Javier <[email protected]>
  150. * DataGridTest.cs: Test for ButtonColumn with DataTextField.
  151. 2005-10-02 Gonzalo Paniagua Javier <[email protected]>
  152. * DataGridTest.cs: new test for the style of the linkbutton in the
  153. headers when sorting is enabled. Also test that the Items property
  154. contains the DataGridItems.
  155. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  156. * TableCellTest.cs: the "Text" viewstate value does not control whether
  157. we render the children or not.
  158. * EditCommandColumnTest.cs: some tests do not pass on MS rutime for me,
  159. so I've made them NotDotNet and fixed all the problems. Also added tests
  160. to ensure that the TextBox's form the BoundColumns are present in the
  161. hierarchy, as before we did nothing there.
  162. * ButtonTest.cs: test to show that a Button's children are not rendered.
  163. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  164. * PagedDataSourceTest.cs: more tests.
  165. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  166. * PagedDataSourceTest.cs: more tests.
  167. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  168. * CalendarTest.cs: added test to check for ID and base attributes being
  169. copied from the calendar into the table.
  170. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  171. * PagedDataSourceTest.cs: nullref is throw on null DataSource.
  172. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  173. * DataGridTest.cs: fixed a test and added a commented out one that works
  174. fine in mono but throws nullref with MS.
  175. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  176. * DataGridTest.cs: more tests that add a TemplateColumn.
  177. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  178. * EditCommandColumnTest.cs: added a test here for datagrid, as this was
  179. the file whose test failed because the id of the datagrid generated
  180. table.
  181. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  182. * FontUnitCas.cs: method name change in FontUnitTest.
  183. * FontUnitTest.cs: splitted tests, enabled the "NotWorking" ones and
  184. added tests for FontSize names beginning with x and containing a dash.
  185. 2005-09-27 Gonzalo Paniagua Javier <[email protected]>
  186. * ListControlTest.cs: new tests for SelectedValue, SelectedIndex and
  187. DataBinding.
  188. 2005-09-24 Gonzalo Paniagua Javier <[email protected]>
  189. * DataGridTest.cs:
  190. * DataListTest.cs: OnItemCommand is raised always in OnBubbleEvent.
  191. 2005-09-23 Sebastien Pouliot <[email protected]>
  192. * LoginTest.cs: Make OnBubbleEvent_Authenticated_OnAuthenticate test
  193. case "work" on both MS and Mono.
  194. * UnitTest.cs: IncorrectConstructor9 was fixed (in 2.0 RC) to throw
  195. the FormatException (just like earlier fx did).
  196. 2005-09-23 Sebastien Pouliot <[email protected]>
  197. * LabelCas.cs, LinkButtonCas.cs, ListBoxCas.cs, ListControlCas.cs,
  198. ListItemCas.cs, ListItemCollectionCas.cs, LiteralCas.cs, LoginCas.cs,
  199. LoginNameCas.cs, LoginStatusCas.cs, MonthChangedEventArgsCas.cs,
  200. PagedDataSourceCas.cs, PanelCas.cs, RadioButtonCas.cs,
  201. RadioButtonListCas.cs, RangeValidatorCas.cs,
  202. RegularExpressionValidatorCas.cs, RepeaterCas.cs, RepeatInfoCas.cs,
  203. RoleGroupCas.cs, RoleGroupCollectionCas.cs,
  204. SelectedDatesCollectionCas.cs, StyleCas.cs, TableCas.cs,
  205. TableCellCas.cs, TableFooterRowCas.cs, TableHeaderCellCas.cs,
  206. TableHeaderRowCas.cs, TableItemStyleCas.cs, TableRowCas.cs,
  207. TableSectionStyleCas.cs, TableStyleCas.cs, TargetConverterCas.cs,
  208. TextBoxCas.cs, TreeViewCas.cs, UnitCas.cs, UnitConverterCas.cs,
  209. ValidatedControlConverterCas.cs, ValidationSummaryCas.cs,
  210. WebColorConverterCas.cs, WebControlCas.cs, XmlCas.cs,
  211. XmlDataSourceCas.cs: New CAS unit tests - checks for LinkDemands and
  212. re-execute the "classic" unit tests under the most retricted security
  213. permissions possible.
  214. 2005-09-23 Sebastien Pouliot <[email protected]>
  215. * LinkButtonTest.cs: Fixed fixture name (Text -> Test).
  216. * ListItemTest.cs: Fixed header.
  217. * LoginTest.cs: Changed [Ignore] to [Category ("NotDotNet")] on
  218. OnBubbleEvent_Authenticated_OnAuthenticate () test case.
  219. * PagedDataSourceTest.cs: Added missing [Test] to
  220. TestEnumerators_NoPaging test case.
  221. * RadioButtonListTest.cs: Fixed header.
  222. * RepeatInfoTest.cs: Add missing [Test] on DefaultValues test case.
  223. * UnitConverterTest.cs: Fixed test cases (commited bu never executed)
  224. before including it in the suite.
  225. * ValidatorTest.cs: Fixed header.
  226. * WebColorConverterTest.cs: Fixed header.
  227. 2005-09-21 Sebastien Pouliot <[email protected]>
  228. * AdCreatedEventArgsCas.cs, BaseCompareValidatorCas.cs,
  229. BaseDataBoundControlCas.cs, BaseDataListCas.cs, BaseValidatorCas.cs,
  230. BoundColumnCas.cs, ButtonColumnCas.cs, CalandarCas.cs,
  231. CalendarDayCas.cs, CheckBoxCas.cs, CheckBoxListCas.cs,
  232. CompareValidatorCas.cs, CompositeControlCas.cs, CustomValidatorCas.cs,
  233. DataBoundControlCas.cs, DataGridCas.cs, DataGridColumnCas.cs,
  234. DataGridItemCas.cs, DataGridItemCollectionCas.cs,
  235. DataGridPagerStyleCas.cs, DataKeyCollectionCas.cs, DataListItemCas.cs,
  236. DataListItemCollectionCas.cs, EditCommandColumnCas.cs, FontInfoCas.cs,
  237. FontNamesConverterCas.cs, FontUnitCas.cs, FormViewCas.cs,
  238. HyperLinkCas.cs, HyperLinkColumnCas.cs, ImageButtonCas.cs,
  239. ImageCas.cs: New CAS unit tests - checks for LinkDemands and
  240. re-execute the "classic" unit tests under the most retricted security
  241. permissions possible.
  242. 2005-09-20 Gonzalo Paniagua Javier <[email protected]>
  243. * DataGridTest.cs: added data binding tests.
  244. * BaseDataListTest.cs: it's DataKeys (arraylist) what gets to the
  245. viewstate, not the DataKeyCollection.
  246. 2005-09-20 Sebastien Pouliot <[email protected]>
  247. * AdCreatedEventArgsTest.cs, BaseCompareValidatorTest.cs,
  248. CompositeControlTest.cs, DataListTest.cs, DropDownListTest.cs,
  249. EditCommandColumnTest.cs, FontNamesConverterTest.cs, FormViewTest.cs,
  250. ListControlTest.cs, MonthChangedEventArgsTest.cs,
  251. RadioButtonListTest.cs, StyleTest.cs, TableCellTest.cs,
  252. TextBoxTest.cs, TreeViewTest.cs, ValidatedControlConverterTest.cs:
  253. Fixed tests results under 2.0 Release Candidate (for NET_2_0).
  254. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  255. * DataGridTest.cs: fix expected/actual order. Added test for HeaderText
  256. and empty ArrayList.
  257. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  258. * TableCellTest.cs: TableCell does not get an automatic ID.
  259. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  260. * TableStyleTest.cs: added test to check that GridLines is correctly
  261. restored in LoadViewState.
  262. 2005-09-13 Gonzalo Paniagua Javier <[email protected]>
  263. * TableCellTest.cs: added new test cases for bug #76078.
  264. 2005-09-09 Gonzalo Paniagua Javier <[email protected]>
  265. * ListItemTest.cs: tests for ListItem.
  266. * RadioButtonListTest.cs: more test for load/raise.
  267. 2005-09-09 Chris Toshok <[email protected]>
  268. * StyleTest.cs (FontInfo_Empty): test to see if changes to
  269. Style.Font cause changes in the style's empty status.
  270. 2005-09-07 Chris Toshok <[email protected]>
  271. * CalendarTest.cs (TestSelectedColorDefault): we need to split up
  272. the color tests since they're rendered in different orders by
  273. ms/us.
  274. 2005-09-07 Chris Toshok <[email protected]>
  275. * ListControlTest.cs: add tests for the ControlState.
  276. 2005-09-05 Chris Toshok <[email protected]>
  277. * FormViewTest.cs: new tests.
  278. 2005-09-05 Chris Toshok <[email protected]>
  279. * DataBoundControlTest.cs: new tests.
  280. * BaseDataBoundControlTest.cs: new tests.
  281. 2005-09-01 Chris Toshok <[email protected]>
  282. * ListControlTest.cs (DefaultProperties): add tests for TagKey,
  283. Text, and AppendDataBoundItems.
  284. (ViewStateContents): add checks for Text and AppendDataBoundItems.
  285. 2005-09-01 Raja R Harinath <[email protected]>
  286. * CalendarTest.cs: Remove duplicate using-declarations.
  287. * XmlDataSourceTest.cs: Protect with NET_2_0 guard.
  288. * RepeaterTest.cs (Poker.GetSelectArguments): Likewise.
  289. (Poker.DoCreateDataSourceSelectArguments): Likewise.
  290. (Repeater_DefaultsSelectArguments): Likewise.
  291. 2005-08-31 Chris Toshok <[email protected]>
  292. * TreeViewTest.cs: beginnings of new tests.
  293. * RepeaterTest.cs: same.
  294. * XmlDataSourceTest.cs: same.
  295. 2005-08-27 Chris Toshok <[email protected]>
  296. * TextBoxTest.cs: add 2.0 test to show that validation properties
  297. have no effect on downlevel rendering.
  298. 2005-08-26 Chris Toshok <[email protected]>
  299. * TextBoxTest.cs: add tests for the 2.0 validation properties, and
  300. to make sure they're getting saved to the viewstate.
  301. 2005-08-26 Chris Toshok <[email protected]>
  302. * FontUnitTest.cs: Add tests for the two 2.0 constructors, and the
  303. 2.0 ToString(IFormatProvider) method.
  304. * UnitTest.cs: Add tests for the 2.0 ToString(IFormatProvider)
  305. method.
  306. 2005-08-26 Sebastien Pouliot <[email protected]>
  307. * TableStyleTest.cs: New test cases for 2.0.
  308. 2005-08-25 Sebastien Pouliot <[email protected]>
  309. * CheckBoxListTest.cs: Use Ben's CleanHtmlTextWriter to compare
  310. rendered output. Re-ordered the expected value to match. Rendering
  311. tests now pass on Mono 1.x|2.0 profile and MS 1.x.
  312. * DropDownListTest.cs: (Properties) we have the same 2.0 failure on
  313. both Mono and MS runtime, maybe it's a feature ;-)
  314. 2005-08-25 Chris Toshok <[email protected]>
  315. * CalendarTest.cs: add viewstate tests for Caption/CaptionAlign
  316. (2.0).
  317. 2005-08-25 Sebastien Pouliot <[email protected]>
  318. * HyperLinkTest.cs: Fixed the expected output rendering for 2.0.
  319. 2005-08-25 Peter Dennis Bartok <[email protected]>
  320. * StyleTest.cs: Added tests for CssRegisteredStyle
  321. 2005-08-25 Sebastien Pouliot <[email protected]>
  322. * StyleTest.cs: Added test for IsStyleEmpty(null).
  323. 2005-08-24 Chris Toshok <[email protected]>
  324. * ValidationSummaryTest.cs (ValidationSummary_ValidationGroup):
  325. add tests for ValidationGroup, making sure it's stored in the
  326. ViewState.
  327. 2005-08-24 Sebastien Pouliot <[email protected]>
  328. * RoleGroupTest.cs: New (2.0). Unit tests for RoleGroup.
  329. * RoleGroupCollectionTest.cs: New (2.0). Unit tests for
  330. RoleGroupCollection.
  331. 2005-08-23 Chris Toshok <[email protected]>
  332. * RepeatInfoTest.cs (RenderRepeater_BaseControl): the 2.0 ReatInfo
  333. class does things a little differently.
  334. 2005-08-22 Chris Toshok <[email protected]>
  335. * ListControlTest.cs: #if NET_2_0 some of the asserts whose values
  336. are different in 2.0.
  337. * ValidationSummaryTest.cs: same.
  338. * XmlTest.cs: same.
  339. * ListBoxTest.cs: same.
  340. * CheckBoxTest.cs: same.
  341. * UnitTest.cs: same.
  342. * TextBoxTest.cs: same.
  343. * CustomValidatorTest.cs: same.
  344. * DataGridTest.cs: same.
  345. * BaseCompareValidatorTest.cs: remove ko-KR, since my laptop
  346. presently can't find it, and we already have another ymd date
  347. element order.
  348. 2005-08-22 Chris Toshok <[email protected]>
  349. * RepeatInfoTest.auto.cs: regenerate.
  350. * RepeatInfoTest.auto.2.0.cs: generate using .Net 2.0.
  351. * RepeatInfoTest.gen.cs: add wrapper #ifdefs for the 1.x/2.0 cases
  352. - we need both.
  353. 2005-08-22 Chris Toshok <[email protected]>
  354. * BaseCompareValidatorTest.cs: fix the tests that change behavior
  355. between 1.x and 2.0.
  356. 2005-08-22 Chris Toshok <[email protected]>
  357. * LinkButtonTest.cs: add validation group tests.
  358. 2005-08-22 Chris Toshok <[email protected]>
  359. * ImageButtonTest.cs: add NET_2_0 validation tests.
  360. 2005-08-22 Chris Toshok <[email protected]>
  361. * CheckBoxTest.cs: add NET_2_0 validation tests.
  362. 2005-08-22 Chris Toshok <[email protected]>
  363. * ButtonTest.cs (Button_DefaultValues): add NET_2_0 test for
  364. ValidationGroup.
  365. (Button_ViewState): same.
  366. 2005-08-22 Sebastien Pouliot <[email protected]>
  367. * LoginNameTest.cs: New. Unit tests for LoginName control (2.0).
  368. * LoginStatusTest.cs: New. Unit tests for LoginStatus control (2.0).
  369. 2005-08-19 Sebastien Pouliot <[email protected]>
  370. * TableCellTest.cs: Add test cases for AssociatedHeaderCellID (2.0).
  371. 2005-08-18 Sebastien Pouliot <[email protected]>
  372. * BaseDataListTest.cs: Added test cases for new properties, methods
  373. and events defined in 2.0.
  374. * LoginTest.cs: Added test cases for On* methods.
  375. 2005-08-17 Chris Toshok <[email protected]>
  376. * CompositeControlTest.cs: put it in the MonoTests. namespace so
  377. it shows up in the right place in the nunit gui.
  378. 2005-08-16 Sebastien Pouliot <[email protected]>
  379. * DataListTest.cs: Fixed ViewState test to work on both 1.x and 2.0.
  380. Added tests for Load|SaveControlState (2.0). Added basic tests for
  381. SelectedValue property (2.0).
  382. * LoginTest.cs: Added test cases to check for null (removal) on all
  383. string properties, added checks for all enums properties. Also added
  384. test case for SaveViewState.
  385. 2005-08-15 Sebastien Pouliot <[email protected]>
  386. * TableHeaderRowTest.cs: New. Reuse TableRowTest test cases to test
  387. TableHeaderRow class (2.0).
  388. * TableFooterRowTest.cs: New. Reuse TableRowTest test cases to test
  389. TableFooterRow class (2.0).
  390. * TableRowTest.cs: Added test cases for new (2.0) TableSection
  391. property. Reworked the tests to allow easier reuse of them by the
  392. TableHeaderRow and TableFooterRow classes.
  393. 2005-08-14 Sebastien Pouliot <[email protected]>
  394. * LoginTest.cs: New. Unit tests to test default values for Login.
  395. * TableHeaderCellTest.cs: Add tests for CategoryText and Scope
  396. properties (new in 2.0).
  397. * TableSectionStyleTest.cs: New. Unit tests for TableSectionStyle.
  398. Note that this new 2.0 class seems broken as it is not complete (MS).
  399. 2005-08-12 Chris Toshok <[email protected]>
  400. * CompositeControlTest.cs: a couple of tests for CompositeControl.
  401. 2005-08-09 Sebastien Pouliot <[email protected]>
  402. * BaseDataListTest.cs: Added tests for OnDataBinding.
  403. * DataLitItemTest.cs: Added more useful tests for rendering items,
  404. including a test when two tables are present and extractRows is true.
  405. Added tests for IDataItemContainer (2.0).
  406. 2005-08-08 Jackson Harper <[email protected]>
  407. * PagedDataSourceTest.cs: Tests for creating enumerators when
  408. paging is not enabled.
  409. 2005-08-08 Sebastien Pouliot <[email protected]>
  410. * HyperLinkTest.cs: Updated comments. Resolve doesn't work when doing
  411. unit tests (probably because it requires a Page, or something else
  412. that can be used as the base url for the application).
  413. 2005-08-03 Peter Dennis Bartok <[email protected]>
  414. * EditCommandColumnTest.cs: Updated; InitializeCell() passes except
  415. for the missing footer; InitializeCellEdit() has a problem with
  416. the name given to the TextBox controls
  417. 2005-08-05 Jackson Harper <[email protected]>
  418. * PagedDataSourceTest.cs: Tests for PageCount.
  419. 2005-08-04 Ben Maurer <[email protected]>
  420. * CalendarTest.cs: Test based on an msdn example. Again, I (heart)
  421. anonymous methods.
  422. 2005-08-04 Dick Porter <[email protected]>
  423. * DataGridColumnTest.cs: Tests for DataGridColumn
  424. 2005-08-03 Ben Maurer <[email protected]>
  425. * RepeatInfoTest.cs: Test for copying from base control
  426. * WebControlTest.cs: Issue I found while doing repeatinfo
  427. * LabelTest.cs: New tests.
  428. * PanelTest.cs: New tests
  429. 2005-08-03 Peter Dennis Bartok <[email protected]>
  430. * EditCommandColumnTest.cs: Enable tests
  431. 2005-08-03 Peter Dennis Bartok <[email protected]>
  432. * DataGridPagerStyleTest.cs: Added testcase
  433. 2005-08-03 Jordi Mas i Hernandez <[email protected]>
  434. * CalendarTest.cs: Trackview states
  435. 2005-08-02 Jackson Harper <[email protected]>
  436. * BoundColumnTest.cs: Start of tests for the BoundColumn class.
  437. 2005-08-02 Jordi Mas i Hernandez <[email protected]>
  438. * RadioButtonListTest.cs: test unit
  439. 2005-08-01 Jackson Harper <[email protected]>
  440. * TableStyleTest.cs: Check that items copied set the styles flags.
  441. 2005-08-01 Jackson Harper <[email protected]>
  442. * PagedDataSourceTest.cs: Test the enumerators a little.
  443. 2005-07-30 Chris Toshok <[email protected]>
  444. * HyperLinkColumnTest.cs: add some tests for how the column
  445. initializes a TableCell.
  446. 2005-07-30 Ben Maurer <[email protected]>
  447. * RepeatInfoTest.auto.cs: Regen.
  448. * RepeatInfoTest.gen.cs: Autogenerate tests for 0 items
  449. 2005-07-29 Chris Toshok <[email protected]>
  450. * BaseCompareValidatorTest.cs (CanConvert): disable B9, until we
  451. figure out a culture independent way to do it.
  452. (Convert): same with C17/C18.
  453. (MiscPropertiesAndMethods): test CutoffYear, GetFullYear, and
  454. GetDateElementOrder.
  455. 2005-07-27 Peter Dennis Bartok <[email protected]>
  456. * StyleTest.cs: Added font-related tests to check for special
  457. Name/Names behaviour
  458. 2005-07-29 Chris Toshok <[email protected]>
  459. * BaseCompareValidatorTest.cs: use DateTime to generate the
  460. strings for our date tests, since they're culture specific.
  461. 2005-07-29 Dick Porter <[email protected]>
  462. * RadioButtonTest.cs: Added tests for RadioButton
  463. 2005-07-29 Jordi Mas i Hernandez <[email protected]>
  464. * SelectedDatesCollectionTest.cs: new unit test
  465. * CalendarDayTest.cs: new unit test
  466. * CalendarTest.cs: more tests for calendar control
  467. 2005-07-28 Jackson Harper <[email protected]>
  468. * EditCommandColumnTest.cs: Make the DataGridTest nested so my
  469. top secret DataGrid tests will still compile.
  470. 2005-07-27 Peter Dennis Bartok <[email protected]>
  471. * EditCommandColumnTest.cs: Added tests; marked some as NotWorking
  472. until PagedDataSource is not throwing NotImpl
  473. 2005-07-27 Peter Dennis Bartok <[email protected]>
  474. * CustomValidatorTest.cs: Added tests
  475. 2005-07-27 Peter Dennis Bartok <[email protected]>
  476. * DataGridPagerStyleTest.cs: Added tests
  477. 2005-07-26 Peter Dennis Bartok <[email protected]>
  478. * DataGridItemTest.cs: Added tests
  479. 2005-07-26 Peter Dennis Bartok <[email protected]>
  480. * DataGridItemCollectionTest.cs: Added tests
  481. 2005-07-26 Ben Maurer <[email protected]>
  482. * RepeatInfoTest.cs: Remove tests that are contained below
  483. * RepeatInfoTest.auto.cs: Generated tests.
  484. * RepeatInfoTest.gen.cs: A test generator for repeatinfo
  485. 2005-07-25 Peter Dennis Bartok <[email protected]>
  486. * StyleTest.cs: Refined tests
  487. 2005-07-25 Jackson Harper <[email protected]>
  488. * DataGridTest.cs: More tests for the pager.
  489. 2005-07-22 Jackson Harper <[email protected]>
  490. * DataGridTest.cs: Basic test for InitializePager.
  491. 2005-07-22 Sebastien Pouliot <[email protected]>
  492. * HyperLinkTest.cs: New. (very basic) unit tests for HyperLink.
  493. 2005-07-21 Jackson Harper <[email protected]>
  494. * DataGridTest.cs: Test the order the events are invoked in when
  495. creating the control hierarchy.
  496. 2005-07-21 Sebastien Pouliot <[email protected]>
  497. * BaseDataList.cs: Replace IList test with IEnumerable test.
  498. * RepeatInfoTest.cs: Ignore the test about the baseControl / NRE.
  499. * TableCellTest.cs: Added tests for AddParsedSubObject versus the Text
  500. property (and LiteralControl).
  501. 2005-07-21 Peter Dennis Bartok <[email protected]>
  502. * CustomValidatorTest.cs: Added
  503. 2005-07-21 Peter Dennis Bartok <[email protected]>
  504. * RangeValidatorTest.cs: More test cases
  505. 2005-07-21 Sebastien Pouliot <[email protected]>
  506. * RepeatInfoTest.cs: Added test for RepeatColumn is 0.
  507. * TableRowTest.cs: Added style rendering tests (for my sanity).
  508. 2005-07-21 Jackson Harper <[email protected]>
  509. * PagedDataSourceTest.cs: Test to see what happens when we get a
  510. non ITypedList.
  511. 2005-07-21 Duncan Mak <[email protected]>
  512. * HyperLinkColumnTest.cs: Added new test for HyperLinkColumn.
  513. 2005-07-20 Peter Dennis Bartok <[email protected]>
  514. * DropDownListTest.cs: Added [ExpectedException] for double select
  515. test
  516. 2005-07-20 Ben Maurer <[email protected]>
  517. * DropDownListTest.cs (InitialSelectionMade): Add a test for a
  518. regression that seems to be caused by some change to
  519. ListItemCollection. Add this file to sources as all tests other
  520. than this pass using the old impl of ddl except for this, which is
  521. a regression.
  522. 2005-07-20 Sebastien Pouliot <[email protected]>
  523. * RepeatInfoTest.cs: More unit tests for arguments checks, default
  524. values, baseControl (not figured out yet) and OuterTableImplied.
  525. 2005-07-20 Jackson Harper <[email protected]>
  526. 2005-07-20 Jackson Harper <[email protected]>
  527. * DataGridTest.cs: Make sure we get back a proper columns
  528. collection.
  529. 2005-07-20 Jackson Harper <[email protected]>
  530. * DataGridTest.cs: The columns collection cached from the
  531. CreateColumnSet is stored in the view state.
  532. 2005-07-20 Sebastien Pouliot <[email protected]>
  533. * BaseDataListTest.cs: Added more tests ported from DataGridTest.
  534. * DataListTest.cs: Added more tests ported from DataGridTest.
  535. 2005-07-20 Peter Dennis Bartok <[email protected]>
  536. * ValidationSummaryTest.cs: Added rendering tests
  537. 2005-07-20 Jackson Harper <[email protected]>
  538. * DataGridTest.cs: Test generating column names with/without
  539. enabling useDataSource.
  540. 2005-07-20 Sebastien Pouliot <[email protected]>
  541. * DataListTest.cs: Add viewstate test.
  542. 2005-07-20 Jackson Harper <[email protected]>
  543. * DataGridTest.cs: Check the properties of newly created
  544. BoundColumns.
  545. 2005-07-20 Sebastien Pouliot <[email protected]>
  546. * BaseDataListTest.cs: Add render tests (all empty).
  547. * DataListTest.cs: Added Controls vs Items test.
  548. * WebControlTest.cs: Added new (passing) tests.
  549. 2005-07-19 Jackson Harper <[email protected]>
  550. * PagedDataSource.cs: New unit test for GetItemProperties.
  551. 2005-07-19 Jackson Harper <[email protected]>
  552. * DataGridTest.cs: New tests for creating column sets.
  553. 2005-07-19 Sebastien Pouliot <[email protected]>
  554. * DataListTest.cs: Add more tests for IRepeatInfoUser.
  555. * RepeatInfoTest.cs: New. Unit test for RepeatInfo (not exactly what
  556. I had expected...).
  557. 2005-07-19 Jackson Harper <[email protected]>
  558. * CheckBoxListTest.cs: New tests for FindControl.
  559. 2005-07-19 Jackson Harper <[email protected]>
  560. * DataGridTest.cs: New test for viewstate saving.
  561. 2005-07-19 Chris Toshok <[email protected]>
  562. * BaseValidatorTest.cs: use the right call (SetValidationTextBox)
  563. in ValidatorTest.
  564. 2005-07-19 Peter Dennis Bartok <[email protected]>
  565. * DropDownListTest.cs: Testcases added
  566. * RangeValidatorTest.cs: Added
  567. * ValidatedControlConverterTest.cs: Added
  568. * ValidationSummaryTest.cs: Added
  569. 2005-07-19 Chris Toshok <[email protected]>
  570. * BaseCompareValidatorTest.cs: add date tests.
  571. 2005-07-19 Jackson Harper <[email protected]>
  572. * DataGridTest.cs: Bubble tests for Page command. Tests for bad
  573. Page command bubble event args.
  574. 2005-07-19 Jackson Harper <[email protected]>
  575. * DataGridTest.cs: Select can also be bubbled.
  576. 2005-07-19 Jackson Harper <[email protected]>
  577. * DataGridTest.cs: Tests for the BubbleEvent.
  578. 2005-07-19 Jackson Harper <[email protected]>
  579. * DataGridTest.cs: New tests. Just does properties and events for
  580. the most part.
  581. 2005-07-18 Chris Toshok <[email protected]>
  582. * BaseCompareValidatorTest.cs: note the lack of Date tests, and
  583. add null tests.
  584. 2005-07-18 Chris Toshok <[email protected]>
  585. * BaseCompareValidatorTest.cs: new tests.
  586. 2005-07-19 Ben Maurer <[email protected]>
  587. * UnitConverterTest.cs: New tests
  588. 2005-07-18 Chris Toshok <[email protected]>
  589. * CompareValidatorTest.cs (CompareValidator_ValueToCompareTest,
  590. CompareValidator_ControlToCompareTest): new methods.
  591. * ValidatorTest.cs: add AddTextBox method.
  592. 2005-07-18 Chris Toshok <[email protected]>
  593. * RegularExpressionValidatorTest.cs: add a simple validation test.
  594. * ValidatorTest.cs: add a base class for validator tests, that
  595. enables a little scaffolding for faking out the test.
  596. 2005-07-18 Chris Toshok <[email protected]>
  597. * CompareValidatorTest.cs: new tests.
  598. 2005-07-18 Chris Toshok <[email protected]>
  599. * RegularExpressionValidatorTest.cs: new test.
  600. 2005-07-18 Sebastien Pouliot <[email protected]>
  601. * DataListTest.cs: Fix tests for 1.1 which keeps more stuff into it's
  602. ViewState.
  603. 2005-07-15 Peter Dennis Bartok <[email protected]>
  604. * DropDownListTest.cs: Testcases added
  605. 2005-07-15 Jackson Harper <[email protected]>
  606. * CheckBoxListTest.cs: New tests for FindControl.
  607. 2005-07-15 Jackson Harper <[email protected]>
  608. * WebControlTest.cs: New test to make sure NamingContainers are
  609. honoured when rendering client ids.
  610. 2005-07-15 Jackson Harper <[email protected]>
  611. * CheckBoxListTest.cs: More tests for the IRepeatInfoUser stuff
  612. and for rendering.
  613. 2005-07-15 Sebastien Pouliot <[email protected]>
  614. * BaseDataListTest.cs: New. Unit tests for abstract BaseDataList.
  615. * DataKeyCollectionTest.cs: New. Unit tests for DataKeyCollection.
  616. * DataListItemCollectionTest.cs: New. Unit tests for
  617. DataListItemCollection.
  618. * DataListItemTest.cs: New. Unit tests for DataListItem (incomplete).
  619. * DataListTest.cs: New. Unit tests for DataList (incomplete).
  620. 2005-07-14 Jackson Harper <[email protected]>
  621. * CheckBoxListTest.cs: Rendering tests.
  622. 2005-07-14 Jackson Harper <[email protected]>
  623. * CheckBoxListTest.cs: Fix the exception types thrown for bad
  624. enums. Mark as NotWorking as this doesn't work with the old
  625. CheckBoxList class anymore.
  626. 2005-07-14 Jackson Harper <[email protected]>
  627. * CheckBoxListTest.cs: Add some rendering tests. These aren't
  628. fully working yet so they are in the NotWorking category.
  629. 2005-07-14 Jackson Harper <[email protected]>
  630. * CheckBoxListTest.cs: This has the potential to be a beautiful
  631. test.
  632. 2005-07-14 Peter Dennis Bartok <[email protected]>
  633. * WebColorConverter.cs: Testcases added
  634. 2005-07-14 Jackson Harper <[email protected]>
  635. * ListControlTest.cs: New test for the viewstate and item
  636. selection.
  637. 2005-07-14 Dick Porter <[email protected]>
  638. * CheckBoxTest.cs: Added enum checks
  639. 2005-07-14 Peter Dennis Bartok <[email protected]>
  640. * TargetConverterTest.cs: Testcases added
  641. 2005-07-14 Duncan Mak <[email protected]>
  642. * PagedDataSourceTest.cs: Added testcases.
  643. (PageCountTest, CountTest, IsLastPageTest): Needs more work.
  644. 2005-07-13 Peter Dennis Bartok <[email protected]>
  645. * FontNamesConverterTest.cs: Testcases added
  646. 2005-07-13 Peter Dennis Bartok <[email protected]>
  647. * ListItemCollectionTest.cs: Added
  648. * ListBoxTest.cs: Marked test as not working since it dependes on
  649. ListControl making a call to an obsolete internal method
  650. 2005-07-13 Jackson Harper <[email protected]>
  651. * ListControlTest.cs: New tests for the ListControl.
  652. 2005-07-13 Jackson Harper <[email protected]>
  653. * ListBoxTest.cs: Exception is thrown (by ListControl). Dont run
  654. the BadBorderStyle test as this fails in ListControls.
  655. 2005-07-13 Sebastien Pouliot <[email protected]>
  656. * ImageTest.cs: Added tests for DescriptionUrl in 1.1 profile as this
  657. property was added in Fx 1.1 SP1.
  658. * StyleTest.cs: Added more tests for CopyFrom to test it's behavior,
  659. e.g. it doesn't reset itself nor remove it's properties if they're
  660. not part of the copied Style instance.
  661. * TableTest.cs: Adjusted values so we're not testing a 100% match with
  662. MS lines/indentations.
  663. * TableRowTest.cs: Use Ben's trick on StreamWriter (\r\n). Adjusted
  664. values so we're not testing a 100% match with MS lines/indentations.
  665. * WebControlTest.cs: Added tests to remove attributes and style before
  666. rendering. Empty style properties shouldn't be rendered.
  667. 2005-07-13 Dick Porter <[email protected]>
  668. * CheckBoxTest.cs: Added tests for CheckBox - currently all
  669. passing on mono and ms runtimes.
  670. 2005-07-12 Sebastien Pouliot <[email protected]>
  671. * WebControlTest.cs: Added another test for RenderBeginTag, this time
  672. using an attribute (renamed old test as it was for style attributes).
  673. 2005-07-12 Peter Dennis Bartok <[email protected]>
  674. * WebControlTest.cs: Added test for loading/saving of state. Switched
  675. to use Sebastiens GetWriter method
  676. 2005-07-12 Jackson Harper <[email protected]>
  677. * ListBoxTest.cs: Some simple tests for the ListBox control.
  678. 2005-07-12 Sebastien Pouliot <[email protected]>
  679. * TableTest.cs: Use Ben's trick on StreamWriter.
  680. * WebControlTest.cs: Added tests for RenderBeginTag.
  681. 2005-07-12 Sebastien Pouliot <[email protected]>
  682. * TableCellTest.cs: New. Unit tests for TableCell.
  683. * TableItemStyleTest.cs: New. Unit tests for TableItemStyle.
  684. * TableHeaderCellTest.cs: New. Unit tests for TableHeaderCell.
  685. * TableRowTest.cs: New. Unit tests for TableRow.
  686. * TableStyleTest.cs: New. Unit tests for TableStyle.
  687. * TableTest.cs: New. Unit tests for Table.
  688. 2005-07-12 Miguel de Icaza <[email protected]>
  689. * UnitTest.cs: Update test suite.
  690. 2005-07-12 Jordi Mas i Hernandez <[email protected]>
  691. * ButtonTest.cs: add Default constructors tests
  692. * ImageButtonTest.cs: Adds ImageButtonTest
  693. 2005-07-11 Peter Dennis Bartok <[email protected]>
  694. * WebControlTest.cs: Added test.
  695. 2005-07-11 Sebastien Pouliot <[email protected]>
  696. * FontUnitTest.cs: Added more tests when looking for another bug...
  697. * StyleTest.cs: Added some unit tests for a null ctor and checks for
  698. emptyness.
  699. 2005-07-11 Jordi Mas i Hernandez <[email protected]>
  700. * ButtonTest.cs: New unit test for Button
  701. 2005-07-08 Sebastien Pouliot <[email protected]>
  702. * ImageTest.cs: New. Unit tests for Image.
  703. 2005-07-08 Jackson Harper <[email protected]>
  704. * LiteralTest.cs: new test.
  705. * MonthCalendarEventArgsTest.cs: new test.
  706. 2005-07-08 Jackson Harper <[email protected]>
  707. * AdCreatedEventArgsTest.cs: Added test.
  708. 2005-07-07 Miguel de Icaza <[email protected]>
  709. * XmlTest.cs: Added test.
  710. 2005-07-07 Peter Dennis Bartok <[email protected]>
  711. * StyleTest.cs: Added test.
  712. 2005-07-07 Miguel de Icaza <[email protected]>
  713. * LabelTest.cs: Add test.
  714. 2005-07-07 Ben Maurer <[email protected]>
  715. * FontUnitTest.cs: Make it run on msft
  716. 2005-07-06 Miguel de Icaza <[email protected]>
  717. * FontUnitTest.cs: New unit tests.
  718. * UnitTest.cs: Add support for different cultures and the Decimal
  719. separator,
  720. * UnitTest.cs: Add tests for null and "" arguments to Parse and
  721. Unit(string) which produce IsEmpty units.
  722. * UnitTest.cs: Fresh file with tests.
  723. 2004-10-08 Sanjay Gupta <[email protected]>
  724. * TestControlIDConverter.cs: Added new test file for ControlIDConverter.