|
|
@@ -701,6 +701,9 @@ namespace MonoTests.System.Windows.Forms
|
|
|
{
|
|
|
ListViewItem.ListViewSubItem subItem = new ListViewItem.ListViewSubItem ();
|
|
|
Assert.AreEqual (string.Empty, subItem.Text, "#1");
|
|
|
+ Assert.AreEqual (SystemColors.Window, subItem.BackColor, "#2");
|
|
|
+ Assert.AreEqual (SystemColors.WindowText, subItem.ForeColor, "#3");
|
|
|
+ Assert.AreEqual (SystemFonts.DefaultFont, subItem.Font, "#4");
|
|
|
}
|
|
|
|
|
|
[Test] // ctor (ListViewItem, String)
|