public void FixtureSetUp()
 {
     // this occurs with a "clean" stack (full trust)
     dt  = new MonoTests.System.IO.DirectoryTest();
     dir = Path.Combine(Path.GetTempPath(), "MonoCasTests.System.IO");
 }
		public void FixtureSetUp ()
		{
			// this occurs with a "clean" stack (full trust)
			dt = new MonoTests.System.IO.DirectoryTest ();
			dir = Path.Combine (Path.GetTempPath (), "MonoCasTests.System.IO");
		}