Skip to content

Commit

Permalink
Tests: fix ut_mcalendar:testTimeZonesInCountry for JP
Browse files Browse the repository at this point in the history
  • Loading branch information
martyone authored and pvuorela committed Oct 7, 2014
1 parent 140be0d commit b203bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ut_mcalendar/ut_mcalendar.cpp
Expand Up @@ -119,7 +119,7 @@ void Ut_MCalendar::testTimeZonesInCountry_data()
<< (QStringList() << "Europe/Helsinki");
QTest::newRow("JP")
<< "JP"
<< (QStringList() << "Asia/Tokyo");
<< (QStringList() << "Asia/Tokyo" << "JST" << "Japan");
}

void Ut_MCalendar::testTimeZonesInCountry()
Expand Down

0 comments on commit b203bf0

Please sign in to comment.