Example #1
0
        public void UpdateTopic()
        {
            var topic    = CreateTopic(null, "Test UPD Topic");
            var response = _api.UpdateTopic(topic.Post.Id, "New UPD Top", null);

            Assert.IsNotNull(response);
            Assert.AreEqual(ResultState.Modified, response);
        }