Exemplo n.º 1
0
 /// <summary>Test DomainSocket path setting and getting.</summary>
 /// <exception cref="System.IO.IOException"/>
 public virtual void TestSocketPathSetGet()
 {
     Assert.Equal("/var/run/hdfs/sock.100", DomainSocket.GetEffectivePath
                      ("/var/run/hdfs/sock._PORT", 100));
 }