[farsight2/master] tests: Do g_debug instead of warning when skipping tests

Olivier Crête olivier.crete at collabora.co.uk
Fri May 22 10:40:06 PDT 2009


---
 tests/check/rtp/codecs.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/check/rtp/codecs.c b/tests/check/rtp/codecs.c
index cbb99b1..5761143 100644
--- a/tests/check/rtp/codecs.c
+++ b/tests/check/rtp/codecs.c
@@ -416,7 +416,7 @@ GST_START_TEST (test_rtpcodecs_reserved_pt)
 
   if (!item)
   {
-    g_warning ("Could not find a dynamically allocated codec, skipping testing"
+    g_debug ("Could not find a dynamically allocated codec, skipping testing"
                " of the payload-type reservation mecanism");
     goto out;
   }
@@ -759,7 +759,7 @@ run_test_rtpcodecs_config_data (gboolean preset_remotes)
 
   if (!item)
   {
-    g_warning ("Could not find Vorbis encoder/decoder/payloader/depayloaders,"
+    g_debug ("Could not find Vorbis encoder/decoder/payloader/depayloaders,"
         " so we are skipping the config-data test");
     goto out;
   }
@@ -987,7 +987,7 @@ GST_START_TEST (test_rtpcodecs_dynamic_pt)
 
   if (!codec1 || !codec2)
   {
-    g_warning ("Could not find two dynamically allocated codec,"
+    g_debug ("Could not find two dynamically allocated codec,"
         "skipping testing of the payload-type dynamic number preferences");
     goto out;
   }
-- 
1.5.6.5




More information about the farsight-commits mailing list