Index: test/Common/DelftTools.TestUtils/WindowsFormsTestHelper.cs =================================================================== diff -u -r5fc71a385897af92ccb092f2f969b5709afab85a -r98210d0d98d36f2d3da5136cb69428125455fe55 --- test/Common/DelftTools.TestUtils/WindowsFormsTestHelper.cs (.../WindowsFormsTestHelper.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) +++ test/Common/DelftTools.TestUtils/WindowsFormsTestHelper.cs (.../WindowsFormsTestHelper.cs) (revision 98210d0d98d36f2d3da5136cb69428125455fe55) @@ -4,16 +4,13 @@ using System.Linq; using System.Reflection; using System.Windows.Forms; -using log4net; using NUnit.Framework; using Rhino.Mocks; namespace DelftTools.TestUtils { public partial class WindowsFormsTestHelper : Form { - private static ILog log = LogManager.GetLogger(typeof(WindowsFormsTestHelper)); - private static string nonModalControlsTestName; // current unit test name private static readonly IList nonModalControls = new List(); private Action
formShown;