davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=df221788f0b25ba4bed8eacc9c1a406dd0ca25cd

commit df221788f0b25ba4bed8eacc9c1a406dd0ca25cd
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Tue Apr 18 19:21:04 2017 +0200

    Fix file_download test
    
    the old url was not reporting the total size anymore, thus making the test 
fail
---
 tests/ecore/test_09_file_download.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ecore/test_09_file_download.py 
b/tests/ecore/test_09_file_download.py
index 8e60928..8da0423 100644
--- a/tests/ecore/test_09_file_download.py
+++ b/tests/ecore/test_09_file_download.py
@@ -7,7 +7,7 @@ import logging
 from efl import ecore
 
 
-URL = "http://www.google.com";
+URL = "http://check.sourceforge.net/xml/check_unittest.xslt";
 DST = "/tmp/ecore_dwnl_test.html"
 
 class TestFileDownload(unittest.TestCase):

-- 


Reply via email to