Index: test/Common/DelftTools.Tests/Controls/Swf/Table/TestClasses/ClassWithBool.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- test/Common/DelftTools.Tests/Controls/Swf/Table/TestClasses/ClassWithBool.cs (.../ClassWithBool.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/Common/DelftTools.Tests/Controls/Swf/Table/TestClasses/ClassWithBool.cs (.../ClassWithBool.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -1,10 +1,7 @@ namespace DelftTools.Tests.Controls.Swf.Table.TestClasses { - class ClassWithBool{ - public bool Enabled - { - get; - set; - } + internal class ClassWithBool + { + public bool Enabled { get; set; } } } \ No newline at end of file