summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-31 11:21:23 +0100
committermethodus <methodus@web.de>2012-10-31 11:21:23 +0100
commit459052ebbc27e93285c11de71eb2d26810e932d3 (patch)
tree63b47d564a335022821a86fd120d4e3a476715d5 /tests
parent24974f0ddf3645b6af4a13a68836b1f0cbb90a20 (diff)
downloadvdr-plugin-upnp-459052ebbc27e93285c11de71eb2d26810e932d3.tar.gz
vdr-plugin-upnp-459052ebbc27e93285c11de71eb2d26810e932d3.tar.bz2
Fixed sortCriteria. The column names were set wrongly.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_parser.cpp4
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;
}