projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5dd3eb7
)
Added min_lat > max_lat test.
author
Matt Amos
<zerebubuth@gmail.com>
Tue, 21 Oct 2008 14:00:08 +0000
(14:00 +0000)
committer
Matt Amos
<zerebubuth@gmail.com>
Tue, 21 Oct 2008 14:00:08 +0000
(14:00 +0000)
test/functional/api_controller_test.rb
patch
|
blob
|
history
diff --git
a/test/functional/api_controller_test.rb
b/test/functional/api_controller_test.rb
index e9d1632dae24073d74448164b8026363efe29026..4cd20d3dd9af1c175e5102cf1be66961651ff66a 100644
(file)
--- a/
test/functional/api_controller_test.rb
+++ b/
test/functional/api_controller_test.rb
@@
-14,7
+14,7
@@
class ApiControllerTest < Test::Unit::TestCase
@badbigbbox = %w{ -0.1,-0.1,1.1,1.1 10,10,11,11 }
@badmalformedbbox = %w{ -0.1 hello S0.1,W0.1,N0.1,E0.1
10N2W10.1N2.1W }
@badbigbbox = %w{ -0.1,-0.1,1.1,1.1 10,10,11,11 }
@badmalformedbbox = %w{ -0.1 hello S0.1,W0.1,N0.1,E0.1
10N2W10.1N2.1W }
- @badlatmixedbbox = %w{}
+ @badlatmixedbbox = %w{
0,0.1,0.1,0
}
@badlonmixedbbox = %w{}
@badlatlonoutboundsbbox = %w{ -190.2,-190.2,-190.1,-190.1 -190.1,89.9,-190,90 }
@goodbbox = %w{ -0.1,-0.1,0.1,0.1 51.1,-0.1,51.2,0
@badlonmixedbbox = %w{}
@badlatlonoutboundsbbox = %w{ -190.2,-190.2,-190.1,-190.1 -190.1,89.9,-190,90 }
@goodbbox = %w{ -0.1,-0.1,0.1,0.1 51.1,-0.1,51.2,0