Author: andrews
Date: 2006-11-07 07:50:31 -0500 (Tue, 07 Nov 2006)
New Revision: 67448

Modified:
   trunk/mcs/class/System.Web/Test/System.Web.UI.WebControls/ListControlTest.cs
Log:
add an assert to test


Modified: 
trunk/mcs/class/System.Web/Test/System.Web.UI.WebControls/ListControlTest.cs
===================================================================
--- 
trunk/mcs/class/System.Web/Test/System.Web.UI.WebControls/ListControlTest.cs    
    2006-11-07 12:48:26 UTC (rev 67447)
+++ 
trunk/mcs/class/System.Web/Test/System.Web.UI.WebControls/ListControlTest.cs    
    2006-11-07 12:50:31 UTC (rev 67448)
@@ -486,6 +486,7 @@
                        p.DataTextFormatString = "{0:00}";
                        p.SelectedIndex = 2;
                        p.DataBind ();
+                       Assert.IsNotNull (p.SelectedItem, "#00");
                        Assert.AreEqual ("03", p.SelectedItem.Text, "#01");
                }
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to