summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* add urldb tests for content type settingVincent Sanders2017-03-131-17/+21
|
* add urldb tests for urls which cannot be foundVincent Sanders2017-03-131-0/+45
|
* add persistance flag tests to urldbVincent Sanders2017-03-133-30/+91
|
* extend the session addition test with all the urls from the add/set/get testVincent Sanders2017-03-131-9/+20
|
* extend urldb tests with url creation, setting and getting operationsVincent Sanders2017-03-131-43/+105
|
* extend nsurl component API test caseVincent Sanders2017-03-101-25/+46
|
* extend nsurl parent API testsVincent Sanders2017-03-101-48/+67
|
* add nsurl get_utf8 test caseVincent Sanders2017-03-101-7/+80
|
* nsurl tests were not exercising unicodeVincent Sanders2017-03-101-0/+3
|
* replace tmpnam with something more suitable for the test filesVincent Sanders2017-03-092-7/+30
|
* fix compilation warnings in urldb testVincent Sanders2017-03-091-18/+10
|
* actually check the generated database files against reference test dataVincent Sanders2017-03-084-1/+138
|
* 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
|