From d014e7088833e3013e0eb87ce2d2042b1cc461c3 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 29 Nov 2010 20:07:51 -0200 Subject: added checksum support to g_octave.description module, with test --- tests/test_description.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_description.py b/tests/test_description.py index 9016325..57f933b 100644 --- a/tests/test_description.py +++ b/tests/test_description.py @@ -198,6 +198,7 @@ class TestDescription(unittest.TestCase): self.assertEqual(self.desc.depends, ['>=sci-mathematics/octave-3.0.0']) self.assertEqual(self.desc.autoload, 'NO') self.assertEqual(self.desc.license, 'GPL version 3 or later') + self.assertEqual(self.desc.sha1sum(), '6538f6e7cd4515ef38e04a9b62da4bebb7496b51') def tearDown(self): # removing the temp tree -- cgit v1.2.3-65-gdbad