Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 647596 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/libgnucash/engine/test/gtest-gnc-timezone.cpp
0
++ b/libgnucash/engine/test/gtest-gnc-timezone.cpp
Lines 142-148 TEST(gnc_timezone_constructors, test_IANA_Belize_tz) Link Here
142
TEST(gnc_timezone_constructors, test_IANA_Perth_tz)
142
TEST(gnc_timezone_constructors, test_IANA_Perth_tz)
143
{
143
{
144
    TimeZoneProvider tzp("Australia/Perth");
144
    TimeZoneProvider tzp("Australia/Perth");
145
    for (int year = 1893; year < 2048; ++year)
145
    for (int year = 1902; year < 2048; ++year)
146
    {
146
    {
147
        auto tz = tzp.get(year);
147
        auto tz = tzp.get(year);
148
#ifdef __LP64__
148
#ifdef __LP64__
Lines 204-210 TEST(gnc_timezone_constructors, test_IANA_Perth_tz) Link Here
204
TEST(gnc_timezone_constructors, test_IANA_Minsk_tz)
204
TEST(gnc_timezone_constructors, test_IANA_Minsk_tz)
205
{
205
{
206
    TimeZoneProvider tzp("Europe/Minsk");
206
    TimeZoneProvider tzp("Europe/Minsk");
207
    for (int year = 1870; year < 2020; ++year)
207
    for (int year = 1902; year < 2020; ++year)
208
    {
208
    {
209
        auto tz = tzp.get(year);
209
        auto tz = tzp.get(year);
210
#ifdef __LP64__
210
#ifdef __LP64__

Return to bug 647596