1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
Arsse/tests
J. King fd7d1c3192 Fixes to Feed class for bugs uncovered by initial deduplication tests
Three bugs:
- The parser wrapping was generating hashes for fallback values in absence of actual values for both URL and title (which is valid if obscure RSS), URL and content, or title and content; now fallback values are detected and empty strings used instead of hashes
- The deduplicator was assuming all three hashes would always exist, which is no longer the case
- The database matcher was making the same assumption as the deduplicator
2017-05-23 20:39:29 -04:00
..
Conf Fix whitespace 2017-04-06 21:41:21 -04:00
Db/SQLite3 More Feed tests: cache header handling 2017-05-22 10:02:36 -04:00
docroot Fixes to Feed class for bugs uncovered by initial deduplication tests 2017-05-23 20:39:29 -04:00
Exception Fix whitespace 2017-04-06 21:41:21 -04:00
Feed Fixes to Feed class for bugs uncovered by initial deduplication tests 2017-05-23 20:39:29 -04:00
Lang Fix whitespace 2017-04-06 21:41:21 -04:00
lib More Feed tests: cache header handling 2017-05-22 10:02:36 -04:00
REST/NextCloudNews More Feed tests; Linux fixes 2017-05-21 19:51:03 -04:00
User Removed most calls to userExists() 2017-05-11 18:00:35 -04:00
phpunit.xml More Feed tests: more cache header handling 2017-05-22 13:01:38 -04:00
server.php More Feed tests: cache header handling 2017-05-22 10:02:36 -04:00
test More Feed tests: more cache header handling 2017-05-22 13:01:38 -04:00
test.bat More Feed tests: more cache header handling 2017-05-22 13:01:38 -04:00
test.php NCNv1 feed calls and other changes 2017-05-18 23:03:33 -04:00