Reformatted the comments in the RingMemoryStream class so my favorite IDE (Visual Studio) will not destroy indentation on auto-formatting anymore; achieved 100% test coverage for the RingMemoryStream and ReverseComparer classes
git-svn-id: file:///srv/devel/repo-conversion/nusu@96 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
de7c28fa84
commit
195ba1df30
4 changed files with 328 additions and 49 deletions
|
@ -82,6 +82,9 @@
|
|||
<Compile Include="Source\Collections\ReadOnlyDictionary.cs" />
|
||||
<Compile Include="Source\Collections\ReadOnlyList.cs" />
|
||||
<Compile Include="Source\Collections\ReverseComparer.cs" />
|
||||
<Compile Include="Source\Collections\ReverseComparer.Test.cs">
|
||||
<DependentUpon>ReverseComparer.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\RingMemoryStream.cs" />
|
||||
<Compile Include="Source\Collections\RingMemoryStream.Test.cs">
|
||||
<DependentUpon>RingMemoryStream.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue