Parallel background worker unit tests are now internal again; added missing comments; nested unit test files under the implementation files they are testing
git-svn-id: file:///srv/devel/repo-conversion/nusu@292 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
feac2b9c89
commit
a2b92248b5
2 changed files with 21 additions and 10 deletions
|
@ -214,8 +214,7 @@
|
|||
<Compile Include="Source\Licensing\LicenseKey.Test.cs">
|
||||
<DependentUpon>LicenseKey.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\ParallelBackgroundWorker.cs" />
|
||||
<Compile Include="Source\ParallelBackgroundWorker.Test.cs" />
|
||||
<Compile Include="Source\Parsing\CommandLine.cs" />
|
||||
<Compile Include="Source\Parsing\CommandLine.Argument.cs">
|
||||
<DependentUpon>CommandLine.cs</DependentUpon>
|
||||
</Compile>
|
||||
|
@ -225,10 +224,13 @@
|
|||
<Compile Include="Source\Parsing\CommandLine.Test.cs">
|
||||
<DependentUpon>CommandLine.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Parsing\CommandLine.cs" />
|
||||
<Compile Include="Source\Parsing\CommandLine.Parser.cs">
|
||||
<DependentUpon>CommandLine.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\ParallelBackgroundWorker.cs" />
|
||||
<Compile Include="Source\ParallelBackgroundWorker.Test.cs">
|
||||
<DependentUpon>ParallelBackgroundWorker.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Parsing\ParserHelper.cs" />
|
||||
<Compile Include="Source\Parsing\ParserHelper.Test.cs">
|
||||
<DependentUpon>ParserHelper.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue