示例#1
0
        public void Update_NoPendingChanges_Failure()
        {
            RoutingRule oRule = new RoutingRule(_mockServer, "");

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

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