diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_parser.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_parser.cpp b/tests/test_parser.cpp index 363a088..2b28c26 100644 --- a/tests/test_parser.cpp +++ b/tests/test_parser.cpp @@ -64,6 +64,8 @@ int main(){ 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"); + checkFilter("dc:title,av:mediaClass,dc:date,@childCount,res,upnp:rating,upnp:rating@type,upnp:class,res@resolution,res@av:mpfEntries,upnp:album,upnp:genre,upnp:albumArtURI,upnp:albumArtURI@dlna:profileID,dc:creator,res@size,res@duration,res@bitrate,res@protocolInfo"); + checkSort(""); checkSort("+dc:title,-dc:creator"); @@ -74,5 +76,7 @@ int main(){ checkSort("+@id"); + checkSort("-dc:date"); + return 0; } |