mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Initial SpecFlow project and adjusting for x64 testing
Added bits from SpecFlow 1.2 install Added lib/specflow libraries and nearly empty Spec test project Updating Orchard.proj to use NUnit task and locate test projects by pattern instead of fixed list --HG-- branch : dev
This commit is contained in:
BIN
lib/sqlite/x64/System.Data.SQLite.DLL
Normal file
BIN
lib/sqlite/x64/System.Data.SQLite.DLL
Normal file
Binary file not shown.
BIN
lib/sqlite/x64/System.Data.SQLite.exp
Normal file
BIN
lib/sqlite/x64/System.Data.SQLite.exp
Normal file
Binary file not shown.
BIN
lib/sqlite/x64/System.Data.SQLite.lib
Normal file
BIN
lib/sqlite/x64/System.Data.SQLite.lib
Normal file
Binary file not shown.
BIN
lib/sqlite/x64/test.exe
Normal file
BIN
lib/sqlite/x64/test.exe
Normal file
Binary file not shown.
8
lib/sqlite/x64/test.exe.config
Normal file
8
lib/sqlite/x64/test.exe.config
Normal file
@@ -0,0 +1,8 @@
|
||||
<configuration>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="System.Data.SQLite"/>
|
||||
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
|
||||
</DbProviderFactories>
|
||||
</system.data>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user