Fix and Improve TryToRoman unittest
authorGuido Trotter <ultrotter@google.com>
Tue, 1 Jun 2010 10:45:30 +0000 (11:45 +0100)
committerGuido Trotter <ultrotter@google.com>
Tue, 1 Jun 2010 16:40:48 +0000 (17:40 +0100)
commit855bffd2c91ade0dc0ca91549030d9617a36b545
tree01b8559e2301159c3dcef45e7675e727a82f7779
parente2736e40ee13ad94b9dad1eafa44d97dcfcf2fff
Fix and Improve TryToRoman unittest

1) Don't break when the roman module is not found
2) Test that not finding the roman module doesn't make TryToRoman fail
(currently that is the case)

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
test/ganeti.compat_unittest.py