Example #1
0
 // GH #816: Ensure URLs with & are encoded correctly.
 public string KS_URL_encode_816(string path)
 {
     return(KSAPI.ExpandPath(path).OriginalString);
 }
Example #2
0
 // GH #214: Make sure we pick up the right version
 public void KS_Version_Select_214()
 {
     CKAN.NetKAN.KSMod mod = KSAPI.Mod(TestData.KS_CustomAsteroids_string());
     Assert.AreEqual(711, mod.Latest().id, "GH #214 - Select default_version_id");
 }