[geneagrapher] 130/226: Fix broken test that was caused by the addition of a new Gauss descendent (Karl von Staudt).

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:10:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository geneagrapher.

commit f6655b57f34452e40811bb63c1b7412eb44bfab9
Author: David Alber <alber.david at gmail.com>
Date:   Thu Aug 11 19:30:35 2011 +0000

    Fix broken test that was caused by the addition of a new Gauss descendent (Karl von Staudt).
---
 tests/tests.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/tests.py b/tests/tests.py
index 681ba87..e08df8c 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -333,7 +333,7 @@ class TestGrabberMethods(unittest.TestCase):
         self.assertEquals(institution, u"Universit\xe4t Helmstedt")
         self.assertEquals(year, 1799)
         self.assertEquals(advisors, [18230])
-        self.assertEquals(descendents, [18603, 18233, 62547, 29642, 55175, 29458, 19953, 18232])
+        self.assertEquals(descendents, [18603, 18233, 62547, 29642, 55175, 29458, 19953, 18232, 151876])
         
         # Verify calling extractNodeInformation() twice does not have side effect.
         [name, institution, year, advisors, descendents] = self.grabber.extractNodeInformation()
@@ -341,7 +341,7 @@ class TestGrabberMethods(unittest.TestCase):
         self.assertEquals(institution, u"Universit\xe4t Helmstedt")
         self.assertEquals(year, 1799)
         self.assertEquals(advisors, [18230])
-        self.assertEquals(descendents, [18603, 18233, 62547, 29642, 55175, 29458, 19953, 18232])
+        self.assertEquals(descendents, [18603, 18233, 62547, 29642, 55175, 29458, 19953, 18232, 151876])
         
     def test005_extract_info_no_advisor(self):
         # Test the extractNodeInformation() method for a record with no advisor.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/geneagrapher.git



More information about the debian-science-commits mailing list