2006-12-04 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Mon, 4 Dec 2006 19:54:53 +0000 (19:54 -0000)
committerChris Toshok <toshok@novell.com>
Mon, 4 Dec 2006 19:54:53 +0000 (19:54 -0000)
* PrintDialogTest.cs: add [Category("Printing")] to all these
tests so I can exclude them.

svn path=/trunk/mcs/; revision=68988

mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/PrintDialogTest.cs

index 6f32aa8c4a9463ae75c556e13f27227422d945db..dd3f7dce8f9f853331ce2505d59dc75ea48315df 100644 (file)
@@ -1,3 +1,8 @@
+2006-12-04  Chris Toshok  <toshok@ximian.com>
+
+       * PrintDialogTest.cs: add [Category("Printing")] to all these
+       tests so I can exclude them.
+
 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
 
        * StatusBarPanelTest.cs: Added a test for invalid
index c9637892498caca01fc959e63961114fd4c94daf..680005650d2ab94aa3335217d86686397df5e87d 100644 (file)
@@ -39,9 +39,12 @@ namespace MonoTests.System.Windows.Forms
        public class PrintDialogTest
        {
                [Test]          
+               [Category("Printing")]
                public void DefaultValues ()
                {
+                       Console.WriteLine (1);
                        PrintDialog pd = new PrintDialog ();
+                       Console.WriteLine (2);
 
                        Assert.IsTrue (pd.AllowPrintToFile, "#1");
                        Assert.IsFalse (pd.AllowSelection, "#2");
@@ -54,6 +57,7 @@ namespace MonoTests.System.Windows.Forms
                }
 
                [Test]
+               [Category("Printing")]
                public void DocumentTest ()
                {
                        PrintDialog pd = new PrintDialog ();
@@ -79,6 +83,7 @@ namespace MonoTests.System.Windows.Forms
                }
 
                [Test]
+               [Category("Printing")]
                public void PrinterSettingsTest ()
                {
                        PrintDialog pd = new PrintDialog ();