summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* fallback to old url creation behaviour if the IDNA host parse failsVincent Sanders2014-06-091-1/+1
|
* Update test suite for corestrings and log module changes. Update test data ↵Michael Drake2014-02-111-3/+3
| | | | for rejection of hostless http(s) urls.
* add tests for new options APIVincent Sanders2013-05-281-2/+8
|
* Fix up for various core changes.Michael Drake2013-04-081-5/+5
|
* Remove libxmlJohn-Mark Bell2012-11-101-2/+2
|
* Port urldb to nsurl. Won't build since rest of NS needs ported to new urldb ↵Michael Drake2012-10-081-3/+4
| | | | | | | | | | | | | | | | | | API. + urldb API now takes URLs as nsurl, rather than string. + urldb internally stores full URLs with nsurl ref. + urldb internally stores schemes as lwc_string. + Load and save of cookies and URL file may be slower since we now need to create a nsurl. + Everything else should be faster, and there should be much less allocating/freeing and much less parsing of the same url over and over again. + Updated urldbtest for new urldb API. + urldbtest now cleans up at the end + Added lwc_string itterator to end of urldbtest + Adding some broken URLs (such as http:domain/) will now work, since nsurl fixes (http://domain/) them.
* Fix urldbtest.Michael Drake2012-10-051-4/+4
|
* Remove unnecessary stub functionsJohn Mark Bell2011-10-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=13060
* Stub messages_get, insteadJohn Mark Bell2011-10-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=13057
* Apparently, we need zlibJohn Mark Bell2011-10-151-6/+6
| | | | svn path=/trunk/netsurf/; revision=13056
* Move nsurl test suite into test/John Mark Bell2011-10-141-5/+14
| | | | | | | | Fix up llcache tester to reflect nsurl changes Make handling of http:,http:/,http:// consistent Fix buffer overflow when presented with an input string: "http://" svn path=/trunk/netsurf/; revision=13051
* Fix testsuiteJohn Mark Bell2011-01-121-7/+8
| | | | svn path=/trunk/netsurf/; revision=11288
* move url database test to test directoryVincent Sanders2010-06-291-4/+19
| | | | svn path=/trunk/netsurf/; revision=10589
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-0/+19
svn path=/trunk/netsurf/; revision=10180