|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "FileItem.h"#include "XBDateTime.h"#include "network/upnp/UPnPInternal.h"#include <memory>#include <string>#include <Platinum/Source/Devices/MediaServer/PltDidl.h>#include <Platinum/Source/Devices/MediaServer/PltMediaItem.h>#include <gtest/gtest.h>Functions | |
| TEST (TestUPnPInternal, BuildObjectSetsDateFromDateOnlyValue) | |
| TEST (TestUPnPInternal, BuildObjectSetsDateFromDateTimeValue) | |
| TEST (TestUPnPInternal, BuildObjectLeavesDateUnsetWhenNoDatePresent) | |
| TEST (TestUPnPInternal, BuildObjectLeavesDateUnsetOnUnparsableValue) | |
| TEST (TestUPnPInternal, DidlParsingFillsMediaObjectDateAndNotDescriptionDate) | |
| PLT_Description::date is never filled by Platinum, so it must not be the source of truth. | |
| TEST (TestUPnPInternal, BuildObjectSetsDateForDidlSourcedItem) | |
| TEST (TestUPnPInternal, BuildObjectDatesFromDidlAreOrdered) | |
| The point of the fix: dates from a server are comparable, so SortBy::DATE works. | |
| TEST | ( | TestUPnPInternal | , |
| BuildObjectDatesFromDidlAreOrdered | ) |
The point of the fix: dates from a server are comparable, so SortBy::DATE works.
| TEST | ( | TestUPnPInternal | , |
| BuildObjectLeavesDateUnsetOnUnparsableValue | ) |
| TEST | ( | TestUPnPInternal | , |
| BuildObjectLeavesDateUnsetWhenNoDatePresent | ) |
| TEST | ( | TestUPnPInternal | , |
| BuildObjectSetsDateForDidlSourcedItem | ) |
| TEST | ( | TestUPnPInternal | , |
| BuildObjectSetsDateFromDateOnlyValue | ) |
| TEST | ( | TestUPnPInternal | , |
| BuildObjectSetsDateFromDateTimeValue | ) |
| TEST | ( | TestUPnPInternal | , |
| DidlParsingFillsMediaObjectDateAndNotDescriptionDate | ) |
PLT_Description::date is never filled by Platinum, so it must not be the source of truth.