diff options
Diffstat (limited to 'tests/test_parser.cpp')
-rw-r--r-- | tests/test_parser.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_parser.cpp b/tests/test_parser.cpp index ec455bc..363a088 100644 --- a/tests/test_parser.cpp +++ b/tests/test_parser.cpp @@ -62,6 +62,8 @@ int main(){ checkFilter("@id,dc:title,upnp:longDescription,res"); + checkFilter("@id,@parentID,@restricted,dc:title,upnp:class,res,dc:date,@childCount,sec:CaptionInfo,sec:CaptionInfoEx,sec:dcmInfo,sec:MetaFileInfo,res@resolution,res@size,upnp:genre,dc:date,upnp:album,res@duration,upnp:albumArtURI,res@bitrate,dc:creator"); + checkSort(""); checkSort("+dc:title,-dc:creator"); |