Fix file_download test

the old url was not reporting the total size anymore, thus making the test fail
This commit is contained in:
Davide Andreoli 2017-04-18 19:21:04 +02:00
parent 6a7e698368
commit df221788f0
1 changed files with 1 additions and 1 deletions

View File

@ -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):