New tests, updates
[mono.git] / mcs / class / Mono.Data.Sqlite / Test / ChangeLog
1 2008-07-15  Marek Habersack  <mhabersack@novell.com>
2
3         * SqliteParameterUnitTests.cs: adjust the blob value comparison
4         test for the 2.0 profile.
5
6         * SqliteCommandUnitTests.cs, SqliteExceptionUnitTests.cs: change
7         the expected exception type for the 2.0 profile.
8
9         * SqliteConnectionTest.cs: add tests for the 2.0 profile, disable
10         tests which are incorrect for this profile.
11
12 2007-01-16  Nagappan A  <anagappan@novell.com>
13
14         * SqliteDataAdapterUnitTests.cs (GetSchemaTable): Type casted to
15         fix compiler error.
16
17         * SqliteDataReaderTest.cs (GetSchemaTableTest)
18         (TypeOfNullInResultTest): Type casted to fix compiler error.
19
20 2006-03-11  Joshua Tauberer <tauberer@for.net>
21
22         * SqliteTest.cs: Test ANSI characters.
23
24 2006-03-07  Kamil Skalski  <nazgul@nemerle.org>
25
26         * SqliteDataReaderTest.cs: Add test for getting field type of null
27         value
28
29 2006-01-29  Joshua Tauberer <tauberer@for.net>
30
31         * Added tests from Thomas Zoechling <thomas.zoechling@gmx.at>.
32
33 2006-01-02  Joshua Tauberer <tauberer@for.net>
34
35         * SqliteTest.cs: Cleaned up and added new stuff.
36
37 2005-05-20  Sureshkumar T  <tsureshkumar@novell.com>
38
39         * test.sql: script to create a test db.
40         * SqliteConnectionTest.cs: Added. Tests for SqliteConnection.
41         * SqliteDataReaderTest.cs: Added. Tests for SqliteDataReader.
42
43
44