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