public void TestSetPath() { var baseUrl = new QUrl(); baseUrl.Scheme = "ftp"; baseUrl.SetAuthority("tray:[email protected]:2021"); baseUrl.SetFragment("#question13"); baseUrl.SetHost("ftp.example.com"); baseUrl.SetPassword("5uQQo_f2"); baseUrl.SetPath("/pub/something/"); Assert.AreEqual("/pub/something/", baseUrl.Path()); }
public void TestPath() { var p = _qUrl.Path(); // TODO //Assert.AreEqual("5uQQo_f", p); }