(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Configuration.Install / Test / System.Configuration.Install / FakeTest.cs
blobb50c471702a3c1e39f8a764f03c436dc37463ca2
1 //
2 // MonoTests.System.Configuration.Install.FakeTest
3 //
4 // Authors:
5 // Martin Willemoes Hansen <mwh@sysrq.dk>
6 //
7 // (C) 2003 Martin Willemoes Hansen
8 //
9 // This test should be sent to /dev/null when real
10 // tests arrive.
12 using System;
13 using NUnit.Framework;
15 namespace MonoTests.System.Configuration.Install {
17 [TestFixture]
18 public class FakeTest {
20 [SetUp]
21 public void GetReady () {}
23 [TearDown]
24 public void Clear () {}
26 [Test]
27 public void Fake () {}