From 8f51efc49e2c144698da7f2ec772d111814fce32 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sun, 19 Apr 2015 20:16:56 +0200 Subject: get rid of OC_Geo --- tests/lib/geo.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tests/lib/geo.php (limited to 'tests') diff --git a/tests/lib/geo.php b/tests/lib/geo.php deleted file mode 100644 index 0678297b55a..00000000000 --- a/tests/lib/geo.php +++ /dev/null @@ -1,23 +0,0 @@ - - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -class Test_Geo extends \Test\TestCase { - - /** - * @medium - */ - function testTimezone() { - $result = OC_Geo::timezone(3, 3); - $expected = 'Africa/Porto-Novo'; - $this->assertEquals($expected, $result); - - $result = OC_Geo::timezone(-3,-3333); - $expected = 'Pacific/Enderbury'; - $this->assertEquals($expected, $result); - } -} -- cgit v1.2.3