tests: fix TEST_URI for filesource tests
authorLuis de Bethencourt <luis.debethencourt@collabora.com>
Thu, 30 Jun 2011 16:13:15 +0000 (18:13 +0200)
committerLuis de Bethencourt <luis.debethencourt@collabora.com>
Fri, 1 Jul 2011 16:13:08 +0000 (18:13 +0200)
tests/check/ges/filesource.c

index e4dbfbc..5126703 100644 (file)
@@ -21,7 +21,7 @@
 #include <gst/check/gstcheck.h>
 
 /* This test uri will eventually have to be fixed */
-#define TEST_URI "blahblahblah"
+#define TEST_URI "http://nowhere/blahblahblah"
 
 GST_START_TEST (test_filesource_basic)
 {