Exemple #1
0
        public void Update_NoPendingChanges_Failure()
        {
            ClassOfService oCos = new ClassOfService(_mockServer);

            oCos.ClearPendingChanges();
            var res = oCos.Update();

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