diff options
| author | kali <kali@leap.se> | 2013-02-01 00:59:53 +0900 | 
|---|---|---|
| committer | kali <kali@leap.se> | 2013-02-13 01:33:26 +0900 | 
| commit | 479ff0cd98160e8fe6a837f6a2f769026d5838cb (patch) | |
| tree | a9a09a6eee20c8f3b94e95a942e5036c2add455f | |
| parent | b576d5bf715d79e8bd10a3a5a348148e0c4ceb1e (diff) | |
add resource hash to test
| -rw-r--r-- | src/leap/gui/tests/test_mainwindow_rc.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/leap/gui/tests/test_mainwindow_rc.py b/src/leap/gui/tests/test_mainwindow_rc.py index 9f5172f7..5004b0ac 100644 --- a/src/leap/gui/tests/test_mainwindow_rc.py +++ b/src/leap/gui/tests/test_mainwindow_rc.py @@ -26,7 +26,7 @@ class MainWindowResourcesTest(unittest.TestCase):      def test_mainwindow_resources_hash(self):          self.assertEqual(              hashlib.md5(mainwindow_rc.qt_resource_data).hexdigest(), -            'e04cb467985ba38b9eb91e7689f9458f') +            'ff331dc5ab50df1572b4f5c5a2691ce5')  if __name__ == "__main__":      unittest.main() | 
