Fixed spurious MDSAL commit tests failures. 87/33487/4
authorJozef Behran <jbehran@cisco.com>
Mon, 25 Jan 2016 15:01:20 +0000 (16:01 +0100)
committerVratko Polák <vrpolak@cisco.com>
Tue, 26 Jan 2016 10:23:04 +0000 (10:23 +0000)
The fixed "commit" operation always returns OK when the
candidate configuration is exactly the same as the running
configuration. Which makes sense as the commit's task is to
turn the running configuration to be exactly the same as the
(currently present) active configuration. However the tests
were expecting the commit to fail in this situation and thus
are now producing spurious failures.

Change-Id: I2f25e3d53a9519a5987e386e7ebe4d7161c0b767
Signed-off-by: Jozef Behran <jbehran@cisco.com>

No differences found