Example #1
0
        public void Update_NoPendingChanges_Failure()
        {
            WebCallResult res = _tempUser.Update();

            Assert.IsFalse(res.Success, "Updating a user with no pending changes should fail");
        }