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:
Louis DeJardin
2010-04-05 13:30:02 -07:00
parent 6f63904d1c
commit 85a08396dd
22 changed files with 403 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
lib/sqlite/x64/test.exe Normal file

Binary file not shown.

View 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>