You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,26 +0,0 @@
|
||||
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.
|
||||
@@ -1,152 +0,0 @@
|
||||
2009-07-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* DataContainerTest.cs, DataColumnMappingCollectionTest.cs,
|
||||
DataTableMappingCollectionTest.cs :
|
||||
migration to newer nunit style.
|
||||
|
||||
2009-01-03 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DbCommandBuilderTest.cs: Added test for QuoteIdentifier.
|
||||
|
||||
2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DbCommandBuilderTest.cs: Added tests for properties.
|
||||
|
||||
2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DbCommandBuilderTest.cs: Added tests for QuotePrefix and
|
||||
QuoteSuffix.
|
||||
* DbConnectionStringBuilderTest.cs: Added tests for both odbc and
|
||||
non-odbc rules.
|
||||
|
||||
2008-10-07 Daniel Morgan <monodanmorg@yahoo.com>
|
||||
|
||||
* DbConnectionStringBuilderTest.cs: add tests
|
||||
EmbeddedCharTest1, 2, 3, and 4 for testing setting and getting
|
||||
various connection strings you would find for SqlClient, Odbc,
|
||||
or Oracle. Fix test ICollectionCopyToTest to index
|
||||
into the collection in order.
|
||||
|
||||
2008-03-23 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DataContainerTest.cs: Code formatting.
|
||||
* DbDataAdapterTest.cs: Added test for 2.0 methods.
|
||||
|
||||
2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DBDataPermissionAttributeTest.cs: Improved test for invalid
|
||||
KeyRestrictionBehavior. Fixed line endings.
|
||||
|
||||
2007-10-20 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DbDataAdapterTest.cs: Added test for UpdateBatchSize.
|
||||
* DataAdapterTest.cs: Added tests for AcceptChangesDuringFile,
|
||||
AcceptChangesDuringUpdate, ContinueUpdateOnError, FillLoadOption,
|
||||
MissingMappingAction, MissingSchemaAction and
|
||||
ReturnProviderSpecificTypes.
|
||||
|
||||
2007-10-19 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DbTransactionTest.cs: Enabled test for bug #325397.
|
||||
|
||||
2007-10-16 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DbTransactionTest.cs: Added test for bug #325397.
|
||||
|
||||
2007-03-03 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DbProviderFactoriesConfigurationHandlerTest.cs: Changed test to also
|
||||
verify behavior for clear and remove nodes.
|
||||
|
||||
2007-03-03 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* DbProviderFactoriesConfigurationHandlerTest.cs: Fixed tests to
|
||||
pass on MS. Added NotWorking test to check whether DbProviderFactories
|
||||
that are defined on machine config are available.
|
||||
|
||||
2007-02-19 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* DbProviderFactoriesConfigurationHandlerTest.cs : test for #80894.
|
||||
|
||||
2006-07-13 Senganal T <tsenganal@novell.com>
|
||||
|
||||
* DBDataPermissionTest.cs : Removed invalid tests
|
||||
|
||||
2006-03-19 Boris Kirzner <borisk@mainsoft.com>
|
||||
|
||||
* DataColumnMappingCollectionTest.cs, DataTableMappingCollectionTest.cs,
|
||||
DBDataPermissionAttributeTest.cs: ifdef code that is not supposed
|
||||
to work in TARGET_JVM by now.
|
||||
|
||||
2006-02-18 Raja R Harinath <harinath@gmail.com>
|
||||
|
||||
* DbConnectionStringBuilderTest.cs
|
||||
(ICollectionCopyToTest, NegICollectionCopyToTest): Enable.
|
||||
(IDictionaryCopyToTest, NegIDictionaryCopyToTest): Delete.
|
||||
|
||||
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* DBDataPermissionAttributeTest.cs: Removed *Choice security actions.
|
||||
|
||||
2005-04-04 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* DbConnectionStringBuilderTest.cs: few more tests ignored for now
|
||||
because of gmcs incompatiability with csc. generic types are not
|
||||
being able to be assigned to non-generic types though implements
|
||||
non-generic interface.
|
||||
|
||||
2005-02-22 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* ConnectionStringsSectionTest.cs: Added file. Tests for
|
||||
System.Configuration.ConnectionStringsSection class. This is used
|
||||
for managing connection strings information for provider factory.
|
||||
|
||||
2005-02-22 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* DbProviderFactoriesConfigurationHandlerTest.cs: Tests for
|
||||
DbProviderFactoriesConfigurationHandler class.
|
||||
|
||||
2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* DBDataPermissionTest.cs, DBDataPermissionAttributeTest.cs:
|
||||
Fixed some incompatible type of exception between 2.0 and 1.1.
|
||||
|
||||
2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* DataTableMappingCollectionTest.cs,
|
||||
DataColumnMappingCollectionTests.cs : Equals() and Remove() contains
|
||||
invalid attempt to add one map to two collections, which is rejected
|
||||
under MS.NET 1.1 sp1.
|
||||
|
||||
2004-11-22 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* DbConnectionStringBuilderTest.cs: Test cases for
|
||||
DbConnectionStringBuilder class. These are independant tests.
|
||||
|
||||
2004-09-14 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* DBDataPermissionTest.cs: New. Unit tests for DBDataPermission.
|
||||
|
||||
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* DBDataPermissionAttributeTest.cs: New. Unit tests for DBData
|
||||
PermissionAttribute.
|
||||
|
||||
2004-08-13 Umadevi S <sumadevi@novell.com>
|
||||
* Added File DataContainerTest
|
||||
|
||||
2004-06-10 Umadevi S <sumadevi@novell.com>
|
||||
* Corrected GetTableMappingBySchemaAction for DataTableMappingCollectionTest
|
||||
|
||||
2004-06-09 Umadevi S <sumadevi@novell.com>
|
||||
* Correct Add, InserAt testcases for DataTableMappingCollection
|
||||
|
||||
|
||||
2004-06-09 Umadevi S <sumadevi@novell.com>
|
||||
* Corrected Remove method testcase for DataColumnMappingCollection
|
||||
|
||||
2004-06-08 Umadevi S <sumadevi@novell.com>
|
||||
* Corrected the contains testcase to test for invalidcastexception for DataColumnMappingCollection
|
||||
|
||||
2004-05-27 Umadevi S <sumadevi@novell.com>
|
||||
* Added Classes DataColumnMappingCollectionTest and DataTableMappingCollectionTest
|
||||
@@ -1,137 +0,0 @@
|
||||
2009-07-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* OdbcDataReaderTest.cs : migration to newer nunit style.
|
||||
|
||||
2009-01-18 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* OdbcCommandTest.cs: Added tests for CommandTimeout,
|
||||
UpdatedRowSource, Dispose and ResetCommandTimeout. Added
|
||||
ExecuteNonQuery/ExecuteReader/ExecuteScalar tests for a connection
|
||||
that is not initialized or closed.
|
||||
|
||||
2009-01-03 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* OdbcCommandBuilderTest.cs: Enabled test for QuoteIdentifier.
|
||||
|
||||
2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* OdbcCommandBuilderTest.cs: Added tests for properties.
|
||||
|
||||
2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* OdbcCommandBuilder.cs: Added test for ConflictOption default value.
|
||||
|
||||
2008-12-29 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* OdbcCommandBuilderTest.cs: Added tests for QuotePrefix and
|
||||
QuoteSuffix. Added tests for QuoteIdentifier (some still marked
|
||||
NotWorking).
|
||||
* OdbcConnectionStringBuilderTest.cs: Moved from ProviderTests.
|
||||
Added and improved tests.
|
||||
|
||||
2008-08-26 Veerapuram Varadhan <vvaradhan@novell.com>
|
||||
|
||||
* OdbcParameterTest.cs (OdbcTypeTest): Added test case for Binary
|
||||
type check.
|
||||
|
||||
2008-07-03 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* OdbcDataAdapterTest.cs: Added test for UpdateBatchSize.
|
||||
|
||||
2008-03-03 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* OdbcMetaDataCollectionNamesTest.cs: New.
|
||||
|
||||
2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* OdbcDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
|
||||
InsertCommand, SelectCommand, UpdateCommand and Dispose.
|
||||
* OdbcDataReaderTest.cs: fixed line endings.
|
||||
* OdbcCommandTest.cs: Added tests for ctors and CommantText.
|
||||
* OdbcConnectionTest.cs: Removed original test that relied on MySQL.
|
||||
Added ctor tests. Added tests for BeginTransaction, GetSchema and
|
||||
ServerVersion with connection that is closed.
|
||||
|
||||
2007-06-08 Nagappan A <anagappan@novell.com>
|
||||
|
||||
* OdbcParameterTest.cs (OdbcTypeTest): The default data type of
|
||||
OdbcParameter is changed to NVarChar.
|
||||
|
||||
2005-10-08 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* OdbcParameterTest.cs (OdbcTypeTest): Disconnected Tests for
|
||||
OdbcParameter class.
|
||||
|
||||
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* OdbcPermissionAttributeTest.cs: Removed *Choice security actions.
|
||||
|
||||
2005-09-01 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* OdbcDataAdapterTest.cs: moved to ProviderTests and integrated
|
||||
with connected more framework.
|
||||
* OdbcCommandTest.cs: -- do --.
|
||||
|
||||
* OdbcParameterCollectionTest.cs: Removed ParameterLengthTrimTest
|
||||
to ProviderTests.
|
||||
|
||||
2005-02-15 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* OdbcParameterCollectionTest.cs: fix for namespace collision
|
||||
MonoTests.System & corlib System.
|
||||
* OdbcDataReaderTest.cs: --do--
|
||||
|
||||
2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* OdbcPermissionTest.cs, OdbcPermissionAttributeTest.cs:
|
||||
Fixed some incompatible type of exception between 2.0 and 1.1.
|
||||
|
||||
2004-11-26 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* OdbcParameterCollectionTest.cs: New file for testing
|
||||
OdbcParameterCollection's Add method.
|
||||
|
||||
2004-09-15 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* OdbcPermissionTest.cs: New. Unit tests for OdbcPermission.
|
||||
|
||||
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* OdbcPermissionAttributeTest.cs: New. Unit tests for OdbcPermission
|
||||
Attribute.
|
||||
|
||||
2004-08-31 Umadevi S <sumadevi@novell.com>
|
||||
* OdbcDataReaderTest.cs - Added a test for Numeric Type
|
||||
|
||||
2004-08-27 Sureshkumar T <tsureshkumar@novell.com>
|
||||
* OdbcDataReader.cs - Added a test for TinyInt
|
||||
|
||||
2004-08-26 Sureshkumar T <tsureshkumar@novell.com>
|
||||
* OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
|
||||
* OdbcCommandTest.cs - Syntax Error Fix
|
||||
|
||||
2004-07-29 Umadevi S <sumadevi@novell.com>
|
||||
* OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
|
||||
|
||||
|
||||
2004-07-28 Umadevi S <sumadevi@novell.com>
|
||||
* OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
|
||||
|
||||
|
||||
2004-07-01 Sureshkumar T <tsureshkumar@novell.com>
|
||||
* Added test case for OdbcCommand.ExecuteScalar Method
|
||||
* New files:
|
||||
OdbcCommandTest.cs - test suite for OdbcCommand class.
|
||||
|
||||
2004-06-23 Sureshkumar T <TSureshkumar@novell.com>
|
||||
* Added test to check whether the OdbcConnection.Close method closes
|
||||
all the handles.
|
||||
* New files:
|
||||
OdbcConnectionTest.cs - test suite for OdbcConnection class.
|
||||
|
||||
2004-06-16 Sureshkumar T <TSureshkumar@novell.com>
|
||||
* Added Odbc tests using MySql test database
|
||||
* New files:
|
||||
ChangeLog
|
||||
OdbcDataReaderTest.cs - test suite for OdbcDataReader class.
|
||||
OdbcDataAdapterTest.cs - test suite for OdbcDataAdapter class.
|
||||
@@ -1,44 +0,0 @@
|
||||
2008-03-03 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* OleDbMetaDataCollectionNamesTest.cs: New.
|
||||
|
||||
2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* OleDbDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
|
||||
InsertCommand, SelectCommand, UpdateCommand and Dispose.
|
||||
* OleDbCommandTest.cs: Added tests for ctors and CommandText.
|
||||
* OleDbConnectionTest.cs: Added tests for ctors and ConnectionString.
|
||||
Added tests for BeginTransaction, GetSchema and ServerVersion with
|
||||
connection that is closed.
|
||||
|
||||
2007-02-22 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* OleDbParameterCollectionTest.cs: Fix compile error in 1.1 profile.
|
||||
|
||||
2007-02-20 Frederik Carlier <frederik.carlier@carlier-online.be>
|
||||
|
||||
* OleDbParameterCollectionTest.cs: New. Unit tests for OleDbParameterCollection.
|
||||
|
||||
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* OleDbPermissionAttributeTest.cs: Removed *Choice security actions.
|
||||
|
||||
2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* OleDbPermissionTest.cs, OleDbPermissionAttributeTest.cs:
|
||||
Fixed some incompatible type of exception between 2.0 and 1.1.
|
||||
|
||||
2004-09-15 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* OleDbPermissionTest.cs: New. Unit tests for OleDbPermission.
|
||||
|
||||
2004-09-14 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* OleDbPermissionAttributeTest.cs: Added unit tests for Provider
|
||||
property (unused and hidden in Fx 2.0).
|
||||
|
||||
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* ChangeLog: New.
|
||||
* OleDbPermissionAttributeTest.cs: New. Unit tests for OleDbPermission
|
||||
Attribute.
|
||||
@@ -1,3 +0,0 @@
|
||||
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlNotificationRequestTest.cs: Added ctor and property tests.
|
||||
@@ -1,166 +0,0 @@
|
||||
2009-07-29 Veerapuram Varadhan <vvaradhan@novell.com>
|
||||
|
||||
* SqlParameterTest.cs: Marked SqlChars/SqlBytes tests for SqlValue
|
||||
as NotWorking as these types are considered as SqlString/SqlBinary
|
||||
respectively.
|
||||
|
||||
2009-07-26 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlParameterTest.cs: Added/improved tests for SqlValue, and
|
||||
SqlTypes. Improved tests for char and char [] type inferrence.
|
||||
|
||||
2009-01-03 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlParameterTest.cs: Added .ctor tests. Improved
|
||||
ParameterType and ResetDbType tests. Added ParameterName,
|
||||
SourceColumn and Value tests. Partially enable SqlValue
|
||||
test.
|
||||
|
||||
2009-01-03 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlCommandBuilderTest.cs: Added tests for CatalogLocation,
|
||||
CatalogSeparator, ConflictOption, QuoteIdentifier, QuotePrefix,
|
||||
QuoteSuffix and SchemaSeparator.
|
||||
* SqlParameterTest.cs: Moved existing tests from ProviderTests
|
||||
to increase their visibility. Added tests for type inference.
|
||||
|
||||
2008-11-09 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlConnectionTest.cs: Added test for null check in ClearPool.
|
||||
|
||||
2008-08-14 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlConnectionTest.cs: Enabled connection string related tests that
|
||||
previously failed. Added/improved connection string tests.
|
||||
|
||||
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlConnectionTest.cs: Enabled tests for ChangePassword argument
|
||||
checks.
|
||||
|
||||
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlCommandTest.cs: Enabled CommandTimeout test. Enabled test for
|
||||
Prepare with NULL connection. Enabled test for bug #412586.
|
||||
|
||||
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlCommandTest.cs: Enabled and improved tests for Execute* with
|
||||
closed connection.
|
||||
|
||||
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlCommandTest.cs: Enabled test for bug #412584.
|
||||
|
||||
2008-07-28 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
|
||||
that do not require connection from ProviderTests.
|
||||
* SqlConnectionTest.cs: Moved tests that do not require connection
|
||||
from ProviderTests.
|
||||
|
||||
2008-07-03 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlCommandTest.cs: Removed extra tabs. Update bug number.
|
||||
|
||||
2008-04-19 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* SqlCommandTest.cs: Add test case for bug #381100.
|
||||
|
||||
2008-03-03 Ankit Jain <jankit@novell.com>
|
||||
|
||||
* SqlClientMetaDataCollectionNamesTest.cs: New.
|
||||
|
||||
2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlCommandTest.cs: Added tests for ctors and CommantText.
|
||||
* SqlConnectionTest.cs: Added tests for ctors, ConnectionString and
|
||||
ServerVersion.
|
||||
* SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
|
||||
InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and
|
||||
Dispose.
|
||||
|
||||
2007-10-18 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
|
||||
when connection is closed.
|
||||
|
||||
2007-05-29 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlCommandTest.cs: Added test for bug #81710.
|
||||
|
||||
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* SqlClientPermissionAttributeTest.cs: Removed *Choice security
|
||||
actions.
|
||||
|
||||
2005-09-22 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* SqlConnectionTest.cs (OtherConnectionStringKeywords): marked
|
||||
Persist security info keyword as not implmented.
|
||||
|
||||
2005-09-01 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* SqlDataReaderTest.cs: moved to ProviderTests and integrated with
|
||||
connected mode tests
|
||||
* SqlCommandTest.cs: -- do --
|
||||
* SqlConnectionTest.cs: -- do --
|
||||
* SqlTransactionTest.cs: -- do --
|
||||
* SqlDataAdapterTest.cs: -- do --
|
||||
|
||||
2005-06-23 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* SqlConnectionStringBuilderTest.cs: Added few more tests.
|
||||
|
||||
2005-06-21 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
|
||||
|
||||
2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
|
||||
|
||||
* SqlDataReaderTest.cs: Corrected and extended bigint test
|
||||
|
||||
2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
|
||||
Fixed some incompatible type of exception between 2.0 and 1.1.
|
||||
|
||||
2004-11-01 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
* SqlCommandTest.cs: Added testcase for bug #66630.
|
||||
|
||||
2004-10-30 Umadevi S <sumadevi@novell.com>
|
||||
* SqlDataAdapterTest.cs - Added testcase for nullguid
|
||||
|
||||
2004-10-15 Umadevi S <sumadevi@novell.com>
|
||||
* SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
|
||||
|
||||
2004-10-14 Umadevi S <sumadevi@novell.com>
|
||||
* SqlCommandTest.cs - added Test for clone method
|
||||
|
||||
2004-09-24 Umadevi S <sumadevi@novell.com>
|
||||
* SqlTransactionTest.cs -new file .unit testing for SqlTransaction
|
||||
|
||||
2004-09-15 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
|
||||
|
||||
2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
|
||||
PermissionAttribute.
|
||||
|
||||
2004-09-02 Umadevi S <sumadevi@novell.com>
|
||||
* SqlCommandTest.cs - added file. Testing ExecuteNonQuery
|
||||
|
||||
2004-09-02 Umadevi S <sumadevi@novell.com>
|
||||
* SqlDataReaderTest.cs - added file
|
||||
|
||||
2004-08-20 Umadevi S <sumadevi@novell.com>
|
||||
* Added testcase in SqlDataAdapter.cs for Fillschema
|
||||
|
||||
2004-08-19 Gert Driesen <drieseng@users.souceforge.net>
|
||||
* SqlConnectionTest.cs: Added testcases for bug #63165.
|
||||
|
||||
2004-08-19 Umadevi S <sumadevi@novell.com>
|
||||
* Added file SqlDataAdapterTest.cs - to test update method on a
|
||||
datatable
|
||||
@@ -1,213 +0,0 @@
|
||||
2009-07-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlGuidTest.cs, SqlDateTimeTest.cs, SqlBinaryTest.cs :
|
||||
migration to newer nunit style.
|
||||
|
||||
2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlXmlTest.cs: Minor improvements to tests. Marked tests as
|
||||
NotWorking/NotDotNet to fix test failures on MS.
|
||||
|
||||
2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlDecimalTest.cs
|
||||
* SqlInt32Test.cs
|
||||
* SqlCharsTest.cs
|
||||
* SqlInt16Test.cs
|
||||
* SqlInt64Test.cs
|
||||
* SqlDoubleTest.cs: Change spaces to tabs, and remove extra tabs.
|
||||
Restore original culture on teardown. Removed CWLs.
|
||||
|
||||
2008-12-29 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* SqlStringTest.cs: Change spaces to tabs. Restore original culture
|
||||
on teardown. Enable commented-out tests. Removed CWLs.
|
||||
* SqlGuidTest.cs: Fixed line endings.
|
||||
|
||||
2008-12-23 Veerapuram Varadhan <vvaradhan@novell.com>
|
||||
|
||||
* SqlXmlTest.cs: Available only in 2.0 and above
|
||||
|
||||
2008-12-21 Veerapuram Varadhan <vvaradhan@novell.com>
|
||||
|
||||
* SqlXmlTest.cs: Tests for SqlXml type. New addition.
|
||||
|
||||
2008-06-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlBooleanTest.cs : oops, was running wrong test harness. Fixed it.
|
||||
|
||||
2008-06-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlBooleanTest.cs : added test for comparison with Null.
|
||||
|
||||
2007-10-01 Veerapuram Varadhan <vvaradhan@novell.com>
|
||||
|
||||
* SqlCharsTest.cs (Read_*, Write_*): Tests for Newly implemented
|
||||
Read and Write APIs.
|
||||
|
||||
* SqlBytesTest.cs (Read_*, Write_*): Ditto.
|
||||
|
||||
2007-09-27 Veerapuram Varadhan <vvaradhan@novell.com>
|
||||
|
||||
* SqlStringTest.cs (ReadWriteXmlTest): Change the root node of the
|
||||
test xml from <SqlString> to <string>
|
||||
|
||||
* SqlCharsTest.cs (ReadWriteXmlTest): Ditto.
|
||||
|
||||
2007-09-25 Veerapuram Varadhan <vvaradhan@novell.com>
|
||||
|
||||
* SqlInt16Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
|
||||
New tests.
|
||||
|
||||
* SqlInt32Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
|
||||
New tests.
|
||||
|
||||
* SqlInt64Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
|
||||
New tests.
|
||||
|
||||
* SqlChars.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
|
||||
New tests.
|
||||
|
||||
* SqlDecimal.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
|
||||
New tests.
|
||||
|
||||
* SqlDouble.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
|
||||
New tests.
|
||||
|
||||
* SqlString.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest):
|
||||
New tests.
|
||||
|
||||
2007-06-21 Nagappan A <anagappan@novell.com>
|
||||
|
||||
* SqlBooleanTest.cs (EqualityOperator): Fixed compiler warnings.
|
||||
(InequalityOperator): Fixed compiler warnings.
|
||||
|
||||
2007-05-04 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* SqlDateTimeTest.cs (TicksRoundTrip, EffingBilisecond): New tests.
|
||||
|
||||
2007-03-09 Nagappan A <anagappan@novell.com>
|
||||
|
||||
* SqlBooleanTest.cs (GetXsdTypeTest, GreaterThanTest)
|
||||
(GreaterThanOrEqualTest, LessThanEqualTest, LessThanOrEqualTest):
|
||||
Added new tests.
|
||||
|
||||
* SqlBinaryTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlByteTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlBytesTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlDateTimeTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlDecimalTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlGuidTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlInt16Test.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlInt32Test.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlInt64Test.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlMoneyTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlSingleTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
* SqlStringTest.cs (GetXsdTypeTest): Added new test.
|
||||
|
||||
2007-02-09 Nagappan A <anagappan@novell.com>
|
||||
|
||||
* SqlBytesTest.cs: Added new tests
|
||||
|
||||
* SqlCharsTest.cs: Added new tests
|
||||
|
||||
2006-07-19 Senganal T <tsenganal@novell.com>
|
||||
|
||||
* SqlDecimalTest.cs :
|
||||
- ArithmeticOperators, ConvertPrecToScale,
|
||||
ArithmeticMethods, LessThanOrEqualOperators :
|
||||
Removed for NotWorking Category and added more tests
|
||||
Thanks to Harish Kumar Singh for the patch
|
||||
|
||||
2006-02-03 Senganal T <tsenganal@novell.com>
|
||||
|
||||
* SqlStringTest.cs : Removed NotWorking attribute for testcases fixed
|
||||
|
||||
2005-08-25 Sureshkumar T <tsureshkumar@novell.com>
|
||||
|
||||
* SqlDecimalTest.cs: use Assert rather than derive from Assertion.
|
||||
* SqlBooleanTest.cs: use Assert rather than derive from Assertion.
|
||||
* SqlInt32Test.cs: use Assert rather than derive from Assertion.
|
||||
* SqlInt16Test.cs: use Assert rather than derive from Assertion.
|
||||
* SqlSingleTest.cs: use Assert rather than derive from Assertion.
|
||||
* SqlByteTest.cs: use Assert rather than derive from Assertion.
|
||||
* SqlInt64Test.cs: use Assert rather than derive from Assertion.
|
||||
* SqlStringTest.cs: use Assert rather than derive from Assertion.
|
||||
* SqlMoneyTest.cs: use Assert rather than derive from Assertion.
|
||||
* SqlDoubleTest.cs: use Assert rather than derive from Assertion.
|
||||
|
||||
2005-01-19 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlGuidTest.cs : missing run-test-ondotnet fix.
|
||||
|
||||
2004-11-25 Marek Safar <marek.safar@seznam.cz>
|
||||
|
||||
* SqlDecimalTest.cs: Hide constant behind variable to avoid
|
||||
compiler check.
|
||||
|
||||
2004-07-20 Umadevi S <sumadevi@novell.com>
|
||||
* SqlInt16Test.cs,SqlInt32Test.cs, SqlInt64Test.cs - added testcase for Modulus method (.NET 2.0)
|
||||
|
||||
2004-07-14 Umadevi S <sumadevi@novell.com>
|
||||
* SqlStringTest.cs - Added testcase for Add method (.NET2.0)
|
||||
|
||||
2004-06-10 Umadevi S <sumadevi@novell.com>
|
||||
* SqlGuidTest.cs - corrected the CompareTo method
|
||||
|
||||
2004-05-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlDecimalTest.cs : Don't use unreliable SqlDecimal to test
|
||||
Truncate(). Just use decimal.
|
||||
|
||||
2004-05-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlDecimalTest.cs :
|
||||
Don't catch all kind of exception. That hides the exact error info.
|
||||
Don't use ToSqlString() in AdjustScale() test (to make which is
|
||||
wrong).
|
||||
MS.NET's ToSqlInt32() is buggy; no worth following the behavior.
|
||||
Added test for parsing "999999..." (SqlDecimal.MaxValue).
|
||||
|
||||
2004-04-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlDateTimeTest.cs : ToStringTest() is locale dependent.
|
||||
|
||||
2004-04-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* SqlStringTest.cs : Removed locale-dependent test.
|
||||
* SqlDecimalTest.cs : Removed runtime-dependent test.
|
||||
|
||||
2003-06-02 Ville Palo <vi64pa@kolumbus.fi>
|
||||
|
||||
* All files except SqlGuidTest.cs: Now works fine on ms.net 1.1
|
||||
|
||||
2003-06-02 Ville Palo <vi64pa@kolumbus.fi>
|
||||
|
||||
* SqlStringTest.cs: exception tests to nunit2
|
||||
|
||||
2003-06-02 Ville Palo <vi64pa@kolumbus.fi>
|
||||
|
||||
* SqlStringTest.cs: added one exception test. And some exception tests
|
||||
to nunit2
|
||||
|
||||
2003-06-01 Ville Palo <vi64pa@kolumbus.fi>
|
||||
|
||||
* SqlStringTest.cs: one exception test to nunit2
|
||||
|
||||
2003-05-13 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
* All tests inherits from Assertion and Assertion. prefixes removed
|
||||
|
||||
2002-11-08 Nick Drochak <ndrochak@gol.com>
|
||||
|
||||
* SqlSingleTest.cs : Remove debug statement that was breaking the build
|
||||
@@ -1,2 +0,0 @@
|
||||
2005-05-26 Eyal Alaluf <eyala@mainsoft.com>
|
||||
* DataProvider.cs: Utiltilty class for creating different types of DataTables.
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1158,6 +1158,9 @@ namespace MonoTests.System.Data
|
||||
Assert.AreEqual (-1, evProp.NewIndex, "#10");
|
||||
Assert.AreEqual (-1, evProp.OldIndex, "#11");
|
||||
Assert.AreEqual (ListChangedType.Reset, evProp.lstType, "#12");
|
||||
|
||||
// Keep the view alive otherwise we might miss events
|
||||
GC.KeepAlive (view);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
2006-07-11 Senganal T <tsenganal@novell.com>
|
||||
|
||||
* test017.xsd : test if Relations and columns are
|
||||
created correctly if schema is nested but relation is not.
|
||||
|
||||
2006-01-16 Senganal T <tsenganal@novell.com>
|
||||
|
||||
* test015.xsd, test016.xsd : added
|
||||
- test ForeignKeyConstraint and annotated DataRelation
|
||||
relating multiple columns
|
||||
|
||||
2006-01-16 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* bug77248.xsd : added.
|
||||
|
||||
2005-01-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* test103.xsd : added.
|
||||
|
||||
2004-05-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* test014.xsd : added.
|
||||
|
||||
2004-05-14 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* test012.xsd, test013.xsd : added.
|
||||
|
||||
2004-05-06 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* New directory.
|
||||
Added test001.xsd - test011.xsd, test101.xsd, test102.xsd
|
||||
@@ -1,66 +0,0 @@
|
||||
2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* XmlDataDocumentTest.cs: Change spaces to tabs. Removed CWLs.
|
||||
Restore original culture on teardown.
|
||||
|
||||
2006-12-05 Raja R Harinath <rharinath@novell.com>
|
||||
|
||||
* XmlDataDocumentTest.cs: Modernize.
|
||||
|
||||
2006-04-19 Senganal T <tsenganal@novell.com>
|
||||
|
||||
* XmlDataDocumentTest2.cs : Test if DataSet schema with whitespace
|
||||
characters are saved and loaded correctly, Test if null values are
|
||||
correctly saved and loaded, Test if creating a row in Dataset is
|
||||
reflected in the document.
|
||||
|
||||
2005-01-11 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XmlDataDocumentTest2.cs : Added re-Load()ing test.
|
||||
Added TypedDataDocument().
|
||||
|
||||
2004-06-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XmlDataDocumentTest2.cs : When line ending is LF, CR is preserved.
|
||||
To reproduce on windows too, set NewLine as LF.
|
||||
|
||||
2004-05-12 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XmlDataDocumentTest.cs : use Environment.NewLine. Added more tests.
|
||||
* XmlDataDocumentTest2.cs : Test nested relationship, detached row
|
||||
state, and unmapped element as well.
|
||||
|
||||
2004-04-19 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* region.xsd : To make sure that "msdata" prefix has nothing to do
|
||||
with the actual "msdata namespace", modified namespace URI string.
|
||||
(This modification never affects on the results under MS.NET.)
|
||||
* XmlDataDocumentTest.cs : Make sure Read2() loaded the table just fine.
|
||||
|
||||
2004-04-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XmlDataDocumentTest.cs : still path problem.
|
||||
|
||||
2004-04-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* Added XmlDataDocumentTest2.cs (XmlDataDocumentTest.cs is too big)
|
||||
|
||||
2004-03-18 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* XmlDataDocumentTest.cs : file path fixes.
|
||||
|
||||
2003-05-28 Ville Palo <vi64pa@kolumbus.fi>
|
||||
|
||||
* XmlDataDocumentTest.cs: fixed some tests. Now works better on ms.net
|
||||
|
||||
2003-05-13 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
* XmlDataDocumentTest.cs: Inherited from Assertion and removed
|
||||
Assertion. prefixes
|
||||
|
||||
2003-01-28 Ville Palo <vi64pa@koti.soon.fi>
|
||||
|
||||
* XmlDataDocumentTest.cs: Fixed some tests
|
||||
|
||||
2003-01-13 Ville Palo <vi64pa@koti.soon.fi>
|
||||
|
||||
* XmlDataDocumentTest.cs: Added more tests
|
||||
Reference in New Issue
Block a user