2005-04-27 Sureshkumar T <tsureshkumar@novell.com>
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
1 2005-04-27  Sureshkumar T  <tsureshkumar@novell.com>
2
3         * DataTableReaderTest.cs: Added Tests for DataTableReader class.
4
5 2005-04-22  Sureshkumar T  <tsureshkumar@novell.com>
6
7         * DataTableLoadRowTest.cs: Added. A test case for testing
8         LoadDataRow method of DataTable. This tests for various
9         possiblities of row state and loadoption.
10
11 2005-04-19  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * DataViewTest.cs : added more RowStateFilter test (bug #74650).
14
15 2005-04-17  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * DataViewTest.cs : added more test for Delete() based on bug #74631.
18
19 2005-02-25  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * DataColumnTest.cs : added testcase for setting negative value on
22           DataColumn whose mapping is SimpleContent.
23
24 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * DataSetAssertion.cs : don't exclude those attribute whose namespace
27           URI is not empty from sort target.
28         * DataSetTest.cs : removed GetNormalizedSchema() dependency from some
29           tests (i.e. DataSet now emits more MS-closer schemas).
30         * DataViewTest.cs : implemented test for RowFilter.
31
32 2005-02-04  Atsushi Enomoto  <atsushi@ximian.com>
33
34         * DataSetTest.cs : WriteDifferentNamespaceSchema() is NotWorking.
35           It is impossible to fix (see code comment).
36
37 2005-02-04  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * DataSetTest.cs : Fixed strict type name under .NET 2.0.
40
41 2005-02-03  Sureshkumar T  <tsureshkumar@novell.com>
42
43         * ForeignKeyConstraintTest.cs: TestCtor5: ad-hoc fixes for mono.
44         ms.net does not allow fkc.Table. LAMESPEC.
45
46 2005-02-03  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * DataViewManagerTest.cs : (Ctor) okay, #7 is silly test.
49
50 2005-02-02  Sureshkumar T  <tsureshkumar@novell.com>
51
52         * DataTableTest.cs: ClearReset (): added valid error messages.
53
54 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * DataViewManagerTest.cs : new file.
57
58 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
59
60         * DataViewTest.cs : Enable ComplexEventSequence1().
61           - Right now don't test ApplyDefaultSort event.
62           - Also row order between identical values depends on implementation.
63
64 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * DataViewTest.cs : added practical event handling tests (though
67           NotWorking since it is still not complete).
68
69 2005-02-01  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * DataTableTest.cs : added RowChanging event test.
72         * DataViewTest.cs : make sure to clear event args.
73
74 2005-01-31  Sureshkumar T  <tsureshkumar@novell.com>
75
76         * DataRowTest.cs: Added case for SetparentRow: create
77         DataRelations with createConstraints=false.  part of the test case
78         by Ankit Jain.
79         
80 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * DataRowViewTest.cs : added RowVersion1() test.
83
84 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
85
86         * DataViewTest.cs : Enabled TestFindRows(). Added more FindRows() tests.
87
88 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
89
90         * DataTableTest.cs : PrimaryKeyColumnChecksNonNull() is working now.
91
92 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
93
94         * DataTableTest.cs : added tests for primary key constraint check
95           (not working right now).
96
97 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
98
99         * UniqueConstraintTest.cs : added DBNullAllowed().
100
101 2005-01-27  Atsushi Enomoto  <atsushi@ximian.com>
102
103         * DataViewTest.cs : added test for ListChanged.
104         * DataRowViewTest.cs : (ItemException) fixed test. It is now working.
105
106 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
107
108         * DataTableTest.cs : finally run-test-ondotnet passes (i.e.
109           fixed incompatibility).
110
111 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * DataViewTest.cs : With a tiny fix, removed NotDotNet.
114
115 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * DataRowTest.cs : added DetachedRowItemException().
118         * DataSetTest.cs : WriteXmlSchema7() is now NotWorking.
119
120 2005-01-25  Sureshkumar T  <tsureshkumar@novell.com>
121
122         * DataTableTest.cs: added test case for checking ImportRow when
123         the row state is detached. Test case by Ankit Jain.
124
125 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
126
127         * DataRowViewTest.cs : added IsEdit tests and Item tess (not working).
128
129 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
130
131         * DataRowViewTest.cs : added new file.
132
133 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
134
135         * DataSetReadXmlSchemaTest.cs : test labels were ambiguous.
136         * DataViewTest.cs : indentation was heavily broken.
137
138 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
139
140         * DataColumnTest.cs : Added SetMaxLength().
141
142 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * store2.xsd, store3.xsd, store4.xsd : Added.
145         * DataSetTest.cs :
146           Disabled ReadWriteXmlSchema() and ReadWriteXmlSchemaIgnoreSchema()
147           for now. See the details in the code.
148
149 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
150
151         * DataRowTest.cs : more test for Current -> Default, test for 
152           VersionNotFound, and test for InvalidConstraint on GetChildRows().
153           Patch by Ankit Jain.
154
155 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
156
157         * DataRowTest.cs : Test if Default is used to check state of the row
158           instead of Detached. Patch by Ankit Jain.
159
160 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
161
162         * DataSetTest.cs : added CloneCopy2().
163
164 2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
165
166         * DataSetTest.cs : use more normalized schema comparison.
167
168 2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
169
170         * DataSetTest.cs,
171           DataSetAssertionTest.cs : In GetNormalizedSchema(), use manual
172           sorting using dom  so that it can ignore XmlSerializer difference.
173           Added some new assertion methods.
174
175 2005-01-19  Atsushi Enomoto  <atsushi@ximian.com>
176
177         * DataRowTest.cs : no need to gather 3 individual tests as RowEditTest.
178           Let's not output to Console.
179
180 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
181
182         * DataViewTest.cs : made AddNew_2() and FindRows() pass under .NET 1.1.
183           FindRows() is still not implemented, so marked as [Ignore].
184
185 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
186
187         * ForeignKeyConstraintTest.cs : Fixed Ctor5() to pass under MS.NET 1.1.
188           Design time ctor() needs more love.
189         * DataRelationCollectionTest.cs,
190           DataTableCollectionTest.cs : Made Remove() pass under MS.NET 1.1.
191           When index is out of range, IndexOutOfRangeException is thrown.
192           DataRelationCollectionTest.AddException1() was invalid.
193
194 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
195
196         * ConstraintCollectionTest.cs : Fixed run-test-ondotnet. MS.NET does
197           not fill Table property even after EndInit().
198         * DataRelationTest.cs : Fixed run-test-ondotnet. ExpectedException 
199           is missing.
200         * TypedDataSetGeneratorTest.cs : fixed GenerateName() both for
201           run-test-ondotnet and run-test.
202
203 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
204
205         * DataSetTest.cs : WriteXmlSchema2() and WriteXmlSchema3() didn't pass
206           on run-test-ondotnet. Removed extraneous Console output.
207           modified WriteXmlSchema4(),WriteXmlSchema5() and WriteXmlSchema6()
208           to use xmlserializer-based comparison.
209           Fixed SerializeDataSet() to use ordinal MS result (it's not simple
210           to compare results unless we have another WriteXmlSchema() 
211           implementation.)
212
213 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
214
215         * DataSetAssertion.cs : forgot one required update for refreshed tests.
216
217 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
218
219         * DataSetReadXmlSchemaTest.cs : added test for bug #58744.
220         * DataSetReadXmlTest.cs : Added NameConflictDSAndTable().
221         * DataSetTest.cs :
222           Now use XmlSerializer based output, to avoid silly attribute order in
223           OwnWriteXmlSchema(),WriteXmlSchema(),ReadWriteXmlSchemaIgnoreSchema(),
224           ReadWriteXmlSchema() and WriteDifferentNamespaceSchema().
225           Added SerializeDataSet2(),SerializeDataSet3(),DeserializeDataSet(),
226           ReadWriteXml3(),WriteXmlSchema2(),WriteXmlSchema3(),WriteXmlSchema4(),
227           WriteXmlSchema5(),WriteXmlSchema6(),WriteXmlSchema7(),
228           WriteXmlExtendedProperties() and WriteXmlModeSchema().
229
230 2004-10-14 Umadevi S <sumadevi@novell.com>
231         * DataTableTest.cs : added testcase for subclass clone
232
233 2004-10-14 Umadevi S <sumadevi@novell.com>
234         * DataSetTest.cs : added testcase to check subclass clone
235
236 2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>
237
238         * DataSetTest.cs : now xs:schema contains xmlns="".
239
240 2004-09-24 Umadevi S <sumadevi@novell.com>
241         * DataRowTest.cs : Added a test for EnforceConstraints with relations defined.
242
243 2004-09-24  Sureshkumar T  <tsureshkumar@novell.com>
244
245         * DataSetTest.cs (DataSetClearTest): Added a test for DataSet.Clear. This should not
246         throw any exception and should override constraints.
247
248 2004-09-19  Sureshkumar T <tsureshkumar@novell.com>
249         * DataSetTest.cs : Added a test for Deserialization of dataset : DeserializeModifiedDataSet
250
251 2004-08-24  Nick Drochak <ndrochak@ieee.org>
252         * DataViewTest.cs : Fixed compile with csc
253
254 2004-08-18 Umadevi S <sumadevi@novell.com>
255         * DataViewTest.cs : Revamped to get Event handling tested
256         Thanks to Punit Todi for his contribution towards the test cases
257
258 2004-06-23 Umadevi S <sumadevi@novell.com>
259         * DataTableTest.cs :Corrected Testcases to .net 1.1 specifications
260
261 2004-06-23 Umadevi S  <sumadevi@novell.com>
262         * DataRelationTest.cs : Corrected AddRelation testcases
263
264 2004-06-23 Umadevi S <sumadevi@novell.com>
265         * ConstraintCollectionTest.cs : Corrected AddRange testcases
266
267 2004-06-20  Atsushi Enomoto <atsushi@ximian.com>
268
269         * DataTableCollectionTest.cs : Added test for DataSet and Namespace
270           adjustment.
271
272 2004-06-18  Atsushi Enomoto <atsushi@ximian.com>
273
274         * TypedDataSetGeneratorTest.cs : [TestFixture] was missing.
275
276 2004-06-15  Atsushi Enomoto <atsushi@ximian.com>
277
278         * DataSetTest.cs : Added regression for #53959.
279
280 2004-05-31  Atsushi Enomoto <atsushi@ximian.com>
281
282         * DataTableTest.cs : Added test for serialization by Boris Kirzner.
283         * DataSetInferXmlSchemaTest.cs : Added test for schema element skip
284            by Boris Kirzner.
285
286 2004-05-27  Nick Drochak <ndrochak@ieee.org>
287
288         * DataRelationCollectionTest.cs: Fixed build when using csc.
289
290 2004-05-27 Umadevi S <sumadevi@novell.com>
291         * Corrected small typos in DataTableCollectionTest & DataRelationCollectionTest
292
293 2004-05-26  Umadevi S <sumadevi@novell.com>
294         * Added files DataTableCollectionTest and DataRelationCollectionTest
295
296 2004-05-19  Atsushi Enomoto <atsushi@ximian.com>
297
298         * DataSetTest.cs : Fixed ReadWriteXmlSchema() that miscounted
299           constraints and parent keys.
300
301 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
302
303         * DataSetTest.cs : Converted CRLF to LF for line ending comparison.
304           (and added copyright line.)
305
306 2004-05-17  Atsushi Enomoto <atsushi@ximian.com>
307
308         * DataSetTest.cs : Added WriteXmlEncodedXml() test.
309
310 2004-05-17  Atsushi Enomoto <atsushi@ximian.com>
311
312         * DataSetAssertion.cs : Enabled "Ordinal" check again, unless the test
313           value is -1.
314         * DataSetInferXmlSchemaTest.cs,
315           DataSetReadXmlSchemaTest.cs  : Enabled Ordinal check again, as long
316           as working. Added IgnoredNamespaces() to inferxmlschema test.
317
318 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
319
320         * DataSetReadXmlSchemaTest.cs : Added test014.xsd tes (contains two
321           simple repeatable elements).
322
323 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
324
325         * DataSetTest.cs,
326           DataSetReadXmlTest.cs,
327           DataSetReadXmlSchemaTest.cs,
328           DataSetInferXmlSchemaTest.cs,
329           DataSetAssertion.cs : AssertDataTable() now checks Constraint count
330           and ParentKey length.
331
332 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
333
334         * DataSetReadXmlSchemaTest.cs : Added tests for test012.xsd (repeatable
335           simple element) and test013.xsd (reference to global element;
336           currently failing).
337
338 2004-05-11  Atsushi Enomoto <atsushi@ximian.com>
339
340         * DataSetTest.cs : Added WriteXmlToStream().
341
342 2004-05-11  Atsushi Enomoto <atsushi@ximian.com>
343
344         * DataSetReadXmlSchemaTest.cs : SingleElementTreatmentDifference() was
345           incorrect. DataSet element is assumed only if there is only one 
346           global element.
347         * DataSetReadXmlTest.cs : Added error-reported test case.
348         * DataSetInferXmlSchemaTest.cs : Modified more tests not to compare
349           Ordinal for non-specified columns (that shouldn't be significant).
350
351 2004-05-06  Atsushi Enomoto <atsushi@ximian.com>
352
353         * ConstraintCollectionTest.cs : Table name should not be the same as
354           for the purpose of this test.
355         * DataSetReadXmlSchemaTest.cs : Added more tests based on schema files.
356         * DataSetTest.cs : Reordered attributes to pass test in 
357           WriteDifferentNamespaceSchema().
358
359 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
360
361         * ForeignKeyConstraintTest.cs : Made tests pass under MS.NET 1.1.
362           Don't catch every kind of exception. That does nothing but keep us
363           away from the exact error location.
364         * DataSetTest.cs : Make sure that we read schema correctly, before
365           testing WriteXmlSchema.
366
367 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
368
369         * DataColumnCollectionTest.cs : catch only specific exception. Don't
370           rely on localizable error message.
371         * DataSetTest.cs : Attribute orders should not be significant, so
372           just hacked to match current implementation's order.
373           Added WriteNestedTableXml().
374
375 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
376
377         * ConstraintCollectionTest.cs : uncommented some tests that should be
378           implemented until mono 1.0.
379         * ConstraintTest.cs : use ExpectedException. Don't expect localizable
380           error message.
381         * DataColumnTest.cs,
382           DataRelationTest.cs,
383           DataRowCollectionTest.cs : catch only specific type exception.
384           Don't rely on (test) localizable messages.
385         * DataSetAssertion.cs : We shouldn't expect exact column ordinals
386           when infering/reading the structures from documents/schemas.
387
388 2004-04-29  Atsushi Enomoto <atsushi@ximian.com>
389
390         * DataRowTest.cs : Added a test for auto increment column and item
391           integrity (it caused index out of range exception).
392
393 2004-04-27  Atsushi Enomoto <atsushi@ximian.com>
394
395         * ConstraintCollectionTest.cs,
396           DataSetTest.cs,
397           DataTableTest.cs,
398           ForeignKeyConstraintTest.cs : Fixes for incorrect NET_1_0 use.
399         * DataRowCollectionTest.cs : just check exception type. Don't check
400           localizable error message.
401         * DataSetAssertion.cs : Removed AssertDataSet() with just 4 argument.
402           Added relation count parameter for AssertDataTable().
403           Added Nested check parameter for AssertDataRelation().
404         * DataSetInferXmlSchemaTest.cs,
405           DataSetReadXmlTest.cs,
406           DataSetReadXmlSchemaTest.cs :
407           Applied new AssertDataTable().  Added more check on
408           DataSetReadXmlSchemaTest.SingleElementTreatmentDifference ().
409
410 2004-04-22  Atsushi Enomoto <atsushi@ximian.com>
411
412         All fixes are to make them pass under MS.NET 1.1.
413
414         * ConstraintCollectionTest.cs : Fixed to pass under MS.NET 1.1.
415         * DataRelationTest.cs : Creation4() never works.
416         * DataSetInferXmlSchemaTest.cs :
417           Fixed xml9 test (relation count).
418           Some mappings were incorrectly specified int.
419           ConflictColumnTable() test incorrectly tested different columns.
420           Fixed exception type on ConflictExistingPrimaryKey().
421         * DataSetReadXmlSchemaTest.cs :
422           Use fixed current culture.
423           Fixed exceptoin type on NestedReferenceNotAllowed().
424         * DataSetReadXmlTest.cs :
425           InferSchema mode is said as to load rows.
426         * DataSetTest.cs :
427           SqlGuid test depends on the runtime version.
428           In WriteDifferentNamespaceSchema(), we're going to set the same
429           order for namespaces (just for ease of tests).
430           Fixed many bugs on SerializeDataSet() test.
431         * DataTableTest.cs :
432           Set culture only on NET_1_0. Culture difference causes exception
433           under .NET 1.1.
434           Don't depend on error message string (consider localization).
435           Under .NET 1.1, constraints looks also vanishes on table's Clear().
436         * ForeignKeyConstraintTest.cs :
437           Ignore TestCtor5(). That does not work under .NET 1.1.
438           Fixed some exception type differences.
439
440 2004-04-22  Atsushi Enomoto <atsushi@ximian.com>
441
442         * DataSetInferXmlSchemaTest.cs : Added ConflictExistingPrimaryKey().
443         * DataSetReadXmlTest.cs : Added IgnoreSchemaShouldFillData().
444         * DataSetTest.cs : Added IgnoreColumnEmptyNamespace() and
445           SerializeDataSet().
446
447 2004-04-20  Atsushi Enomoto <atsushi@ximian.com>
448
449         * DataSetInferXmlSchema.cs : added more 16 patterns.
450           (mostly fails as yet).
451         * DataSetReadXmlTest.cs : Reverted yesterday's incorrect part.
452           As for XmlReadMode = Auto, data row should be read.
453         * DataSetTest.cs : Added Namespace and Prefix tests.
454           Added WriteDifferentNamespaceSchema().
455
456           hmm... WriteXmlSchema() also needs more love :(
457
458 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
459
460         * Added DataSetInferXmlSchemaTest.cs.
461         * DataSetReadXmlTest.cs : Fixed test bogus. When ReadMode is
462           InferSchema, it should not load any data rows.
463         * DataSetAssertion.cs : Added AssertDataSet() overroad that takes 
464           relation count.
465
466 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
467
468         * Added missing ChangeLog entry.
469         * ConstraintCollectionTest.cs :
470           Ignore some tests that should fail (They also fail under MS.NET).
471         * DataSetReadXmlSchemaTest.cs : 
472           - Added SingleElementTreatmentDifference() and PrefixedTargetNS().
473           - Modified UnusedComplexTypesInored() to make sure DataSetName is set.
474           - Renamed DataSetElementCannotBeReferenced() to 
475             NestedReferenceNotAllowed().
476           - Modified ReadElemAttrPattern() to LocaleOnRootWithoutIsDataSet() 
477             to test msdata:Locale.
478         * DataSetTest.cs : Due to mcs bug #57200, csc does not allow 
479           System.Type.GetType(), so modified them all.
480
481 2004-04-16  Atsushi Enomoto <atsushi@ximian.com>
482
483         * DataSetAssertion.cs : Added AssertDataColumn().
484         * DataSetReadXmlSchemaTest.cs : Added more strange cases.
485
486 2004-04-15      Umadevi S (sumadevi@novell.com)
487                 * ForeignKeyConstraintTest - constructor testing,
488                 * DataSet - test for Clone and Copy methods.
489
490 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
491
492         * Added DataSetAssertion.cs and DataSetReadXmlSchema.cs.
493         * DataSetReadXmlTest.cs : separate assertion methods into
494           DataSetAssertion.cs. Added label argument to AssertDataTable.
495
496 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
497
498         * DataSetReadXmlTest.cs : Tests were incorrect. They should be done
499           against new dataset. So just added another sequential read tests.
500
501 2004-04-14  Atsushi Enomoto <atsushi@ximian.com>
502
503         * Added DataSetReadXmlTest.cs. (specific to ReadXml() in DataSet).
504
505 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
506
507         * DataSetTest.cs : More path fix. Don't expect End of Line = "\n".
508           It might be "\r\n" or else.
509
510 2004-04-09  Atsushi Enomoto <atsushi@ximian.com>
511
512         * DataColumnTest.cs,
513           DataRowTest.cs,
514           DataTableTest.cs : build fix: csc does not allow
515           System.Type inside namespace MonoTests.System.Data.
516         * DataSetTest.cs : path fix.
517         * DataRelationTest.cs : path fix. Don't test error message: It should
518           vary by message translations. Split tests and use ExpectedException.
519
520 2004-03-31  Juraj Skripsky <juraj@hotfeet.ch>
521
522         * DataColumnTest.cs : fixes here and there,
523         make all tests pass on ms.net.
524
525 2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
526
527         * DataTableTest.cs : add test case for bug #55503,
528         comment out meaningless test cases.
529
530 2004-01-21  Atsushi Enomoto <atsushi@ximian.com>
531
532         * Added TypedDataSetGeneratorTest.cs.
533
534 2003-12-18  Jackson Harper <jackson@ximian.com>
535
536         * DataViewTest.cs: Add some tests for new methods.
537         
538 2003-05-26  Ben Maurer <bmaurer@users.sourceforge.net>
539         * DataViewTest.cs: Added new test from
540         Patrick Kalkman
541
542 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
543         * All tests inherits from Assertion, and
544           Assertion. prefixes removed
545
546 2003-04-05  Ville Palo <vi64pa@kolumbus.fi>
547
548         * DataTableTest.cs: little fix.
549         
550 2003-03-27  Ville Palo <vi64pa@kolumbus.fi>
551
552         * UniqueConstraintTest.cs: some minor fixes.
553         
554 2003-03-26  Ville Palo <vi64pa@kolumbus.fi>
555
556         * DataRowCollectionTest.cs: Tests for AutoIncrement
557         
558 2003-03-25  Ville Palo <vi64pa@kolumbus.fi>
559
560         * DataTableTest.cs: Added test for PrimaryKey-property
561         
562 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
563
564         * DataColumnCollectionTest.cs: little fix.
565
566 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
567
568         * DataColumnCollectionTest.cs: Typos
569         
570 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
571
572         * DataSetTest.cs: Fixed line-ending problems
573         
574 2003-03-06  Ville Palo <vi64pa@kolumbus.fi>
575
576         * DataTableTest.cs: More tests for Select ()
577         
578 2003-02-28  Ville Palo <vi64pa@kolumbus.fi>
579
580         * DataColumnCollectionTest.cs: Added more tests.
581         * DataRowCollectionTest.cs: Added more tests.
582         
583 2003-04-02  Ville Palo <vi64pa@koti.soon.fi>
584
585         * DataColumnTest.cs: Added tests for Expression property
586         
587 2003-03-02  Ville Palo <vi64pa@koti.soon.fi>
588
589         * DataTableTest.cs: More tests for Select
590         
591 2003-31-01  Ville Palo <vi64pa@koti.soon.fi>
592
593         * DataTableTest.cs: Added more tests for Select (string) -method
594         
595 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
596
597         * DataRelationTest.cs: Added more tests
598         
599 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
600
601         * DataTableTest.cs: Added test for DataTable.Select ()
602         
603 2003-24-01  Ville Palo <vi64pa@koti.soon.fi>
604
605         * UniqueConstraint.cs: More tests
606         
607 2003-23-01  Ville Palo <vi64pa@koti.soon.fi>
608
609         * ForeignKeyConstraint.cs: More tests
610         
611 2003-22-01  Ville Palo <vi64pa@koti.soon.fi>
612
613         * DataRelationTest.cs: More tests and little clean up.
614         
615 2003-14-01  Ville Palo <vi64pa@koti.soon.fi>
616
617         * DataRelationTest.cs: Added more tests
618         
619 2003-13-01  Ville Palo <vi64pa@koti.soon.fi>
620
621         * DataRelationTest.cs: Test class for DataRelation
622         
623 2002-12-26  Ville Palo <vi64pa@koti.soon.fi>
624
625         * own_schema.xsd: XmlSchema for testing ReadXmlSchema() -method
626         * DataSetTest.cs: Added more Xml-tests. 
627         
628 2002-12-17  Ville Palo <vi64pa@koti.soon.fi>
629
630         * region.xml: 
631         * store.xsd: new xmldoment and xmlschema for testing DataSet
632         * DataSetTest.cs: Added some Xml-tests.
633         * AllTests.cs: Added DataSetTest
634         
635 2002-10-23  Nick Drochak  <ndrochak@gol.com>
636
637         * ConstraintCollectionTest.cs (SetUp): Clear the constraints before 
638         each test.
639         * ConstraintTest.cs: same
640         * DataColumnTest.cs: Get exceptions straight.  Some are thrown and some
641         aren't
642
643 2002-10-22  Nick Drochak  <ndrochak@gol.com>
644
645         * DataColumnTest.cs: Remove compiler warnings and use caught exception
646         to report useful info.