a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
27 lines
899 B
Plaintext
27 lines
899 B
Plaintext
2010-01-21 Jonathan Pobst <monkey@jpobst.com>
|
|
|
|
* DateComparisonTest.cs: Failing test TestDateComparisonLeft
|
|
marked NotWorking. Bug filed as 572725.
|
|
|
|
2009-08-18 Veerapuram Varadhan <vvaradhan@novell.com>
|
|
|
|
* DateComparisonTest.cs: Fix test-data xml path.
|
|
|
|
2009-07-23 Adam Wendt <adam@awendtconsulting.com>
|
|
|
|
* DateComparisonTest.cs
|
|
(TestDateComparisonRight, TestDateComparisonLeft): Test case to
|
|
check that comparison of date and string works regardless of which
|
|
side the existing date is.
|
|
|
|
2007-06-06 Nagappan A <anagappan@novell.com>
|
|
|
|
* DataColumnExpressionTest.cs (DataColumnCharTest): Test case to
|
|
check if the data column of type char. Bug # 81625.
|
|
|
|
2006-12-07 Nagappan A <anagappan@novell.com>
|
|
|
|
* Mono.Data.SqlExpressions/DataColumnExpressionTest.cs
|
|
(TestDataColumnExpr1, TestDataColumnExpr2): Added two functions to
|
|
test Data Column Expression.
|