~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to libs/gst/check/gstcheck.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-09-24 16:28:50 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120924162850-0vids4lsc4ps9x15
Tags: 1.0.0-1
* New upstream stable release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/*:
    - Change remaining parts from 0.11 to 1.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
446
446
/* add define to skip broken tests */
447
447
#define tcase_skip_broken_test(chain,test_func) \
448
448
  if (0) { tcase_add_test(chain,test_func); } else { \
449
 
    GST_ERROR ("FIXME: skipping test %s because it's broken.", G_STRINGIFY (test_func)); \
 
449
    g_printerr ("FIXME: skipping test %s because it's broken\n", G_STRINGIFY (test_func)); \
450
450
  }
451
451
 
452
452
G_END_DECLS