2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / Test / System.Runtime.Serialization / ObjectIDGeneratorTests.cs
index fc53fe9234a4550a71f9e05168a4dcc92a672c0e..d15ffd3cafbf98880d18cd8f0eb3e83aa9047a4a 100755 (executable)
@@ -22,15 +22,6 @@ namespace MonoTests.System.Runtime.Serialization
                int obj2 = 42;          
                long id;
 
-               public static ITest Suite {
-                       get { return new TestSuite (typeof (ObjectIDGeneratorTests)); }
-               }
-               
-               public ObjectIDGeneratorTests (string name)
-                       : base (name)
-               {
-               }
-
                protected override void SetUp ()
                {
                        generator = new ObjectIDGenerator ();