Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
Updated reference to test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jdom committed May 23, 2012
1 parent 5bb3660 commit 5a3e3c2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build/CI.xunit
Expand Up @@ -3,8 +3,11 @@
<assemblies>
<assembly filename="..\source\Conference\Registration.Tests\bin\Debug\Registration.Tests.dll" shadow-copy="true" />
<assembly filename="..\source\Conference\Conference.Web.Public.Tests\bin\Debug\Conference.Web.Public.Tests.dll" shadow-copy="true" />
<assembly filename="..\source\Conference\Registration.IntegrationTests\bin\Debug\Registration.IntegrationTests.dll" shadow-copy="true" />
<assembly filename="..\source\Conference\Azure\Azure.Common.IntegrationTests\bin\Debug\Azure.IntegrationTests.dll" shadow-copy="true" />
<assembly filename="..\source\Conference\Azure\Azure.Common.Tests\bin\Debug\Azure.Tests.dll" shadow-copy="true" />
<assembly filename="..\source\Conference\Payments.Tests\bin\Debug\Payments.Tests.dll" shadow-copy="true" />
<assembly filename="..\source\Conference\Conference.IntegrationTests\bin\Debug\Conference.IntegrationTests.dll" shadow-copy="true" />
<assembly filename="..\source\Conference\Registration.IntegrationTests\bin\Debug\Registration.IntegrationTests.dll" shadow-copy="true" />
<assembly filename="..\source\Infrastructure\Azure\Infrastructure.Azure.Tests\bin\Debug\Azure.Tests.dll" shadow-copy="true" />
<assembly filename="..\source\Infrastructure\Azure\Infrastructure.Azure.IntegrationTests\bin\Debug\Azure.IntegrationTests.dll" shadow-copy="true" />
<assembly filename="..\source\Infrastructure\Sql\Infrastructure.Sql.IntegrationTests\bin\Debug\Infrastructure.Sql.IntegrationTests.dll" shadow-copy="true" />
</assemblies>
</xunit>

0 comments on commit 5a3e3c2

Please sign in to comment.