summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-02-01 00:59:53 +0900
committerkali <kali@leap.se>2013-02-01 00:59:53 +0900
commita548e295c0f03e4e3b75f1f3430688c04ab7fa46 (patch)
treedb4e5538bbd52d5ab816f55b2c9cddbd6a0937e9
parente0ef38cb4e62db814debe2953a2601848af9f6f0 (diff)
add resource hash to test
-rw-r--r--src/leap/gui/tests/test_mainwindow_rc.py2
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()