raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d8bd4e15d48c41b09670e1f5218a3e1ccfa12c1c

commit d8bd4e15d48c41b09670e1f5218a3e1ccfa12c1c
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Mar 2 20:23:35 2018 +0900

    ecore file test - change url to a file we control.
    
    rthe ecore file download test was downloading from sf.net ... and i
    noticed sf.net refusing thus the ecore tests suite failing... i
    changes it to grab a file (rss.php which is disabled for us but there)
    so at least enlightenment.org has it.
    
    better would be to spawn a webserver and test against that locally.
    but thats a whole other level of work.
---
 src/tests/ecore/ecore_test_ecore_file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/ecore/ecore_test_ecore_file.c 
b/src/tests/ecore/ecore_test_ecore_file.c
index b5f157f571..343d52cf60 100644
--- a/src/tests/ecore/ecore_test_ecore_file.c
+++ b/src/tests/ecore/ecore_test_ecore_file.c
@@ -479,7 +479,7 @@ START_TEST(ecore_test_ecore_file_download)
 {
    const char *download_dir;
    const char *download_file;
-   const char *download_url = 
"http://check.sourceforge.net/xml/check_unittest.xslt";;
+   const char *download_url = "http://www.enlightenment.org/feed.php";;
    char dest_name[MAXSIZE] = {'\0'};
    Eina_Bool res;
    Eina_Hash *headers;

-- 


Reply via email to