Remove duplicate base class.

This commit is contained in:
Gert Driesen
2018-07-22 21:15:03 +02:00
parent 031f0a164b
commit cbefe876dd
9 changed files with 9 additions and 18 deletions
@@ -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,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,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,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,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,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,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,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,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")]