Add a new LockSet unittest
authorGuido Trotter <ultrotter@google.com>
Tue, 8 Jul 2008 16:31:24 +0000 (16:31 +0000)
committerGuido Trotter <ultrotter@google.com>
Tue, 8 Jul 2008 16:31:24 +0000 (16:31 +0000)
commit2e1d6d96bf251a48d60966eaa9cfedb00ee393d6
treea0c8afc203690a848cae19e320a1f23cff15238e
parent5f33b613365d8f8913aba98819af6dd29e4907ff
Add a new LockSet unittest

This test checks the LockSet behaviour when an empty list is passed.
The current behaviour is expected, but since this is a corner case,
we're safer to keep it under a check, and if we need a different one
monitor that everything is as we expect it to be.

Reviewed-by: imsnah
test/ganeti.locking_unittest.py