GNOME Bugzilla – Bug 533569
Environment is not set properly for regression tests
Last modified: 2008-05-18 06:50:18 UTC
When you run "make test", the following unit tests fail, depending on your locale and timezone : StringUtilTests.TestDoubleToTenthsPrecision QueryTests.TestQueryValueSql This happens because some environment variable are not set when the tests are run. I'll attach a patch for test/Makefile.am.
Created attachment 111047 [details] [review] Sets additional environment variable when running tests I choose the "America/Chicago" as a timezone because it was the first I found that worked. Italians living in Chicago should make nice test users... ;)