[gstreamer-bugs] [Bug 590803] New: checks fail in non-English locale
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Aug 5 00:42:33 PDT 2009
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=590803
GStreamer | gst-python | Ver: 0.10.16
Summary: checks fail in non-English locale
Product: GStreamer
Version: 0.10.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: gst-python
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: waschk at mandriva.org
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: 2.27/2.28
GNOME milestone: Unspecified
This is on Mandriva Cooker using the de_DE.UTF-8 locale. The command
make check
fails like this:
======================================================================
FAIL: testDecoderDescription (test_pbutils.Descriptions)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/goetz/svn/gstreamer0.10-python/BUILD/gst-python-0.10.16/testsuite/test_pbutils.py",
line 38, in testDecoderDescription
'MPEG-1 Layer 3 (MP3) decoder')
AssertionError: 'MPEG-1 Layer 3 (MP3)-Decoder' != 'MPEG-1 Layer 3 (MP3)
decoder'
======================================================================
FAIL: testElementDescription (test_pbutils.Descriptions)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/goetz/svn/gstreamer0.10-python/BUILD/gst-python-0.10.16/testsuite/test_pbutils.py",
line 53, in testElementDescription
"GStreamer element something")
AssertionError: 'GStreamer Element something' != 'GStreamer element something'
======================================================================
FAIL: testEncoderDescription (test_pbutils.Descriptions)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/goetz/svn/gstreamer0.10-python/BUILD/gst-python-0.10.16/testsuite/test_pbutils.py",
line 48, in testEncoderDescription
'MPEG-1 Layer 3 (MP3) encoder')
AssertionError: 'MPEG-1 Layer 3 (MP3)-Encoder' != 'MPEG-1 Layer 3 (MP3)
encoder'
======================================================================
FAIL: testSourceDescription (test_pbutils.Descriptions)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/goetz/svn/gstreamer0.10-python/BUILD/gst-python-0.10.16/testsuite/test_pbutils.py",
line 28, in testSourceDescription
"FILE protocol source")
AssertionError: 'FILE Protokollquelle' != 'FILE protocol source'
----------------------------------------------------------------------
Ran 135 tests in 70.423s
FAILED (failures=4)
A workaround is to export LC_ALL=C
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=590803.
More information about the Gstreamer-bugs
mailing list