|
|
@@ -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")]
|