summaryrefslogtreecommitdiffstats
path: root/geoip-tests.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-03 11:56:54 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-03 11:56:54 +0200
commit9f9af06e6a0feb2d13f58b48d64f6cc411ab7c2f (patch)
treef629d9e9dc06c14332697af274d5b32f13b6f02f /geoip-tests.patch
parent6adc3051b135345c5d09152183499a8d2b3b40a4 (diff)
php-pecl-geoip: 1.1.0 (beta) for test
Diffstat (limited to 'geoip-tests.patch')
-rw-r--r--geoip-tests.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/geoip-tests.patch b/geoip-tests.patch
deleted file mode 100644
index 335568b..0000000
--- a/geoip-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Index: tests/014.phpt
-===================================================================
---- tests/014.phpt (revision 311865)
-+++ tests/014.phpt (working copy)
-@@ -7,17 +7,15 @@
- --FILE--
- <?php
-
--var_dump(geoip_time_zone_by_country_and_region('CA',''));
--var_dump(geoip_time_zone_by_country_and_region('CA',NULL));
--var_dump(geoip_time_zone_by_country_and_region('CA'));
-+var_dump(geoip_time_zone_by_country_and_region('CA','AB'));
-+var_dump(geoip_time_zone_by_country_and_region('CM',NULL));
- var_dump(geoip_time_zone_by_country_and_region(NULL,''));
- var_dump(geoip_time_zone_by_country_and_region(NULL,NULL));
-
- ?>
- --EXPECTF--
- string(%d) "America/%s"
--string(%d) "America/%s"
--string(%d) "America/%s"
-+string(%d) "Africa/Lagos"
-
- Warning: geoip_time_zone_by_country_and_region(): You need to specify at least the country code. in %s on line %d
- bool(false)