a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
2009-01-19 Zoltan Varga <vargaz@gmail.com>
|
|
|
|
* SqliteCommandUnitTests.cs: Fix test ordering issues with the new nunit
|
|
version by marking Create () as [SetUp] instead of [Test].
|
|
|
|
2008-08-04 Zoltan Varga <vargaz@gmail.com>
|
|
|
|
* SqliteParameterUnitTests.cs: Disable the InsertRandomValuesWithParameter
|
|
test as it fails randomly.
|
|
|
|
2008-07-15 Marek Habersack <mhabersack@novell.com>
|
|
|
|
* SqliteParameterUnitTests.cs: adjust the blob value comparison
|
|
test for the 2.0 profile.
|
|
|
|
* SqliteCommandUnitTests.cs, SqliteExceptionUnitTests.cs: change
|
|
the expected exception type for the 2.0 profile.
|
|
|
|
* SqliteConnectionTest.cs: add tests for the 2.0 profile, disable
|
|
tests which are incorrect for this profile.
|
|
|
|
2007-01-16 Nagappan A <anagappan@novell.com>
|
|
|
|
* SqliteDataAdapterUnitTests.cs (GetSchemaTable): Type casted to
|
|
fix compiler error.
|
|
|
|
* SqliteDataReaderTest.cs (GetSchemaTableTest)
|
|
(TypeOfNullInResultTest): Type casted to fix compiler error.
|
|
|
|
2006-03-11 Joshua Tauberer <tauberer@for.net>
|
|
|
|
* SqliteTest.cs: Test ANSI characters.
|
|
|
|
2006-03-07 Kamil Skalski <nazgul@nemerle.org>
|
|
|
|
* SqliteDataReaderTest.cs: Add test for getting field type of null
|
|
value
|
|
|
|
2006-01-29 Joshua Tauberer <tauberer@for.net>
|
|
|
|
* Added tests from Thomas Zoechling <thomas.zoechling@gmx.at>.
|
|
|
|
2006-01-02 Joshua Tauberer <tauberer@for.net>
|
|
|
|
* SqliteTest.cs: Cleaned up and added new stuff.
|
|
|
|
2005-05-20 Sureshkumar T <tsureshkumar@novell.com>
|
|
|
|
* test.sql: script to create a test db.
|
|
* SqliteConnectionTest.cs: Added. Tests for SqliteConnection.
|
|
* SqliteDataReaderTest.cs: Added. Tests for SqliteDataReader.
|
|
|
|
|
|
|