瀏覽代碼

Remove placeholder.

Gert Driesen 11 年之前
父節點
當前提交
b7d3a4fe5d
共有 1 個文件被更改,包括 0 次插入13 次删除
  1. 0 13
      Renci.SshClient/Renci.SshNet.Tests/Classes/Sftp/SftpFileSystemInformationTest.cs

+ 0 - 13
Renci.SshClient/Renci.SshNet.Tests/Classes/Sftp/SftpFileSystemInformationTest.cs

@@ -1,13 +0,0 @@
-using Microsoft.VisualStudio.TestTools.UnitTesting;
-using Renci.SshNet.Tests.Common;
-
-namespace Renci.SshNet.Tests.Classes.Sftp
-{
-    /// <summary>
-    /// Contains File system information exposed by statvfs@openssh.com request.
-    /// </summary>
-    [TestClass]
-    public class SftpFileSytemInformation : TestBase
-    {
-    }
-}