dazinator / CrmAdo

An ADO.NET Provider for Dynamics Crm
6 stars 4 forks source link

Write Integration Test that can compare Metadata collections with SqlLocalDB #66

Closed dazinator closed 9 years ago

dazinator commented 9 years ago

Write an integration test that can be run on demand to produce a comparison report between the SchemaCollections from CrmAdo, and the equivalent SchemaCollections from Sql Server.

Can use LocalDB to connect to during the test.

This will help me to spot differences, and more closely align the schema collections from CrmAdo with Sql Servers.