GNOME Bugzilla – Bug 640207
Fix make check when locale is not the default one
Last modified: 2011-01-25 13:57:59 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.
looks good to me for after freeze.
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