Conversation Workaround (Tests)

This commit is contained in:
Hailton de Castro
2012-06-09 00:05:32 -03:00
parent 98c0d8104b
commit 0d47c715c5
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@
<!--temporary copies of "System.Data.SQLite.dll" because it is 32bit and causes problems in the compilation of the other test projects. It occurs in 64-bit Windows environment.-->
<property name="no.preexisting.sqlite" value="${not file::exists('${current.bin.dir}/System.Data.SQLite.dll')}"/>
<copy todir="${current.bin.dir}">
<fileset basedir="${project::get-base-directory()}/${lib.dir.relative}">
<fileset basedir="${project::get-base-directory()}/lib/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}">
<include name="System.Data.SQLite.dll" if="${no.preexisting.sqlite}"/>
</fileset>
</copy>

View File

@@ -94,7 +94,7 @@
<!--temporary copies of "System.Data.SQLite.dll" because it is 32bit and causes problems in the compilation of the other test projects. It occurs in 64-bit Windows environment.-->
<property name="no.preexisting.sqlite" value="${not file::exists('${current.bin.dir}/System.Data.SQLite.dll')}"/>
<copy todir="${current.bin.dir}">
<fileset basedir="${project::get-base-directory()}/../Spring.ConversationWA.NH32.Tests/${lib.dir.relative}">
<fileset basedir="${project::get-base-directory()}/../Spring.ConversationWA.NH32.Tests/lib/${framework::get-family(framework::get-target-framework())}/${framework::get-version(framework::get-target-framework())}">
<include name="System.Data.SQLite.dll" if="${no.preexisting.sqlite}"/>
</fileset>
</copy>