[perl-GStreamer] Fix a test failure in t/GstTagSetter.t



commit 5de017b9c939a7432ed302d61194a1da15027770
Author: Jeff King <peff peff net>
Date:   Sat May 14 12:37:08 2011 +0200

    Fix a test failure in t/GstTagSetter.t
    
    https://bugzilla.gnome.org/show_bug.cgi?id=649615
    https://rt.cpan.org/Public/Bug/Display.html?id=66736

 t/GstTagSetter.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/t/GstTagSetter.t b/t/GstTagSetter.t
index c8e4450..737862a 100644
--- a/t/GstTagSetter.t
+++ b/t/GstTagSetter.t
@@ -20,10 +20,10 @@ SKIP: {
 
   $tagger -> merge_tags($tags, "replace");
   $tagger -> add_tags("append",
-                      title => "Urgs",
+                      title => "Urgs 2",
                       artist => "Screw You");
 
-  is_deeply($tagger -> get_tag_list(), { title => ["Urgs", "Urgs"], artist => ["Screw", "You", "Screw You"] });
+  is_deeply($tagger -> get_tag_list(), { title => ["Urgs", "Urgs 2"], artist => ["Screw", "You", "Screw You"] });
 
   $tagger -> set_tag_merge_mode("replace-all");
   is($tagger -> get_tag_merge_mode(), "replace-all");



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