diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-11-29 20:07:51 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-11-29 20:07:51 -0200 |
commit | d014e7088833e3013e0eb87ce2d2042b1cc461c3 (patch) | |
tree | ce42c13a280ce2fac7f865c531750806d1d6572a /tests | |
parent | added g_octave.checksum module, with tests (diff) | |
download | g-octave-d014e7088833e3013e0eb87ce2d2042b1cc461c3.tar.gz g-octave-d014e7088833e3013e0eb87ce2d2042b1cc461c3.tar.bz2 g-octave-d014e7088833e3013e0eb87ce2d2042b1cc461c3.zip |
added checksum support to g_octave.description module, with test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_description.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |