From 0f712307517de1dd3d540fd9748d0933c743a24c Mon Sep 17 00:00:00 2001 From: methodus Date: Fri, 21 Sep 2012 11:41:53 +0200 Subject: Continued work on browsing. First attempt of fixing compatibility issues with Samsung TVs (missing protocolInfo filter) --- tests/test_parser.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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"); -- cgit v1.2.3