Example #1
0
        public void PhotosGeoGetPermsBasicTest()
        {
            GeoPermissions perms = AuthInstance.PhotosGeoGetPerms(TestData.PhotoId);

            Assert.IsNotNull(perms);
            Assert.AreEqual(TestData.PhotoId, perms.PhotoId);
            Assert.IsTrue(perms.IsPublic, "IsPublic should be true.");
        }