summaryrefslogtreecommitdiff
path: root/test/nsurl.c
Commit message (Collapse)AuthorAgeFilesLines
* add some more nsurl compare unit tests to improve coverageVincent Sanders2015-07-101-0/+20
|
* Complete API coverage in nsurl unit testVincent Sanders2015-07-101-2/+147
|
* Add nsurl unit tests for the component handling parts of the APIVincent Sanders2015-07-101-0/+86
|
* Improve nsurl unit test to exercise the compare APIVincent Sanders2015-07-101-0/+60
|
* Add tests for all asserts in nsurl API and for access and access_leafVincent Sanders2015-07-091-179/+477
|
* Add some basic API assert check tests to ensure bad parameters are caughtVincent Sanders2015-07-091-1/+317
|
* convert nsurl tests to use check unit test frameworkVincent Sanders2015-07-081-213/+288
|
* make nsurl unit test work againVincent Sanders2015-07-071-1/+2
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-65/+43
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Add some nsurl_nice tests.Michael Drake2014-10-301-0/+94
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+18
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* fallback to old url creation behaviour if the IDNA host parse failsVincent Sanders2014-06-091-0/+1
|
* Update test suite for corestrings and log module changes. Update test data ↵Michael Drake2014-02-111-8/+30
| | | | for rejection of hostless http(s) urls.
* Fix join with rel part of " ". Add a few tests.Michael Drake2012-11-021-0/+6
|
* Add nsurl_replace_query. Add tests. Make tester itterate remaining ↵Michael Drake2012-10-111-0/+69
| | | | lwc_strings.
* Add some tests.Michael Drake2011-11-031-0/+8
| | | | svn path=/trunk/netsurf/; revision=13114
* More test cases.Michael Drake2011-10-311-0/+14
| | | | svn path=/trunk/netsurf/; revision=13109
* Add a couple of tests and tidy up.Michael Drake2011-10-151-10/+25
| | | | svn path=/trunk/netsurf/; revision=13063
* Remove unnecessary stub functionsJohn Mark Bell2011-10-151-18/+0
| | | | svn path=/trunk/netsurf/; revision=13060
* Stub messages_get, insteadJohn Mark Bell2011-10-151-1/+8
| | | | svn path=/trunk/netsurf/; revision=13057
* Fix handling of no schemeJohn Mark Bell2011-10-151-0/+2
| | | | svn path=/trunk/netsurf/; revision=13055
* A bunch more tests for trivial inputsJohn Mark Bell2011-10-141-0/+5
| | | | svn path=/trunk/netsurf/; revision=13052
* Move nsurl test suite into test/John Mark Bell2011-10-141-0/+186
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