After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 640207 - Fix make check when locale is not the default one
Fix make check when locale is not the default one
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.22
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-21 17:22 UTC by Andoni Morales
Modified: 2011-01-25 13:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix make check (813 bytes, patch)
2011-01-21 17:22 UTC, Andoni Morales
committed Details | Review

Description Andoni Morales 2011-01-21 17:22:38 UTC
Created attachment 178976 [details] [review]
Fix make check

The test in test_pbutils.py do checks supposing the locale is the default one, which might not  be the case.
Comment 1 Edward Hervey 2011-01-21 17:31:45 UTC
looks good to me for after freeze.
Comment 2 Tim-Philipp Müller 2011-01-25 13:57:48 UTC
commit 8c60dc788ee1babe35b73bef59840cf999bbf818
Author: Andoni Morales Alastruey <amorales@flumotion.com>
Date:   Fri Jan 21 18:13:57 2011 +0100

    tests: fix checks when the locale is not the default one
    
    Some tests (test_pbutils.py) checks against strings for the
    english locale, so we should force it before running any test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=640207