summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-09-21 11:41:53 +0200
committermethodus <methodus@web.de>2012-09-21 11:41:53 +0200
commit0f712307517de1dd3d540fd9748d0933c743a24c (patch)
treed585f0aa82674a5fe221daaa66cdb9ed561cff3b /tests
parentf4352588b67d1da2ab85bf767c6555560fb35cf1 (diff)
downloadvdr-plugin-upnp-0f712307517de1dd3d540fd9748d0933c743a24c.tar.gz
vdr-plugin-upnp-0f712307517de1dd3d540fd9748d0933c743a24c.tar.bz2
Continued work on browsing. First attempt of fixing compatibility issues with Samsung TVs (missing protocolInfo filter)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_parser.cpp2
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");