[gupnp-av] Fix media collection tests reference data



commit 9ec45ae60e8c4ae2ecebcd295290b4ced0a1df48
Author: Jens Georg <mail jensge org>
Date:   Wed Oct 16 14:41:18 2013 +0200

    Fix media collection tests reference data
    
    Now that with 50a5e4 we drop the unused DLNA XML namespace, the reference data
    was invalid.

 tests/gtest/test-media-collection.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/tests/gtest/test-media-collection.c b/tests/gtest/test-media-collection.c
index 6e3df75..a4e685f 100644
--- a/tests/gtest/test-media-collection.c
+++ b/tests/gtest/test-media-collection.c
@@ -91,7 +91,6 @@
 "<DIDL-Lite " \
         "xmlns:dc=\"http://purl.org/dc/elements/1.1/\"; " \
         "xmlns:upnp=\"urn:schemas-upnp-org:metadata-1-0/upnp/\" " \
-        "xmlns:dlna=\"urn:schemas-dlna-org:metadata-1-0/\" " \
         "xmlns=\"urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/\">" \
     "<item restricted=\"1\">" \
       "<dc:title>Song1</dc:title>" \
@@ -114,7 +113,6 @@
 "<DIDL-Lite " \
         "xmlns:dc=\"http://purl.org/dc/elements/1.1/\"; " \
         "xmlns:upnp=\"urn:schemas-upnp-org:metadata-1-0/upnp/\" " \
-        "xmlns:dlna=\"urn:schemas-dlna-org:metadata-1-0/\" " \
         "xmlns=\"urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/\">" \
     "<container>" \
       "<dc:title>TestCollection1</dc:title>" \
@@ -141,7 +139,6 @@
 "<DIDL-Lite " \
         "xmlns:dc=\"http://purl.org/dc/elements/1.1/\"; " \
         "xmlns:upnp=\"urn:schemas-upnp-org:metadata-1-0/upnp/\" " \
-        "xmlns:dlna=\"urn:schemas-dlna-org:metadata-1-0/\" " \
         "xmlns=\"urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/\">" \
     "<container>" \
       "<item restricted=\"1\">" \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]