diff options
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/gui/test_mainwindow_rc.py | 4 |
1 files 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') |