[farsight2/master] tests: Test invalid property name in fs_element_added_notifier_from_keyfile

Olivier Crête olivier.crete at collabora.co.uk
Thu Sep 17 09:46:27 PDT 2009


---
 tests/check/utils/binadded.c       |    1 +
 tests/check/utils/gstelements.conf |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/check/utils/binadded.c b/tests/check/utils/binadded.c
index 0cddd98..ce71142 100644
--- a/tests/check/utils/binadded.c
+++ b/tests/check/utils/binadded.c
@@ -196,6 +196,7 @@ GST_START_TEST (test_bin_keyfile)
   gboolean sync;
 
   g_key_file_set_boolean (keyfile, "identity", "sync", TRUE);
+  g_key_file_set_boolean (keyfile, "identity", "invalid-property", TRUE);
 
   pipeline = gst_pipeline_new (NULL);
 
diff --git a/tests/check/utils/gstelements.conf b/tests/check/utils/gstelements.conf
index 35e4542..2bbd995 100644
--- a/tests/check/utils/gstelements.conf
+++ b/tests/check/utils/gstelements.conf
@@ -1,2 +1,3 @@
 [identity]
 sync=true
+invalid-property=false
-- 
1.5.6.5



More information about the farsight-commits mailing list