[geneagrapher] 218/226: Update test to use CacheGrabber.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Jul 11 17:11:14 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 30038729cc30b26cf76f54d0fd1bc6cfc1497f42
Author: David Alber <alber.david at gmail.com>
Date:   Sat Jan 7 20:32:53 2012 -0800

    Update test to use CacheGrabber.
    
    A test was accidentally using LocalDataGrabber, when it was meant
    to use CacheGrabber.
---
 tests/geneagrapher/test_geneagrapher_methods.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/geneagrapher/test_geneagrapher_methods.py b/tests/geneagrapher/test_geneagrapher_methods.py
index 64d0cd1..56aa5bb 100644
--- a/tests/geneagrapher/test_geneagrapher_methods.py
+++ b/tests/geneagrapher/test_geneagrapher_methods.py
@@ -305,7 +305,8 @@ geneagrapher: error: too few arguments
         self.assertEqual(self.ggrapher.write_filename, None)
         self.assertEqual(self.ggrapher.seed_ids, [30484])
 
-        self.ggrapher.build_graph_complete(LocalDataGrabber)
+        self.ggrapher.build_graph_complete(CacheGrabber,
+                                           filename=self.ggrapher.cache_file)
 
         # Redirect stdout to capture output.
         stdout = sys.stdout

-- 
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