nextcloud-gpodder/tests/Integration
Linus Kardell cd7ec988f2 Fix getId() on null in deleteConflictingEpisodeAction
Previously, it would take the guid and try to search for that in the
episode URL column, which may not find a match (or possibly even find
the wrong match).

testDoNotFailToUpdateEpisodeActionByGuidIfThereIsAnotherWithTheSameValueForEpisodeUrl
didn't catch this issue because it used the same value for episode and
guid when updating at line 84, so fix that as well. And for good
measure, give the save actions different position values, so the asserts
actually check that the saves have succeeded and they found the right
episode.
2024-01-12 20:43:01 +01:00
..
Controller test disambiguated episode action search 2023-02-24 19:37:50 +01:00
Migration fix #109 search for episode action by guid only (retry with episode url if nothing found) thus avoid multiple results 2023-02-24 17:11:59 +01:00
AppTest.php parse optional guid from EpisodeAction request 2021-08-29 13:14:40 +02:00
EpisodeActionGuidMigrationTest.php fix #109 search for episode action by guid only (retry with episode url if nothing found) thus avoid multiple results 2023-02-24 17:11:59 +01:00
EpisodeActionRepositoryTest.php fix #109 search for episode action by guid only (retry with episode url if nothing found) thus avoid multiple results 2023-02-24 17:11:59 +01:00
EpisodeActionSaverGuidBackwardCompatibilityTest.php Fix getId() on null in deleteConflictingEpisodeAction 2024-01-12 20:43:01 +01:00
EpisodeActionSaverGuidMigrationTest.php Update tests to new upload format 2021-10-06 19:40:52 +02:00