summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/test-call-settings4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test-call-settings b/test/test-call-settings
index f49ad0bf..f31fd1ad 100755
--- a/test/test-call-settings
+++ b/test/test-call-settings
@@ -62,6 +62,10 @@ if __name__ == "__main__":
print "Setting successful"
+ if (properties[property] == newvalue):
+ print "Setting was already set to this value"
+ sys.exit(1);
+
canexit = True
mainloop = gobject.MainLoop()