The unit test for the float helper was public -- fixed
git-svn-id: file:///srv/devel/repo-conversion/nusu@313 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
cb85b3025e
commit
9a4a051100
|
@ -29,7 +29,7 @@ namespace Nuclex.Support {
|
||||||
|
|
||||||
/// <summary>Unit Test for the FloatHelper class</summary>
|
/// <summary>Unit Test for the FloatHelper class</summary>
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class FloatHelperTest {
|
internal class FloatHelperTest {
|
||||||
|
|
||||||
/// <summary>Tests the floating point value comparison helper</summary>
|
/// <summary>Tests the floating point value comparison helper</summary>
|
||||||
[Test]
|
[Test]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user