Skip to content

Commit

Permalink
Fix the NUnit test project for new output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jen20 committed Jul 31, 2014
1 parent 527a8b7 commit 9838ec5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/nunit-2.6.3/eventstore-all-tests.nunit
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<NUnitProject>
<Settings activeconfig="Default" />
<Config name="Default" binpathtype="Auto">
<assembly path="..\..\bin\eventstore.tests\debug\anycpu\EventStore.BufferManagement.Tests.dll" />
<assembly path="..\..\bin\eventstore.tests\debug\anycpu\EventStore.Projections.Core.Tests.dll" />
<assembly path="..\..\bin\eventstore.tests\debug\anycpu\EventStore.Core.Tests.dll" />
<assembly path="..\..\bin\tests\EventStore.BufferManagement.Tests.dll" />
<assembly path="..\..\bin\tests\EventStore.Projections.Core.Tests.dll" />
<assembly path="..\..\bin\tests\EventStore.Core.Tests.dll" />
</Config>
</NUnitProject>
</NUnitProject>

0 comments on commit 9838ec5

Please sign in to comment.