diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-10 10:17:47 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-06-10 10:17:47 +0200 |
commit | b6f8d2b8595b3db9e1304694869946a4105d26d0 (patch) | |
tree | d3d33e62c5e7ceaa2ecc811ce72332a4859f239a /tests/lib/geo.php | |
parent | 73fb722a9e34dccc428bbf38adf40657ac98c94e (diff) | |
download | nextcloud-server-b6f8d2b8595b3db9e1304694869946a4105d26d0.tar.gz nextcloud-server-b6f8d2b8595b3db9e1304694869946a4105d26d0.zip |
raise failed tests from first commit to size @medium
Diffstat (limited to 'tests/lib/geo.php')
-rw-r--r-- | tests/lib/geo.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/geo.php b/tests/lib/geo.php index 82e61608687..2c3611c092e 100644 --- a/tests/lib/geo.php +++ b/tests/lib/geo.php @@ -7,6 +7,10 @@ */ class Test_Geo extends PHPUnit_Framework_TestCase { + + /** + * @medium + */ function testTimezone() { $result = OC_Geo::timezone(3, 3); $expected = 'Africa/Porto-Novo'; |