summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* remove urldb_add_host and path from public APIVincent Sanders2017-03-081-75/+51
| | | | | | | | | | The urldb_add_host and urldb_add_path API were only public for the urldb test code which was calling them incorrectly in any case as the url bloom filters were not updated so serialising and adding data to entries was inconsistent. This also changes the tests to use the urldb_add_url API which is less buggy and results in a smaller, cleaner urldb API.
* Change url entry expiry timestamps in test database to far futureVincent Sanders2017-03-081-5/+5
|
* add a urldb test for a complete session where something is added to the databaseVincent Sanders2017-03-071-0/+49
|
* Test: Fix up for rearranged nsurl source.Michael Drake2017-02-081-4/+9
|
* Add dom change event testDaniel Silverstone2017-02-052-0/+18
|
* Ensure hash table test doesn't go over-timeDaniel Silverstone2017-02-051-0/+7
|
* Fix up tests to not use system libidnDaniel Silverstone2017-02-051-5/+5
|
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-1/+1
|
* rename default build output directory targetVincent Sanders2017-01-051-4/+5
|
* move tree compatability layer to amiga frontendVincent Sanders2016-12-311-1/+0
|
* Test: Add trailing whitespace and garbage datetime string parse tests.Michael Drake2016-08-171-0/+12
|
* add some corestrings API tests and fix corestrings fini.Vincent Sanders2016-08-142-0/+55
|
* add bloom filter test for adding NULL stringVincent Sanders2016-08-141-35/+76
|
* Tests: Add some basic tests for date string parsing.Michael Drake2016-08-132-1/+436
|
* Tests: Fix option handling test data.Michael Drake2016-08-111-0/+1
|
* add more tests for partial iterator in url databaseVincent Sanders2016-08-091-3/+83
|
* add more API coverage to url database unit testsVincent Sanders2016-08-091-6/+21
|
* extend url database unit testing to cover more APIVincent Sanders2016-08-091-3/+92
|
* add cookies tests to url database unit testingVincent Sanders2016-08-091-11/+116
|
* add cookie database load and restore unit testVincent Sanders2016-08-092-3/+50
|
* extend url database checks to cover authentication detail setter and getterVincent Sanders2016-08-081-2/+23
|
* add some basic url database iteration testsVincent Sanders2016-08-082-36/+80
|
* add url databse write output to unit testVincent Sanders2016-08-082-4/+19
|
* Fix warnings in unit testsVincent Sanders2016-08-086-69/+75
|
* Tests: Squash more warnings.Michael Drake2016-08-081-3/+3
|
* Tests: Squash some warnings.Michael Drake2016-08-082-6/+6
|
* fix urldb warning and test buildVincent Sanders2016-08-081-2/+9
|
* wrap urldb tests in check harness and add minimal session testVincent Sanders2016-08-082-55/+246
|
* add unit test for user message handlingVincent Sanders2016-08-064-1/+872
|
* add some more bad values to choices file to ensure parser can copeVincent Sanders2016-08-061-0/+11
|
* remove erroneous parameter check to nsoption_snoptionfVincent Sanders2016-08-061-2/+0
| | | | | | The API check and bounds check for option indexes was from an unsigned enum so checking for negative numbers was causing "comparison is always false" errors in compilation.
* fix formatted option no init testVincent Sanders2016-08-061-1/+1
|
* improve option test coverage futherVincent Sanders2016-08-061-2/+62
|
* improve user option testing to cover all the APIVincent Sanders2016-08-063-16/+179
|
* Improve user option testing and API parameter checkingVincent Sanders2016-08-054-44/+578
|
* add tests for utility string handlingVincent Sanders2016-08-042-1/+160
|
* add url escape test for complete garbage inputVincent Sanders2016-08-031-0/+1
|
* Improve percent escaping testing, parameter checking and documentationVincent Sanders2016-08-031-24/+162
|
* Add url percent escape test with minimal test vectorsVincent Sanders2016-07-312-1/+182
|
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-1/+1
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-293-10/+8
|
* fix url database test after API header changesVincent Sanders2016-06-141-0/+1
|
* fix test include path to account for public API headersVincent Sanders2016-05-301-1/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* fix test targetVincent Sanders2016-05-211-1/+1
|
* remove all core usage of warn_user APIVincent Sanders2016-04-262-25/+0
|
* fix urldb test buildVincent Sanders2016-04-171-0/+1
|
* make check library probe faliure silentVincent Sanders2016-04-161-9/+42
|
* Test: Remove duplicate noscript element.Michael Drake2016-02-061-3/+0
|