From: Tim-Philipp Müller Date: Sun, 25 Dec 2011 21:37:42 +0000 (+0000) Subject: tests: remove more propertyprobe cruft X-Git-Tag: RELEASE-0.11.2~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb351f404ecfa262637a83a1338ebfd63ffdc63d;p=platform%2Fupstream%2Fgst-plugins-base.git tests: remove more propertyprobe cruft --- diff --git a/tests/check/elements/alsa.c b/tests/check/elements/alsa.c index 664b1cc..1f5181f 100644 --- a/tests/check/elements/alsa.c +++ b/tests/check/elements/alsa.c @@ -23,9 +23,9 @@ #include #include -#include #include +#if 0 /* just a simple test that runs device probing on * an alsasrc, alsasink and alsamixer instance */ @@ -70,6 +70,7 @@ GST_START_TEST (test_device_property_probe) } GST_END_TEST; +#endif GST_START_TEST (test_alsa_mixer_track) { @@ -125,7 +126,7 @@ alsa_suite (void) TCase *tc_chain = tcase_create ("general"); suite_add_tcase (s, tc_chain); - tcase_add_test (tc_chain, test_device_property_probe); + /* tcase_add_test (tc_chain, test_device_property_probe); */ tcase_add_test (tc_chain, test_alsa_mixer_track); return s; diff --git a/tests/check/libs/gstlibscpp.cc b/tests/check/libs/gstlibscpp.cc index 4edc275..bb1d8c7 100644 --- a/tests/check/libs/gstlibscpp.cc +++ b/tests/check/libs/gstlibscpp.cc @@ -54,7 +54,6 @@ #include #include #include -#include #include #include #include diff --git a/tests/check/libs/libsabi.c b/tests/check/libs/libsabi.c index 0ee4429..2b33a65 100644 --- a/tests/check/libs/libsabi.c +++ b/tests/check/libs/libsabi.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include diff --git a/tests/check/libs/struct_arm.h b/tests/check/libs/struct_arm.h index fb57967..00523c2 100644 --- a/tests/check/libs/struct_arm.h +++ b/tests/check/libs/struct_arm.h @@ -42,7 +42,6 @@ GstCheckABIStruct list[] = { {"GstMixerTrackClass", sizeof (GstMixerTrackClass), 84}, {"GstMixerTrack", sizeof (GstMixerTrack), 32}, {"GstNavigationInterface", sizeof (GstNavigationInterface), 28}, - {"GstPropertyProbeInterface", sizeof (GstPropertyProbeInterface), 44}, {"gst_riff_acid", sizeof (gst_riff_acid), 24}, {"gst_riff_dmlh", sizeof (gst_riff_dmlh), 4}, {"gst_riff_index_entry", sizeof (gst_riff_index_entry), 16}, diff --git a/tests/check/libs/struct_i386.h b/tests/check/libs/struct_i386.h index 523e49c..0e143d8 100644 --- a/tests/check/libs/struct_i386.h +++ b/tests/check/libs/struct_i386.h @@ -43,7 +43,6 @@ GstCheckABIStruct list[] = { {"GstMixerTrack", sizeof (GstMixerTrack), 32}, {"GstNavigationInterface", sizeof (GstNavigationInterface), 28}, {"GstNetAddress", sizeof (GstNetAddress), 40}, - {"GstPropertyProbeInterface", sizeof (GstPropertyProbeInterface), 44}, {"gst_riff_acid", sizeof (gst_riff_acid), 24}, {"gst_riff_dmlh", sizeof (gst_riff_dmlh), 4}, {"gst_riff_index_entry", sizeof (gst_riff_index_entry), 16}, diff --git a/tests/check/libs/struct_i386_osx.h b/tests/check/libs/struct_i386_osx.h index b588be5..f6d6f10 100644 --- a/tests/check/libs/struct_i386_osx.h +++ b/tests/check/libs/struct_i386_osx.h @@ -44,7 +44,6 @@ GstCheckABIStruct list[] = { {"GstMixerTrackClass", sizeof (GstMixerTrackClass), 84}, {"GstMixerTrack", sizeof (GstMixerTrack), 32}, {"GstNavigationInterface", sizeof (GstNavigationInterface), 28}, - {"GstPropertyProbeInterface", sizeof (GstPropertyProbeInterface), 44}, {"gst_riff_acid", sizeof (gst_riff_acid), 24}, {"gst_riff_dmlh", sizeof (gst_riff_dmlh), 4}, {"gst_riff_index_entry", sizeof (gst_riff_index_entry), 16}, diff --git a/tests/check/libs/struct_x86_64.h b/tests/check/libs/struct_x86_64.h index cebf519..0b08e9f 100644 --- a/tests/check/libs/struct_x86_64.h +++ b/tests/check/libs/struct_x86_64.h @@ -42,7 +42,6 @@ GstCheckABIStruct list[] = { {"GstMixerTrackClass", sizeof (GstMixerTrackClass), 168}, {"GstMixerTrack", sizeof (GstMixerTrack), 48}, {"GstNavigationInterface", sizeof (GstNavigationInterface), 56}, - {"GstPropertyProbeInterface", sizeof (GstPropertyProbeInterface), 88}, {"gst_riff_acid", sizeof (gst_riff_acid), 24}, {"gst_riff_dmlh", sizeof (gst_riff_dmlh), 4}, {"gst_riff_index_entry", sizeof (gst_riff_index_entry), 16},