Skip to content

Commit

Permalink
* MdiFormTest.cs, ControlTest.cs: Remove a warning.
Browse files Browse the repository at this point in the history
svn path=/trunk/mcs/; revision=74478
  • Loading branch information
rolfbjarne committed Mar 16, 2007
1 parent 4acee34 commit ae677fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2007-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com>

* MdiFormTest.cs, ControlTest.cs: Remove a warning.

2007-03-16 Rolf Bjarne Kvinge <RKvinge@novell.com>

* ApplicationContextTest.cs: Added NotWorking test for nested
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,8 @@ public void WindowTargetTest()
IWindowTarget new_target = new TestWindowTarget ();
c.WindowTarget = new_target;
Assert.AreSame (new_target, c.WindowTarget, "WindowTarget3");

TestHelper.RemoveWarning (existing_target);
}

[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ public void Text_Maximized ()
[Test]
public void TopLevelTest ()
{
Form main, child1, child2;
Form main, child1;

main = new Form ();
main.IsMdiContainer = true;
Expand Down

0 comments on commit ae677fc

Please sign in to comment.