LinuxDoku / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

Failing unit tests on SQL Server 2005 #146

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new database called 'Test' on your SQL Server 2005 instance.
2. Run the SqlServer2005 unit test against it.
3. Some (around a dozen) of the unit test fail:

E.g. 

SqlServer2005TransformationProviderTest.RemoveColumn :
FailedSystem.Data.SqlClient.SqlException : Invalid object name 'SYSOBJECTS'

or

SqlServer2005TransformationProviderTest.GetTablesWorks :
FailedSystem.Data.SqlClient.SqlException : Invalid object name
'information_schema.tables'.

What am I doing wrong?

Original issue reported on code.google.com by dejan.ra...@gmail.com on 29 Mar 2010 at 8:04