New test.
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
1 2006-11-28  Nagappan A  <anagappan@novell.com>
2
3         * DataTableTest.cs (TestWriteXmlSchema1): Modified the expected
4         output same as MS.NET 2.0 output.
5         (TestWriteXmlSchema2, TestWriteXmlSchema3): Modified the expected
6         output same as MS.NET 2.0 output.
7         (WriteXmlSchema, WriteXmlSchema2, WriteXmlSchema3): Updated the tests
8         to work. Removed NotWorking attribute.
9         (WriteXmlSchema4, WriteXmlSchema5, WriteXmlSchema6): Updated the tests
10         to work. Removed NotWorking attribute.
11         (WriteXmlSchema_Relations_ForeignKeys): Updated the tests to
12         work. Removed NotWorking attribute.
13         (ReadWriteXmlSchema_2, ReadWriteXmlSchemaExp_NoTableName): Updated
14         the tests to work. Removed NotWorking attribute.
15         (ReadWriteXmlSchemaExp_NoFileName): Added new tests.
16
17         * DataSetTest.cs: Updated the tests to work with 2.0
18         profile. Expected 2.0 and 1.0 outputs are different with respect
19         to XML Schema.
20
21         * DataRowCollectionTest.cs (IndexOf): API is implemented and so
22         removed NotWorking attribute.
23         (IndexOfTest): Added new test to test IndexOf API.
24
25 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
26
27         * DataSetReadXmlTest.cs: Added NotWorking test for bug #80048.
28
29 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
30
31         * DataSetReadXmlTest.cs: Added NotWorking test for bug #80045.
32
33 2006-11-21  Nagappan A  <anagappan@novell.com>
34
35         * DataViewTest.cs (BeginInit2): Checks for the data view public
36         event Initialized.
37
38         * DataSetTest.cs (CreateDataReader1, CreateDataReader2,
39         CreateDataReader3, Load_Basic, Load_TableConflictT,
40         Load_TableConflictT, Load_TableConflictF, Load_TableUnknown,
41         Load_StringsAsc, Load_StringsDesc, Load_StringsNew,
42         Load_StringsNewMerge): Removed 'NotWorking' attribute and made the
43         testcase to work.
44
45         * DataSetTest2.cs (LoadTest1, LoadTest2): Implemented functions to
46         test DataSet.Load
47
48 2006-11-15  Nagappan A  <anagappan@novell.com>
49
50         * DataTableTest.cs (NewRowAddedTest): Checks for the DataTable
51         TableNewRow added event raise.
52         (ClearTest): Checks for the table clearning event fired on
53         clearing a table.
54         (OnTableClearing, OnTableNewRowAdded): Implemented new event
55         handler functions.
56         (TestWriteXmlSchema1): Test WriteXmlSchema on a DataTable without
57         associating a DataSet.
58         (TestWriteXmlSchema2): Test WriteXmlSchema on a DataTable after
59         associating a DataSet, but without hierarchy.
60         (TestWriteXmlSchema3): Test WriteXmlSchema on a DataTable after
61         associating a DataSet, with hierarchy.
62         (TableInitializedEventTest[1234]): Tests different TableInitialized
63         event generation.
64         * BinarySerializationTest.cs: Added new file to test
65         BinarySerialization implementation.
66
67 2006-11-24  Konstantin Triger <kostat@mainsoft.com>
68
69         * DataColumnTest.cs: Added test for DataColunm.AllowDBNull
70         * DataTableTest.cs: removed fixed NotWorkings
71
72 2006-10-24  Hagit Yidov <hagity@mainsoft.com>
73
74         * DataTableReadXmlSchemaTest.cs : More tests for ReadXmlSchema()
75
76 2006-10-12  Hagit Yidov <hagity@mainsoft.com>
77
78         * DataTableTest.cs : added tests for ReadXmlSchema() and WriteXmlSchema().
79 (Some of the tests use following files: own_schema1.xsd, own_schema2.xsd, region.xml, store.xsd)
80
81 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
82
83         * ForeignKeyConstraintTest2.cs: Added test for bug #79689.
84
85 2006-10-12  Hagit Yidov <hagity@mainsoft.com>
86
87         * DataTableTest.cs : added tests for ReadXmlSchema() and WriteXmlSchema().
88 (Some of the tests use following files: own_schema1.xsd, own_schema2.xsd, region.xml, store.xsd)
89
90 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
91
92         * DataRelationTest2.cs: Enabled test for bug #79233.
93
94 2006-10-12  Hagit Yidov <hagity@mainsoft.com>
95
96         * DataSetTest.cs : added tests for Load().
97         * DataTableTest.cs : added more tests for Load() and added LoadDataRow().
98
99 2006-10-06  Patrick Earl <mono@patearl.net>
100
101         * DataTableReadWriteXml.cs: Added new tests for the DataTable's
102         ReadXml and WriteXml methods.  These tests assume proper
103         functioning of the DataSet ReadXml and WriteXml methods.
104
105 2006-10-03  Hagit Yidov <hagity@mainsoft.com>
106
107         * DataRowCollectionTest.cs : added tests for IndexOf().
108         * DataSetTest.cs : added tests for CreateDataReader().
109         * DataTableTest.cs : added tests for CreateDataReader() and for Load().
110
111 2006-09-18  Boris Kirzner <borisk@mainsoft.com>
112
113         * DataViewTest.cs : fix compilation error.
114
115 2006-09-17  Boris Kirzner <borisk@mainsoft.com>
116
117         * DataViewTest.cs : marked not wroker test for TARGET_JVM.
118         * DataSetTest.cs : marked not working net_2_0 tests.
119
120 2006-08-31  Gert Driesen <drieseng@users.sourceforge.net>
121
122         * DataRelationTest2.cs: Added test for bug #79233, currently marked
123         NotWorking. Set eol-style to native.
124
125 2006-08-31  Gert Driesen <drieseng@users.sourceforge.net>
126
127         * DataRowTest2.cs: Added test for bug #78885. Fixed line endings.
128         Set eol-style to native.
129
130 2006-07-25  Nagappan A <anagappan@novell.com>
131
132         * DataViewTest2.cs (AcceptChanges, ClearTable): Test case to
133         verify list changed event on table AcceptChanges and test case to
134         verify data table count is zero on table Clear. Fixes bug
135         78610. Thanks to Itai Bar-Haim <itaibh@gmail.com> for the
136         testcases.
137
138 2006-07-20  Senganal T <tsenganal@novell.com>
139
140         * DataSetTest2.cs : Test exception is not raised when 
141         missingschemaaction is set to ignore. 
142         Thanks to Deepak Kr Valechha for the testcase
143
144 2006-07-17  Senganal T <tsenganal@novell.com>
145
146         * DataViewTest2.cs :
147                 - Tests for ToTable overloads
148                 - Test for Equals method
149                 - Tests to check for the Sort, RowFilter values when
150                 DataView is created and when Table is set.
151         * DataViewTest_IBindingList.cs :
152                 - Ensure tests do not depend on the order of
153                 execution.
154         * DataViewTest_IBindingListView.cs : New
155                 - Tests for IBindingListView interface methods
156
157 2006-07-15  Senganal T <tsenganal@novell.com>
158
159         * DataTableCollection.cs : Tests for IndexOf, Contains,
160         Add, Remove methods
161
162 2006-07-14  Senganal T <tsenganal@novell.com>
163
164         * DataColumnTest2.cs : Test for SetOrdinal 
165
166 2006-07-14  Senganal T <tsenganal@novell.com>
167
168         * DataRelationTest2.cs
169         * ForeignKeyConstraintTest2.cs
170         * DataColumnTest2.cs
171                 Tests for DateTimeMode property
172         * DataTableTest2.cs
173                 Tests for Merge Methods
174
175 2006-07-13  Senganal T <tsenganal@novell.com>
176
177         * DataSetTest2.cs : Test for bug #78842
178
179 2006-07-12  Senganal T <tsenganal@novell.com>
180
181         * ConstraintCollectionTest2.cs : Test Remove behavior.
182
183 2006-07-12  Senganal T <tsenganal@novell.com>
184
185         * DataSetTest2.cs : Added test to check ReadXml of a Diffgram
186         when part/whole of schema is missing on the dataset. Currently if
187         schema is missing we run into an infinite loop.
188
189 2006-07-11  Senganal T <tsenganal@novell.com>
190         
191         * DataSetTest2.cs : Added tests for DataSet.WriteXmlSchema and 
192         ReadXmlSchema methods to test nested schemas. 
193         Also tests for bug #78810.
194
195 2006-06-30  Senganal T <tsenganal@novell.com>
196
197         * DataRowTest2.cs : Added tests for new 2.0 methods in DataRow
198
199 2006-06-28  Senganal T <tsenganal@novell.com>
200
201         * DataSetTest2.cs :  Removed ReadXml_Strm, ReadXml_Strg
202         ReadXml_ByTextReader, ReadXml_ByXmlReader : 
203                 Temporarily removed as these are failing, in a different 
204                 timezone, due to bug in DateTime.
205
206 2006-06-27  Senganal T <tsenganal@novell.com>
207
208         * DataTableReaderTest.cs :
209                 - Tests for Schema verification.
210                 - Test if GetName returns the ColumnName.
211                 - Tests for Provider Specific types/values
212                 - Tests for GetChars 
213                 - Test if Schema changes are caught and appropriate errors
214                 are raised.
215                 
216 2006-06-15  Senganal T <tsenganal@novell.com>
217
218         * DataTableTest2.cs :
219                 - Test if the Sort Order is correct when Sort String is not
220                 explicitly set.
221                 - Test if EvaluateException is raised if filter is not a
222                 boolean expression.
223                 - Test if expression is evaluated corrected when the filter 
224                 is a boolean column.
225
226 2006-06-15  Senganal T <tsenganal@novell.com>
227
228         * DataSetTest2.cs : Test the behavior of EnforceConstraints 
229         * DataViewTest_IBindingList.cs : Test to ensure the correct index is 
230         used for comparision
231         * DataRowTest2.cs : Test to ensure the RowErrors and ColumnErrors are
232         filled correctly.
233
234 2006-05-31  Senganal T <tsenganal@novell.com>
235
236         * DataSetTest2.cs : Fixed InferXmlSchema_inferingTables5.
237         Patch from Deepak Kr Velachha   
238
239 2006-05-31  Senganal T <tsenganal@novell.com>
240
241         * DataSetTest2.cs,DataSetReadXmlSchemaTest.cs,DataSetTest.cs:
242                 Cleanup NotWorking testcases
243
244 2006-05-02  Senganal T <tsenganal@novell.com>
245
246         * DataColumnTest2.cs : Test if IsNull (expr1,expr2) is parsed
247         correctly and if expr2 is returned when expr1 evaluates to null 
248
249 2006-04-21  Senganal T <tsenganal@novell.com>
250
251         * DataTableTest2.cs : Test Duplicate values are handled appropriatly
252         during table loading ( BeginLoadData , EndLoadData). Test LoadDataRow
253         behaves appropriately if called outside BeginLoadData,EndLoadData.
254
255 2006-04-19  Senganal T <tsenganal@novell.com>
256
257         * DataSetTest2.cs : Test if ConstraintName with whitespace is saved
258         correctly.
259
260 2006-03-25  Senganal T <tsenganal@novell.com>
261         
262         * DataTableTest.cs :  Fixed NotWorkingTest
263
264 2006-03-23  Senganal T <tsenganal@novell.com>
265
266         * DataTableTest2.cs :
267                 - Ensure duplicate rows are merged when using LoadDataRow
268         * DataRowCollectionTest2.cs :
269                 - Ensure row can be searched using Find (), when added using LoadDataRow
270
271 2006-03-22  Senganal T <tsenganal@novell.com>
272
273         * DataColumnTest2.cs :
274         * ConstraintCollectionTest2.cs :
275                 - Ensure Constraints are correctly added/removed when Unique
276                 property is modified.
277                 - Ensure PrimaryKeyConstraint cannot be removed using Remove ()
278                 - Ensure DataColumn's Unique Propery is modifed when adding/removing constraint 
279
280 2006-03-20  Senganal T <tsenganal@novell.com>
281
282         * DataSetTest2.cs
283                 - Added testcases for issues in Merge,Copy
284         * ConstraintCollectionTest2.cs
285                 - Added testcases for issues in Add , IndexOf
286
287 2006-03-19      Boris Kirzner <borisk@mainsoft.com>
288         
289         * ConstraintCollectionTest2.cs, DataColumnCollectionTest.cs, 
290         DataRowCollectionTest.cs, DataTableCollectionTest.cs: ifdef code that is not 
291         supposed to work in TARGET_JVM by now.
292
293 2006-03-09  Senganal T  <tsenganal@novell.com>
294         
295         * DataRowCollectionTest2.cs :
296         * DataTableTest2.cs : 
297                 - Fixed NotWorking tests.
298
299 2006-03-07  Senganal T  <tsenganal@novell.com>
300
301         * DataRowCollectionTest2.cs :
302         * DataTableTest2.cs :
303                 - Added failing testcases as NotWorking tests.
304
305 2006-03-05  Senganal T  <tsenganal@novell.com>
306  
307         * DataSetTest2.cs
308         * ConstraintCollectionTest2.cs
309         * DataViewTest.cs
310         * DataRelationTest.cs
311                 Added testcases for BeginInit and EndInit methods
312
313 2006-02-24  Senganal T  <tsenganal@novell.com>
314  
315         * ConstraintCollectionTest2.cs : added testcase for #77630
316  
317 2006-02-22  Senganal T  <tsenganal@novell.com>
318
319         * DataRowCollectionTest2.cs : Check if index is maintained for row on calling RejectChanges. 
320         * DataTableTest2.cs : Check if data is loaded and merged (if key exists) correctly.
321         * ForeignKeyConstraintTest.cs : Check if a ParentColumn value can be modified
322                 when the row is in 'Added' State. Also, check if child col values are
323                 updated correctly.
324
325 2006-02-16  Senganal T  <tsenganal@novell.com>
326
327         * DataSetTest2.cs :
328                 - WriteXmlSchema_ForeignKeyConstraint : testcase for bug #77557
329                 - WriteXmlSchema_RelationAnnotation :
330                 - WriteXmlSchema_Relations_ForeignKeys :
331                         ensure Relations and ForeignKeyConstraints are written and read correctly.
332         * DataSetReadXmlSchema.cs :
333                 - ReadConstraints :
334                         verify reading a foreignkeyconstraint doesent create a relation.
335                 - ReadAnnotatedRelations_MultipleColumns :
336                         verify multiple columns are read correctly if part of annotated relation.
337
338 2006-02-11  Senganal T  <tsenganal@novell.com>
339
340         * DataTableTest.cs : Check AllowDBNull is set to false for PrimaryKey cols.
341         * DataTableTest2.cs : added testcases for bug #77404
342
343 2006-02-03  Senganal T  <tsenganal@novell.com>
344
345         * DataTableCollectionTest2.cs,EvaluateExceptionTest.cs,
346         DataColumnTest.cs,DataRowViewTest.cs,DataRowCollectionTest2.cs,
347         DataTableTest2.cs,DataTableTest.cs,DataColumnCollectionTest2.cs,
348         DataColumnCollectionTest.cs,DataViewTest.cs,DataColumnTest2.cs
349                 - Removed 'NotWorking' attributes for the testcases fixed
350                 - Added few new testcases
351
352 2006-01-17  Senganal T  <tsenganal@novell.com>
353
354         * DataRowTest2.cs : added testcase for bug #77267
355
356 2006-01-16 Boris Kirzner <borisk@mainsoft.com>
357         * DataColumnCollectionTest2.cs: added test case for index update on 
358         column removal
359
360 2006-01-16  Atsushi Enomoto  <atsushi@ximian.com>
361
362         * TypedDataSetGeneratorTest.cs : added test for bug #77248, but we
363           cannot enable it since it depends on mcs "installed".
364
365 2006-01-10 Senganal T <tsenganal@novell.com>
366         * DataViewTest2.cs 
367                 - Added testcase for bug #77188
368
369 2006-01-06 Senganal T <tsenganal@novell.com>
370         * DataColumnTest.cs
371         * DataColumnCollectionTest.cs
372                 - Added couple of tests for Expression Columns.
373
374 2006-01-03 Senganal T <tsenganal@novell.com>
375         * DataSetTypedDataSetTest.cs : corrected the path to file : TypedDataSet.xml
376         to make sure the testcases pass 
377
378 2006-01-03 Senganal T <tsenganal@novell.com>
379         *DataViewTest.cs : added testcases for bug #77104
380
381 2006-01-02 Boris Kirzner <borisk@mainsoft.com>
382         * DataTableCollectionTest2.cs, DataColumnTest2.cs,
383         DataViewTest2.cs, DataRowCollectionTest2.cs, DataTableTest2.cs,
384         DataRelationCollectionTest2.cs, ForeignKeyConstraintTest2.cs,
385         DataSetTest2.cs, ConstraintCollectionTest2.cs, DataRowTest2.cs,
386         DataColumnCollectionTest2.cs: new tests from Mainsoft repository.
387         * DataSetTypedDataSetTest.cs, VersionNotFoundException.cs,
388         MissingPrimaryKeyExceptionTest.cs: added files with new tests.
389         * TypedDataSet.xml - new xml file (for TypeDataSetTest.cs).
390
391 2005-12-20 Senganal T <tsenganal@novell.com>
392         * DataColumnTest.cs : added testcase for #77025
393         
394 2005-12-15 Konstantin Triger <kostat@mainsoft.com>
395
396         * DataTableTest.cs: added SelectRowState test.
397
398 2005-12-07 Boris Kirzner <borisk@mainsoft.com>
399         * DataTableTest.cs: added ifdef for feature not supported in TARGET_JVM.
400
401 2005-11-30 Konstantin Triger <kostat@mainsoft.com>
402
403         * DataColumnTest.cs: Added ExpressionSubstringlimits.
404
405 2005-11-11 Senganal T <tsenganal@novell.com>
406
407         * DataSetTest2.cs : Added a testcase for bug#76517 
408
409 2005-10-24  Konstantin Triger <kostat@mainsoft.com>
410
411         * DataTableTest.cs: Added test for object type validation (ColumnObjectTypeTest)
412
413 2005-10-21  Senganal T <tsenganal@novell.com>
414
415         * DataTableTest2.cs : addded test for #76213
416
417 2005-10-20  Atsushi Enomoto  <atsushi@ximian.com>
418
419         * DataSetTest.cs : added test for #76480.
420
421 2005-10-14  Sureshkumar T  <tsureshkumar@novell.com>
422
423         * DataViewTest_IBindingList.cs (FindTest): mark working. According
424         to printed DataView, the index returned is correct.
425
426 2005-10-11  Sureshkumar T  <tsureshkumar@novell.com>
427
428         * DataViewTest_IBindingList.cs: Added test cases for IBindingList
429         implementation by DataView. This is used by DataGrid control.
430
431 2005-09-20  Sureshkumar T  <tsureshkumar@novell.com>
432
433         * DataViewTest.cs: Added a case for Sort to accept columns with
434         '[' & ']'.
435         (SortTests): Added cases for sorting order. TestCase from Marc
436
437 2005-08-02  Sureshkumar T  <tsureshkumar@novell.com>
438
439         * DataTableTest.cs: Select (): added a case for apos escaping.
440
441 2005-08-02 Boris Kirzner <borisk@mainsoft.com>
442         * DataSetTest2.cs: added test case for ReadXmlSchema with relations and 
443         keys.
444
445 2005-07-21  Sureshkumar T  <tsureshkumar@novell.com>
446
447         * ForeignKeyConstraintTest.cs: added tests when adding fk
448         constraints with existing rows.
449         
450 2005-07-21 Boris Kirzner <borisk@mainsoft.com>
451         * DataRowTest2.cs - Added RowError testcases.
452
453 2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
454
455         * ConstraintExceptionTest.cs: Removed use of obsolete System.Data.Tests.Mainsoft/GHTUtils
456         * DataRelationTest2.cs: Removed use of obsolete System.Data.Tests.Mainsoft/GHTUtils
457
458 2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
459
460         * DeletedRowInaccessibleExceptionTest: Added file
461         * DuplicateNameExceptionTest: Added file
462         * ConstraintExceptionTest: Added file
463         * EvaluateExceptionTest: Added file
464         * InRowChangingEventExceptionTest: Added file
465         * InvalidConstraintExceptionTest: Added file
466         * NoNullAllowedExceptionTest: Added file
467         * ReadOnlyExceptionTest: Added file
468         * SyntaxErrorExceptionTest: Added file
469         * RowNotInTableExceptionTest: Added file
470
471 2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
472
473         * DataRelationTest2.cs: Added file
474         * DataRowTest2.cs: Added file
475         * DataRowCollectionTest2.cs: Added file
476         * DataRowViewTest2.cs: Added file
477         * DataTableCollectionTest2.cs: Added file
478         * DataTableTest2.cs: Added file
479         * DataViewTest2.cs: Added file
480         * ForeignKeyConstraintTest2.cs: Added file
481         * UniqueConstraintTest2.cs: Added file
482
483 2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
484
485         * DataRelationCollectionTest2.cs: Added file
486
487 2005-07-12  Eyal Alalouf  <eyala@mainsoft.com>
488
489         * DataColumnTest2.cs: Added file
490
491 2005-07-08  Sureshkumar T  <tsureshkumar@novell.com>
492
493         * DataTableLoadRowTest.cs: Added tests for event handling.
494         PreserveChangesTest: Added few more tests.
495
496 2005-06-30  Eyal Alalouf  <eyala@mainsoft.com>
497
498         * DataColumnCollectionTest2.cs: Added file
499
500 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
501
502         * DataTableTest.cs: Add Gonz's test from corlib that should be here.
503
504 2005-06-29  Atsushi Enomoto  <atsushi@ximian.com>
505
506         * DataSetReadXmlSchemaTest.cs : set [Category("InetAccess")]
507
508 2005-06-15  Sureshkumar T  <tsureshkumar@novell.com>
509
510         * DataSetTest.cs: added a test case for DataSet changes cascading
511         to child tables. test case idea from george.barbarosie@gmail.com
512         (George Barbarosie) in bug #75226.
513
514 2005-06-14  Atsushi Enomoto  <atsushi@ximian.com>
515
516         * DataSetTest.cs : quick build fix.
517
518 2005-06-14  Sureshkumar T  <tsureshkumar@novell.com>
519
520         * DataSetTest.cs: Added test case for GetChanges method.
521
522 2005-06-10  Atsushi Enomoto  <atsushi@ximian.com>
523
524         * DataSetReadXmlSchemaTest.cs : TestSampleFileImportSimple() is not
525           working and it takes so much time (downloading), so just disable it.
526
527 2005-06-02  Atsushi Enomoto  <atsushi@ximian.com>
528
529         * DataSetReadXmlSchemaTest.cs : testcase for bug #75121.
530
531 2005-05-29  Eyal Alaluf <eyala@mainsoft.com>
532         * ConstraintCollectionTest2.cs - New file containing Mainsoft ConstraintCollection tests.
533
534 2005-05-25  Sureshkumar T  <tsureshkumar@novell.com>
535
536         * DataTableLoadRowTest.cs: Added  additional cases for
537         AutoIncrementTest to gauge any side effect with auto
538         incrementing in case of upsert.
539
540 2005-05-20  Sureshkumar T  <tsureshkumar@novell.com>
541
542         * DataRowCollectionTest.cs: Added a test to check Rows.Add (values
543         []) with null in the collection.
544
545 2005-05-11  Sureshkumar T  <tsureshkumar@novell.com>
546
547         * DataTableTest.cs: revamped tests for ImportRow method. Checks
548         for all rowstates and pk violation of importing a deleted record.
549
550 2005-05-05  Sureshkumar T  <tsureshkumar@novell.com>
551
552         * DataTableReaderTest.cs: Added a test to check when deleting the
553         first row.
554
555 2005-05-04  Sureshkumar T  <tsureshkumar@novell.com>
556
557         * DataTableReaderTest.cs:
558         - reader.close in finally in all test cases.
559         - Added tests to check scenarios when the datasource is
560         modified/deleted/added.
561         - Added tests to check when the datatable is cleared.
562
563         * DataTableTest.cs: 
564         - Added a test for DataTable. Should clear rows from indexes as
565         well. Simplified table creation for ClearReset test.
566         - Added a test to check whether Commit RowChanging & RowChanged
567         event is fired.
568         - ClearTest () : added case for checking whether TableCleared
569         event is fired.
570
571 2005-04-29  Sureshkumar T  <tsureshkumar@novell.com>
572
573         * DataTableReaderTest.cs: Added few more tests.
574
575 2005-04-27  Sureshkumar T  <tsureshkumar@novell.com>
576
577         * DataTableReaderTest.cs: Added Tests for DataTableReader class.
578
579 2005-04-22  Sureshkumar T  <tsureshkumar@novell.com>
580
581         * DataTableLoadRowTest.cs: Added. A test case for testing
582         LoadDataRow method of DataTable. This tests for various
583         possiblities of row state and loadoption.
584
585 2005-04-19  Atsushi Enomoto  <atsushi@ximian.com>
586
587         * DataViewTest.cs : added more RowStateFilter test (bug #74650).
588
589 2005-04-17  Atsushi Enomoto  <atsushi@ximian.com>
590
591         * DataViewTest.cs : added more test for Delete() based on bug #74631.
592
593 2005-02-25  Atsushi Enomoto  <atsushi@ximian.com>
594
595         * DataColumnTest.cs : added testcase for setting negative value on
596           DataColumn whose mapping is SimpleContent.
597
598 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
599
600         * DataSetAssertion.cs : don't exclude those attribute whose namespace
601           URI is not empty from sort target.
602         * DataSetTest.cs : removed GetNormalizedSchema() dependency from some
603           tests (i.e. DataSet now emits more MS-closer schemas).
604         * DataViewTest.cs : implemented test for RowFilter.
605
606 2005-02-04  Atsushi Enomoto  <atsushi@ximian.com>
607
608         * DataSetTest.cs : WriteDifferentNamespaceSchema() is NotWorking.
609           It is impossible to fix (see code comment).
610
611 2005-02-04  Atsushi Enomoto  <atsushi@ximian.com>
612
613         * DataSetTest.cs : Fixed strict type name under .NET 2.0.
614
615 2005-02-03  Sureshkumar T  <tsureshkumar@novell.com>
616
617         * ForeignKeyConstraintTest.cs: TestCtor5: ad-hoc fixes for mono.
618         ms.net does not allow fkc.Table. LAMESPEC.
619
620 2005-02-03  Atsushi Enomoto  <atsushi@ximian.com>
621
622         * DataViewManagerTest.cs : (Ctor) okay, #7 is silly test.
623
624 2005-02-02  Sureshkumar T  <tsureshkumar@novell.com>
625
626         * DataTableTest.cs: ClearReset (): added valid error messages.
627
628 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
629
630         * DataViewManagerTest.cs : new file.
631
632 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
633
634         * DataViewTest.cs : Enable ComplexEventSequence1().
635           - Right now don't test ApplyDefaultSort event.
636           - Also row order between identical values depends on implementation.
637
638 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
639
640         * DataViewTest.cs : added practical event handling tests (though
641           NotWorking since it is still not complete).
642
643 2005-02-01  Atsushi Enomoto  <atsushi@ximian.com>
644
645         * DataTableTest.cs : added RowChanging event test.
646         * DataViewTest.cs : make sure to clear event args.
647
648 2005-01-31  Sureshkumar T  <tsureshkumar@novell.com>
649
650         * DataRowTest.cs: Added case for SetparentRow: create
651         DataRelations with createConstraints=false.  part of the test case
652         by Ankit Jain.
653         
654 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
655
656         * DataRowViewTest.cs : added RowVersion1() test.
657
658 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
659
660         * DataViewTest.cs : Enabled TestFindRows(). Added more FindRows() tests.
661
662 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
663
664         * DataTableTest.cs : PrimaryKeyColumnChecksNonNull() is working now.
665
666 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
667
668         * DataTableTest.cs : added tests for primary key constraint check
669           (not working right now).
670
671 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
672
673         * UniqueConstraintTest.cs : added DBNullAllowed().
674
675 2005-01-27  Atsushi Enomoto  <atsushi@ximian.com>
676
677         * DataViewTest.cs : added test for ListChanged.
678         * DataRowViewTest.cs : (ItemException) fixed test. It is now working.
679
680 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
681
682         * DataTableTest.cs : finally run-test-ondotnet passes (i.e.
683           fixed incompatibility).
684
685 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
686
687         * DataViewTest.cs : With a tiny fix, removed NotDotNet.
688
689 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
690
691         * DataRowTest.cs : added DetachedRowItemException().
692         * DataSetTest.cs : WriteXmlSchema7() is now NotWorking.
693
694 2005-01-25  Sureshkumar T  <tsureshkumar@novell.com>
695
696         * DataTableTest.cs: added test case for checking ImportRow when
697         the row state is detached. Test case by Ankit Jain.
698
699 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
700
701         * DataRowViewTest.cs : added IsEdit tests and Item tess (not working).
702
703 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
704
705         * DataRowViewTest.cs : added new file.
706
707 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
708
709         * DataSetReadXmlSchemaTest.cs : test labels were ambiguous.
710         * DataViewTest.cs : indentation was heavily broken.
711
712 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
713
714         * DataColumnTest.cs : Added SetMaxLength().
715
716 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
717
718         * store2.xsd, store3.xsd, store4.xsd : Added.
719         * DataSetTest.cs :
720           Disabled ReadWriteXmlSchema() and ReadWriteXmlSchemaIgnoreSchema()
721           for now. See the details in the code.
722
723 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
724
725         * DataRowTest.cs : more test for Current -> Default, test for 
726           VersionNotFound, and test for InvalidConstraint on GetChildRows().
727           Patch by Ankit Jain.
728
729 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
730
731         * DataRowTest.cs : Test if Default is used to check state of the row
732           instead of Detached. Patch by Ankit Jain.
733
734 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
735
736         * DataSetTest.cs : added CloneCopy2().
737
738 2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
739
740         * DataSetTest.cs : use more normalized schema comparison.
741
742 2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
743
744         * DataSetTest.cs,
745           DataSetAssertionTest.cs : In GetNormalizedSchema(), use manual
746           sorting using dom  so that it can ignore XmlSerializer difference.
747           Added some new assertion methods.
748
749 2005-01-19  Atsushi Enomoto  <atsushi@ximian.com>
750
751         * DataRowTest.cs : no need to gather 3 individual tests as RowEditTest.
752           Let's not output to Console.
753
754 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
755
756         * DataViewTest.cs : made AddNew_2() and FindRows() pass under .NET 1.1.
757           FindRows() is still not implemented, so marked as [Ignore].
758
759 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
760
761         * ForeignKeyConstraintTest.cs : Fixed Ctor5() to pass under MS.NET 1.1.
762           Design time ctor() needs more love.
763         * DataRelationCollectionTest.cs,
764           DataTableCollectionTest.cs : Made Remove() pass under MS.NET 1.1.
765           When index is out of range, IndexOutOfRangeException is thrown.
766           DataRelationCollectionTest.AddException1() was invalid.
767
768 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
769
770         * ConstraintCollectionTest.cs : Fixed run-test-ondotnet. MS.NET does
771           not fill Table property even after EndInit().
772         * DataRelationTest.cs : Fixed run-test-ondotnet. ExpectedException 
773           is missing.
774         * TypedDataSetGeneratorTest.cs : fixed GenerateName() both for
775           run-test-ondotnet and run-test.
776
777 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
778
779         * DataSetTest.cs : WriteXmlSchema2() and WriteXmlSchema3() didn't pass
780           on run-test-ondotnet. Removed extraneous Console output.
781           modified WriteXmlSchema4(),WriteXmlSchema5() and WriteXmlSchema6()
782           to use xmlserializer-based comparison.
783           Fixed SerializeDataSet() to use ordinal MS result (it's not simple
784           to compare results unless we have another WriteXmlSchema() 
785           implementation.)
786
787 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
788
789         * DataSetAssertion.cs : forgot one required update for refreshed tests.
790
791 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
792
793         * DataSetReadXmlSchemaTest.cs : added test for bug #58744.
794         * DataSetReadXmlTest.cs : Added NameConflictDSAndTable().
795         * DataSetTest.cs :
796           Now use XmlSerializer based output, to avoid silly attribute order in
797           OwnWriteXmlSchema(),WriteXmlSchema(),ReadWriteXmlSchemaIgnoreSchema(),
798           ReadWriteXmlSchema() and WriteDifferentNamespaceSchema().
799           Added SerializeDataSet2(),SerializeDataSet3(),DeserializeDataSet(),
800           ReadWriteXml3(),WriteXmlSchema2(),WriteXmlSchema3(),WriteXmlSchema4(),
801           WriteXmlSchema5(),WriteXmlSchema6(),WriteXmlSchema7(),
802           WriteXmlExtendedProperties() and WriteXmlModeSchema().
803
804 2004-10-14 Umadevi S <sumadevi@novell.com>
805         * DataTableTest.cs : added testcase for subclass clone
806
807 2004-10-14 Umadevi S <sumadevi@novell.com>
808         * DataSetTest.cs : added testcase to check subclass clone
809
810 2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>
811
812         * DataSetTest.cs : now xs:schema contains xmlns="".
813
814 2004-09-24 Umadevi S <sumadevi@novell.com>
815         * DataRowTest.cs : Added a test for EnforceConstraints with relations defined.
816
817 2004-09-24  Sureshkumar T  <tsureshkumar@novell.com>
818
819         * DataSetTest.cs (DataSetClearTest): Added a test for DataSet.Clear. This should not
820         throw any exception and should override constraints.
821
822 2004-09-19  Sureshkumar T <tsureshkumar@novell.com>
823         * DataSetTest.cs : Added a test for Deserialization of dataset : DeserializeModifiedDataSet
824
825 2004-08-24  Nick Drochak <ndrochak@ieee.org>
826         * DataViewTest.cs : Fixed compile with csc
827
828 2004-08-18 Umadevi S <sumadevi@novell.com>
829         * DataViewTest.cs : Revamped to get Event handling tested
830         Thanks to Punit Todi for his contribution towards the test cases
831
832 2004-06-23 Umadevi S <sumadevi@novell.com>
833         * DataTableTest.cs :Corrected Testcases to .net 1.1 specifications
834
835 2004-06-23 Umadevi S  <sumadevi@novell.com>
836         * DataRelationTest.cs : Corrected AddRelation testcases
837
838 2004-06-23 Umadevi S <sumadevi@novell.com>
839         * ConstraintCollectionTest.cs : Corrected AddRange testcases
840
841 2004-06-20  Atsushi Enomoto <atsushi@ximian.com>
842
843         * DataTableCollectionTest.cs : Added test for DataSet and Namespace
844           adjustment.
845
846 2004-06-18  Atsushi Enomoto <atsushi@ximian.com>
847
848         * TypedDataSetGeneratorTest.cs : [TestFixture] was missing.
849
850 2004-06-15  Atsushi Enomoto <atsushi@ximian.com>
851
852         * DataSetTest.cs : Added regression for #53959.
853
854 2004-05-31  Atsushi Enomoto <atsushi@ximian.com>
855
856         * DataTableTest.cs : Added test for serialization by Boris Kirzner.
857         * DataSetInferXmlSchemaTest.cs : Added test for schema element skip
858            by Boris Kirzner.
859
860 2004-05-27  Nick Drochak <ndrochak@ieee.org>
861
862         * DataRelationCollectionTest.cs: Fixed build when using csc.
863
864 2004-05-27 Umadevi S <sumadevi@novell.com>
865         * Corrected small typos in DataTableCollectionTest & DataRelationCollectionTest
866
867 2004-05-26  Umadevi S <sumadevi@novell.com>
868         * Added files DataTableCollectionTest and DataRelationCollectionTest
869
870 2004-05-19  Atsushi Enomoto <atsushi@ximian.com>
871
872         * DataSetTest.cs : Fixed ReadWriteXmlSchema() that miscounted
873           constraints and parent keys.
874
875 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
876
877         * DataSetTest.cs : Converted CRLF to LF for line ending comparison.
878           (and added copyright line.)
879
880 2004-05-17  Atsushi Enomoto <atsushi@ximian.com>
881
882         * DataSetTest.cs : Added WriteXmlEncodedXml() test.
883
884 2004-05-17  Atsushi Enomoto <atsushi@ximian.com>
885
886         * DataSetAssertion.cs : Enabled "Ordinal" check again, unless the test
887           value is -1.
888         * DataSetInferXmlSchemaTest.cs,
889           DataSetReadXmlSchemaTest.cs  : Enabled Ordinal check again, as long
890           as working. Added IgnoredNamespaces() to inferxmlschema test.
891
892 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
893
894         * DataSetReadXmlSchemaTest.cs : Added test014.xsd tes (contains two
895           simple repeatable elements).
896
897 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
898
899         * DataSetTest.cs,
900           DataSetReadXmlTest.cs,
901           DataSetReadXmlSchemaTest.cs,
902           DataSetInferXmlSchemaTest.cs,
903           DataSetAssertion.cs : AssertDataTable() now checks Constraint count
904           and ParentKey length.
905
906 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
907
908         * DataSetReadXmlSchemaTest.cs : Added tests for test012.xsd (repeatable
909           simple element) and test013.xsd (reference to global element;
910           currently failing).
911
912 2004-05-11  Atsushi Enomoto <atsushi@ximian.com>
913
914         * DataSetTest.cs : Added WriteXmlToStream().
915
916 2004-05-11  Atsushi Enomoto <atsushi@ximian.com>
917
918         * DataSetReadXmlSchemaTest.cs : SingleElementTreatmentDifference() was
919           incorrect. DataSet element is assumed only if there is only one 
920           global element.
921         * DataSetReadXmlTest.cs : Added error-reported test case.
922         * DataSetInferXmlSchemaTest.cs : Modified more tests not to compare
923           Ordinal for non-specified columns (that shouldn't be significant).
924
925 2004-05-06  Atsushi Enomoto <atsushi@ximian.com>
926
927         * ConstraintCollectionTest.cs : Table name should not be the same as
928           for the purpose of this test.
929         * DataSetReadXmlSchemaTest.cs : Added more tests based on schema files.
930         * DataSetTest.cs : Reordered attributes to pass test in 
931           WriteDifferentNamespaceSchema().
932
933 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
934
935         * ForeignKeyConstraintTest.cs : Made tests pass under MS.NET 1.1.
936           Don't catch every kind of exception. That does nothing but keep us
937           away from the exact error location.
938         * DataSetTest.cs : Make sure that we read schema correctly, before
939           testing WriteXmlSchema.
940
941 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
942
943         * DataColumnCollectionTest.cs : catch only specific exception. Don't
944           rely on localizable error message.
945         * DataSetTest.cs : Attribute orders should not be significant, so
946           just hacked to match current implementation's order.
947           Added WriteNestedTableXml().
948
949 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
950
951         * ConstraintCollectionTest.cs : uncommented some tests that should be
952           implemented until mono 1.0.
953         * ConstraintTest.cs : use ExpectedException. Don't expect localizable
954           error message.
955         * DataColumnTest.cs,
956           DataRelationTest.cs,
957           DataRowCollectionTest.cs : catch only specific type exception.
958           Don't rely on (test) localizable messages.
959         * DataSetAssertion.cs : We shouldn't expect exact column ordinals
960           when infering/reading the structures from documents/schemas.
961
962 2004-04-29  Atsushi Enomoto <atsushi@ximian.com>
963
964         * DataRowTest.cs : Added a test for auto increment column and item
965           integrity (it caused index out of range exception).
966
967 2004-04-27  Atsushi Enomoto <atsushi@ximian.com>
968
969         * ConstraintCollectionTest.cs,
970           DataSetTest.cs,
971           DataTableTest.cs,
972           ForeignKeyConstraintTest.cs : Fixes for incorrect NET_1_0 use.
973         * DataRowCollectionTest.cs : just check exception type. Don't check
974           localizable error message.
975         * DataSetAssertion.cs : Removed AssertDataSet() with just 4 argument.
976           Added relation count parameter for AssertDataTable().
977           Added Nested check parameter for AssertDataRelation().
978         * DataSetInferXmlSchemaTest.cs,
979           DataSetReadXmlTest.cs,
980           DataSetReadXmlSchemaTest.cs :
981           Applied new AssertDataTable().  Added more check on
982           DataSetReadXmlSchemaTest.SingleElementTreatmentDifference ().
983
984 2004-04-22  Atsushi Enomoto <atsushi@ximian.com>
985
986         All fixes are to make them pass under MS.NET 1.1.
987
988         * ConstraintCollectionTest.cs : Fixed to pass under MS.NET 1.1.
989         * DataRelationTest.cs : Creation4() never works.
990         * DataSetInferXmlSchemaTest.cs :
991           Fixed xml9 test (relation count).
992           Some mappings were incorrectly specified int.
993           ConflictColumnTable() test incorrectly tested different columns.
994           Fixed exception type on ConflictExistingPrimaryKey().
995         * DataSetReadXmlSchemaTest.cs :
996           Use fixed current culture.
997           Fixed exceptoin type on NestedReferenceNotAllowed().
998         * DataSetReadXmlTest.cs :
999           InferSchema mode is said as to load rows.
1000         * DataSetTest.cs :
1001           SqlGuid test depends on the runtime version.
1002           In WriteDifferentNamespaceSchema(), we're going to set the same
1003           order for namespaces (just for ease of tests).
1004           Fixed many bugs on SerializeDataSet() test.
1005         * DataTableTest.cs :
1006           Set culture only on NET_1_0. Culture difference causes exception
1007           under .NET 1.1.
1008           Don't depend on error message string (consider localization).
1009           Under .NET 1.1, constraints looks also vanishes on table's Clear().
1010         * ForeignKeyConstraintTest.cs :
1011           Ignore TestCtor5(). That does not work under .NET 1.1.
1012           Fixed some exception type differences.
1013
1014 2004-04-22  Atsushi Enomoto <atsushi@ximian.com>
1015
1016         * DataSetInferXmlSchemaTest.cs : Added ConflictExistingPrimaryKey().
1017         * DataSetReadXmlTest.cs : Added IgnoreSchemaShouldFillData().
1018         * DataSetTest.cs : Added IgnoreColumnEmptyNamespace() and
1019           SerializeDataSet().
1020
1021 2004-04-20  Atsushi Enomoto <atsushi@ximian.com>
1022
1023         * DataSetInferXmlSchema.cs : added more 16 patterns.
1024           (mostly fails as yet).
1025         * DataSetReadXmlTest.cs : Reverted yesterday's incorrect part.
1026           As for XmlReadMode = Auto, data row should be read.
1027         * DataSetTest.cs : Added Namespace and Prefix tests.
1028           Added WriteDifferentNamespaceSchema().
1029
1030           hmm... WriteXmlSchema() also needs more love :(
1031
1032 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
1033
1034         * Added DataSetInferXmlSchemaTest.cs.
1035         * DataSetReadXmlTest.cs : Fixed test bogus. When ReadMode is
1036           InferSchema, it should not load any data rows.
1037         * DataSetAssertion.cs : Added AssertDataSet() overroad that takes 
1038           relation count.
1039
1040 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
1041
1042         * Added missing ChangeLog entry.
1043         * ConstraintCollectionTest.cs :
1044           Ignore some tests that should fail (They also fail under MS.NET).
1045         * DataSetReadXmlSchemaTest.cs : 
1046           - Added SingleElementTreatmentDifference() and PrefixedTargetNS().
1047           - Modified UnusedComplexTypesInored() to make sure DataSetName is set.
1048           - Renamed DataSetElementCannotBeReferenced() to 
1049             NestedReferenceNotAllowed().
1050           - Modified ReadElemAttrPattern() to LocaleOnRootWithoutIsDataSet() 
1051             to test msdata:Locale.
1052         * DataSetTest.cs : Due to mcs bug #57200, csc does not allow 
1053           System.Type.GetType(), so modified them all.
1054
1055 2004-04-16  Atsushi Enomoto <atsushi@ximian.com>
1056
1057         * DataSetAssertion.cs : Added AssertDataColumn().
1058         * DataSetReadXmlSchemaTest.cs : Added more strange cases.
1059
1060 2004-04-15      Umadevi S (sumadevi@novell.com)
1061                 * ForeignKeyConstraintTest - constructor testing,
1062                 * DataSet - test for Clone and Copy methods.
1063
1064 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
1065
1066         * Added DataSetAssertion.cs and DataSetReadXmlSchema.cs.
1067         * DataSetReadXmlTest.cs : separate assertion methods into
1068           DataSetAssertion.cs. Added label argument to AssertDataTable.
1069
1070 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
1071
1072         * DataSetReadXmlTest.cs : Tests were incorrect. They should be done
1073           against new dataset. So just added another sequential read tests.
1074
1075 2004-04-14  Atsushi Enomoto <atsushi@ximian.com>
1076
1077         * Added DataSetReadXmlTest.cs. (specific to ReadXml() in DataSet).
1078
1079 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
1080
1081         * DataSetTest.cs : More path fix. Don't expect End of Line = "\n".
1082           It might be "\r\n" or else.
1083
1084 2004-04-09  Atsushi Enomoto <atsushi@ximian.com>
1085
1086         * DataColumnTest.cs,
1087           DataRowTest.cs,
1088           DataTableTest.cs : build fix: csc does not allow
1089           System.Type inside namespace MonoTests.System.Data.
1090         * DataSetTest.cs : path fix.
1091         * DataRelationTest.cs : path fix. Don't test error message: It should
1092           vary by message translations. Split tests and use ExpectedException.
1093
1094 2004-03-31  Juraj Skripsky <juraj@hotfeet.ch>
1095
1096         * DataColumnTest.cs : fixes here and there,
1097         make all tests pass on ms.net.
1098
1099 2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
1100
1101         * DataTableTest.cs : add test case for bug #55503,
1102         comment out meaningless test cases.
1103
1104 2004-01-21  Atsushi Enomoto <atsushi@ximian.com>
1105
1106         * Added TypedDataSetGeneratorTest.cs.
1107
1108 2003-12-18  Jackson Harper <jackson@ximian.com>
1109
1110         * DataViewTest.cs: Add some tests for new methods.
1111         
1112 2003-05-26  Ben Maurer <bmaurer@users.sourceforge.net>
1113         * DataViewTest.cs: Added new test from
1114         Patrick Kalkman
1115
1116 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
1117         * All tests inherits from Assertion, and
1118           Assertion. prefixes removed
1119
1120 2003-04-05  Ville Palo <vi64pa@kolumbus.fi>
1121
1122         * DataTableTest.cs: little fix.
1123         
1124 2003-03-27  Ville Palo <vi64pa@kolumbus.fi>
1125
1126         * UniqueConstraintTest.cs: some minor fixes.
1127         
1128 2003-03-26  Ville Palo <vi64pa@kolumbus.fi>
1129
1130         * DataRowCollectionTest.cs: Tests for AutoIncrement
1131         
1132 2003-03-25  Ville Palo <vi64pa@kolumbus.fi>
1133
1134         * DataTableTest.cs: Added test for PrimaryKey-property
1135         
1136 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
1137
1138         * DataColumnCollectionTest.cs: little fix.
1139
1140 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
1141
1142         * DataColumnCollectionTest.cs: Typos
1143         
1144 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
1145
1146         * DataSetTest.cs: Fixed line-ending problems
1147         
1148 2003-03-06  Ville Palo <vi64pa@kolumbus.fi>
1149
1150         * DataTableTest.cs: More tests for Select ()
1151         
1152 2003-02-28  Ville Palo <vi64pa@kolumbus.fi>
1153
1154         * DataColumnCollectionTest.cs: Added more tests.
1155         * DataRowCollectionTest.cs: Added more tests.
1156         
1157 2003-04-02  Ville Palo <vi64pa@koti.soon.fi>
1158
1159         * DataColumnTest.cs: Added tests for Expression property
1160         
1161 2003-03-02  Ville Palo <vi64pa@koti.soon.fi>
1162
1163         * DataTableTest.cs: More tests for Select
1164         
1165 2003-31-01  Ville Palo <vi64pa@koti.soon.fi>
1166
1167         * DataTableTest.cs: Added more tests for Select (string) -method
1168         
1169 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
1170
1171         * DataRelationTest.cs: Added more tests
1172         
1173 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
1174
1175         * DataTableTest.cs: Added test for DataTable.Select ()
1176         
1177 2003-24-01  Ville Palo <vi64pa@koti.soon.fi>
1178
1179         * UniqueConstraint.cs: More tests
1180         
1181 2003-23-01  Ville Palo <vi64pa@koti.soon.fi>
1182
1183         * ForeignKeyConstraint.cs: More tests
1184         
1185 2003-22-01  Ville Palo <vi64pa@koti.soon.fi>
1186
1187         * DataRelationTest.cs: More tests and little clean up.
1188         
1189 2003-14-01  Ville Palo <vi64pa@koti.soon.fi>
1190
1191         * DataRelationTest.cs: Added more tests
1192         
1193 2003-13-01  Ville Palo <vi64pa@koti.soon.fi>
1194
1195         * DataRelationTest.cs: Test class for DataRelation
1196         
1197 2002-12-26  Ville Palo <vi64pa@koti.soon.fi>
1198
1199         * own_schema.xsd: XmlSchema for testing ReadXmlSchema() -method
1200         * DataSetTest.cs: Added more Xml-tests. 
1201         
1202 2002-12-17  Ville Palo <vi64pa@koti.soon.fi>
1203
1204         * region.xml: 
1205         * store.xsd: new xmldoment and xmlschema for testing DataSet
1206         * DataSetTest.cs: Added some Xml-tests.
1207         * AllTests.cs: Added DataSetTest
1208         
1209 2002-10-23  Nick Drochak  <ndrochak@gol.com>
1210
1211         * ConstraintCollectionTest.cs (SetUp): Clear the constraints before 
1212         each test.
1213         * ConstraintTest.cs: same
1214         * DataColumnTest.cs: Get exceptions straight.  Some are thrown and some
1215         aren't
1216
1217 2002-10-22  Nick Drochak  <ndrochak@gol.com>
1218
1219         * DataColumnTest.cs: Remove compiler warnings and use caught exception
1220         to report useful info.