From 3c7451d62363d0a3326552956db630dda09392fa Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 20 Sep 2012 04:56:35 +0900 Subject: fix resources test for hash --- src/leap/gui/test_mainwindow_rc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/leap/gui/test_mainwindow_rc.py b/src/leap/gui/test_mainwindow_rc.py index fd02704e..88ae5854 100644 --- a/src/leap/gui/test_mainwindow_rc.py +++ b/src/leap/gui/test_mainwindow_rc.py @@ -8,7 +8,7 @@ from leap.gui import mainwindow_rc # I have to admit that there's something # perverse in testing this. -# But I thought that it could be a good idea +# Even though, I still think that it _is_ a good idea # to put a check to avoid non-updated resources files. # so, if you came here because an updated resource @@ -23,4 +23,4 @@ class MainWindowResourcesTest(unittest.TestCase): def test_mainwindow_resources_hash(self): self.assertEqual( hashlib.md5(mainwindow_rc.qt_resource_data).hexdigest(), - '5cc26322f96fabaa05c404f22774c716') + 'd74eb99247b9d5cd2f00b2f695ca6b59') -- cgit v1.2.3