Accidentally made two unit tests public - fixed
git-svn-id: file:///srv/devel/repo-conversion/nusu@250 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
0fdad7c33d
commit
48e016d956
3 changed files with 3 additions and 4 deletions
|
@ -29,7 +29,7 @@ namespace Nuclex.Support.Cloning {
|
|||
|
||||
/// <summary>Unit Test for the expression tree-based cloner</summary>
|
||||
[TestFixture]
|
||||
public class ExpressionTreeClonerTest : CloneFactoryTest {
|
||||
internal class ExpressionTreeClonerTest : CloneFactoryTest {
|
||||
|
||||
/// <summary>Initializes a new unit test suite for the reflection cloner</summary>
|
||||
public ExpressionTreeClonerTest() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue