~simone.busoli/nunit-vs-adapter/nunit-vs-adapter

« back to all changes in this revision

Viewing changes to src/NUnitTestAdapterTests/NUnitTestAdapterTests.csproj

  • Committer: Charlie Poole
  • Date: 2012-10-10 19:43:08 UTC
  • Revision ID: charlie@nunit.org-20121010194308-vsudh3boc90s0uc4
Ensure that text output is displayed by the test

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    <Reference Include="System.Xml" />
65
65
  </ItemGroup>
66
66
  <ItemGroup>
 
67
    <Compile Include="FakeTestExecutionRecorder.cs" />
67
68
    <Compile Include="NUnitTestAdapterTests.cs" />
68
69
    <Compile Include="TestConverterStaticTests.cs" />
69
70
    <Compile Include="TestConverterTests.cs" />