Skip to content

Commit

Permalink
Dumping EntityFramework from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Taylor committed Mar 20, 2017
1 parent d05554f commit 7fe8933
Show file tree
Hide file tree
Showing 13 changed files with 2,726 additions and 2,497 deletions.
13 changes: 9 additions & 4 deletions SqlBulkTools.IntegrationTests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@
<!--
Update connection strings if you wish to run integration tests. You should also run Visual Studio in Administration mode because there are some IO operations for benchmarking.
-->
<!--<connectionStrings>

<!--
You will also need to execute Seed.sql in SQLScripts folder of IntegrationTests project.
-->

<connectionStrings>
<add name="SqlBulkToolsTest" connectionString="Data Source=DESKTOP-6I9FL7M;Initial Catalog=SqlBulkTools;Integrated Security=True;Pooling=false;" providerName="System.Data.SqlClient" />
</connectionStrings>-->
</connectionStrings>

<connectionStrings>
<!--<connectionStrings>
<add name="SqlBulkToolsTest" connectionString="Data Source=THINKPAD\SQLSERVER;Initial Catalog=SqlBulkTools;Integrated Security=True;Pooling=false;" providerName="System.Data.SqlClient" />
</connectionStrings>
</connectionStrings>-->

<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
Expand Down
Loading

0 comments on commit 7fe8933

Please sign in to comment.