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