Genericized test

pull/161/head
dahall 2020-08-20 13:41:07 -06:00
parent 83cc81f63a
commit 70ce687307
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Vanara.Diagnostics.Tests
public void EnumSharesTest()
{
TestContext.WriteLine(string.Join(", ", Computer.Local.SharedDevices.Values.Select(d => d.Name)));
//var remote = new Computer(@"\\HALLAN-SVR", "dahall@byu.net", "msitsdav1d");
//var remote = new Computer(@"\\COMPUTER", "user@domain.net", "pwd");
//TestContext.WriteLine(string.Join(", ", remote.SharedDevices.Values.Select(d => d.Name)));
}
}