Removing strange character

This commit is contained in:
Thomas Müller 2012-10-18 22:11:41 +03:00
parent 81cf726b18
commit e417ad6b16
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class Test_Geo extends UnitTestCase {
function testTimezone() {
$result = OC_Geo::timezone(3,3);
$expected = 'Africa/Porto-Novo';
$this->assertEquals($expected, $result);
$this->assertEquals($expected, $result);
$result = OC_Geo::timezone(-3,-3333);
$expected = 'Pacific/Enderbury';