Bläddra i källkod

Remove duplicate base class.

Gert Driesen 7 år sedan
förälder
incheckning
cbefe876dd

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.ChangeDirectory.cs

@@ -1,6 +1,5 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 using Renci.SshNet.Common;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 
 namespace Renci.SshNet.Tests.Classes
@@ -8,7 +7,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.CreateDirectory.cs

@@ -1,6 +1,5 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 using Renci.SshNet.Common;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 using System;
 
@@ -9,7 +8,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.DeleteDirectory.cs

@@ -1,6 +1,5 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 using Renci.SshNet.Common;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 using System;
 
@@ -9,7 +8,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.DeleteFile.cs

@@ -1,5 +1,4 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 using System;
 
@@ -8,7 +7,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.Download.cs

@@ -1,6 +1,5 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 using Renci.SshNet.Common;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 using System;
 using System.IO;
@@ -10,7 +9,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.ListDirectory.cs

@@ -1,6 +1,5 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 using Renci.SshNet.Common;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 using System;
 using System.Diagnostics;
@@ -11,7 +10,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.RenameFile.cs

@@ -1,5 +1,4 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 using System;
 using System.IO;
@@ -9,7 +8,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.SynchronizeDirectories.cs

@@ -1,5 +1,4 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 using System.Diagnostics;
 using System.IO;
@@ -10,7 +9,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]

+ 1 - 2
src/Renci.SshNet.Tests/Classes/SftpClientTest.Upload.cs

@@ -1,7 +1,6 @@
 using Microsoft.VisualStudio.TestTools.UnitTesting;
 using Renci.SshNet.Common;
 using Renci.SshNet.Sftp;
-using Renci.SshNet.Tests.Common;
 using Renci.SshNet.Tests.Properties;
 using System;
 using System.Collections.Generic;
@@ -13,7 +12,7 @@ namespace Renci.SshNet.Tests.Classes
     /// <summary>
     /// Implementation of the SSH File Transfer Protocol (SFTP) over SSH.
     /// </summary>
-    public partial class SftpClientTest : TestBase
+    public partial class SftpClientTest
     {
         [TestMethod]
         [TestCategory("Sftp")]