GNOME Bugzilla – Bug 594298
Check if libsoup has SSL support before running HTTPS test in souphttpsrc testsuite
Last modified: 2009-09-08 13:26:33 UTC
Created attachment 142591 [details] [review] Check if libsoup supports SSL before running HTTPS test The souphttpsrc testsuite runs its test_https even if libsoup wasn't compiled with SSL support, which leads to a test failure: Running suite(s): souphttpsrc 92%: Checks: 14, Failures: 1, Errors: 0 elements/souphttpsrc.c:236:F:general:test_https:0: Assertion 'run_test ("https://127.0.0.1:134552888/", https_port) == 0' failed The patch checks whether libsoup supports SSL or not and only runs the test_https case when SSL support is given. Best regards and a nice sunday
commit 64e1bf61e7ef3396f51f78c520e30d8f044ee16f Author: Marvin Schmidt <marvin_schmidt@gmx.net> Date: Fri Sep 4 13:51:37 2009 +0200 soup: only run HTTPS test if libsoup has SSL support Fixes bug #594298.