Vladimir Agafonkin
c327fa89ee
add a couple of DomUtil tests, #1347
2013-02-05 17:01:01 +02:00
Vladimir Agafonkin
f01e32d764
fix specs sometimes failing
2013-02-05 17:00:38 +02:00
Vladimir Agafonkin
5e05068478
complete LatLng and LatLngBounds tests, #1347
2013-02-05 15:21:40 +02:00
Vladimir Agafonkin
17cf297c9b
complete geometry tests to 100% #1347
2013-02-05 13:51:27 +02:00
Vladimir Agafonkin
ed8dc9f4cd
improve core specs #1347
2013-02-04 18:31:14 +02:00
Vladimir Agafonkin
297d746a46
make test task less verbose
2013-02-04 14:30:49 +02:00
Vladimir Agafonkin
86cfce1771
merge #1340 , fix whitespace
2013-02-04 13:42:27 +02:00
Vladimir Agafonkin
80f107cba3
Merge pull request #1318 from yohanboniface/add_lbrt_getters
...
Add LatLngBounds.getLeft/getBottom/getRight/getTop
2013-02-04 02:45:06 -08:00
danzel
0390a86e7f
More CircleMarker tests, move them where they should be.
2013-02-04 09:49:37 +13:00
danzel
b905708f24
Test cases for #1297 circleMarker setRadius issue.
2013-02-03 15:34:32 +13:00
Eldar Djafarov
e4492b6f10
Fix: SpecHelper should be first
2013-02-02 10:59:30 -02:00
Eldar Djafarov
2da36a2851
test coverage initial commit
2013-02-02 05:29:20 -02:00
Vladimir Agafonkin
2ebe67f110
cleanup testacular config
2013-01-31 15:44:55 +02:00
Vladimir Agafonkin
687246128c
update Jasmine to 1.3.1
2013-01-31 14:31:53 +02:00
Eldar Djafarov
82b327d9f5
use global deps file instead of ustom list
2013-01-30 18:01:32 -02:00
Eldar Djafarov
c8c19d3b6f
Make getFiles more consistent
2013-01-30 16:48:22 -02:00
Eldar Djafarov
c4b8139ee8
fix code style
2013-01-30 16:41:13 -02:00
Eldar Djafarov
7e537eb954
enable testacular runner
2013-01-30 12:06:19 -02:00
Yohan Boniface
4f59140253
Eat our own food
2013-01-28 01:09:26 +01:00
Yohan Boniface
4b5746ffbc
Use getWest/South/East/North instead of getLeft/Bottom/Right/Top
2013-01-28 01:04:09 +01:00
Yohan Boniface
69b925b057
Add LatLngBounds.getLeft/getBottom/getRight/getTop
2013-01-27 12:12:02 +01:00
Eldar Djafarov
e1a3e97349
testacular port
2013-01-20 05:04:06 -02:00
snkashis
6b4f5c4cf7
handling no existingUrl scenario
2012-12-27 14:39:19 -05:00
snkashis
3d416f38e1
whitespace for hash
2012-12-26 11:45:38 -05:00
Steve
3208db476c
Semicolons in spec
2012-12-22 23:52:25 -05:00
snkashis
8c7c06431a
handle existing query strings for WMS urls , #973
2012-12-22 17:47:38 -05:00
jacobtoye
c40878365d
Fixing addInitHooks specs to test inherited hooks and child class' hooks.
2012-12-19 15:36:42 +13:00
Vladimir Agafonkin
782e8e7dcf
implement hooks for Class constructors (AOP-style), close #1123
2012-12-12 12:26:33 +02:00
Vladimir Agafonkin
8350bb1e08
update LatLng specs after removing default clamping/wrapping
2012-12-12 12:04:54 +02:00
Mattias Bengtsson
5fa8dfa5a5
Add test for ensuring maxZoom and minZoom on the map overrides any layer settings.
2012-12-12 00:45:19 +01:00
Mattias Bengtsson
e475c04eaa
Add a missing semi colon and make one line < 80 chars
2012-12-12 00:45:09 +01:00
Vladimir Agafonkin
0c5f401220
Merge pull request #1159 from moonlite/master
...
First stab at a fix for Issue 623
2012-11-29 06:44:25 -08:00
Mattias Bengtsson
593fa82fe8
Stupid typo
2012-11-29 08:10:04 +01:00
Mattias Bengtsson
2fd70b3bb7
Wrap the last test in a map.whenReady to ensure the map has finished loading
...
before removeLayer is called.
2012-11-29 08:05:08 +01:00
Tom Hughes
0b2a31c1fe
Update the Layers control when layers are added or removed
2012-11-24 00:33:57 +00:00
Mattias Bengtsson
c0135a219d
Added a bunch of tests and fixed some bugs those exposed.
...
Also don't try to automatically adjust zoom. Leave that to the
layer control for now and wait for a setBaseLayer / switchLayer
or something instead.
2012-11-19 04:36:13 +01:00
Pascal Borreli
9546599520
Fixed typos
2012-11-09 23:15:48 +00:00
Vladimir Agafonkin
cca3180f30
fix Circle getBounds, closes #1068
2012-10-15 11:39:07 +03:00
John Firebaugh
0b4d2b0c44
Add Map#whenReady
...
Fixes #1063
2012-10-12 12:54:13 -07:00
John Firebaugh
5ee7113fe4
Add a baselayerchange event
2012-10-12 12:19:21 -07:00
John Firebaugh
2cca6586dc
Test the right class
2012-10-11 08:54:04 -07:00
John Firebaugh
fbf91fef54
Ensure that getBounds can be called during the first moveend event
...
Fixes #1027
2012-10-04 14:02:46 -07:00
Dominik Moritz
f8d6e7052e
Implemented isValid() function for Bounds and LatLngBounds. Fixes issue #966 . Added specification.
2012-09-11 12:43:16 +01:00
Vladimir Agafonkin
382ef5c0b2
spec cleanup
2012-07-05 12:54:40 +03:00
mourner
fe198ce9e4
Merge branch 'master' of https://github.com/Guiswa/Leaflet into better-events
2012-06-30 13:16:51 +03:00
mourner
2f25c36222
update jasmine to 1.2.0
2012-06-30 13:13:02 +03:00
Aaron King
95ed9cdda2
Allow L.Mixin.Events.addEventListener() to accept a map in which the string keys represent one or more space-separated event types and the values represent a handler function to be called for the event(s).
...
Allow L.Mixin.Events.removeEventListener() to accept one or more space-separated event types. Omitting the fn parameter will remove all event handlers for the supplied event type(s).
Also allow L.Mixin.Events.removeEventListener() to accept a map where the string keys represent one or more space-separated event types and the values represent handler functions previously attached for the event(s).
Add unit tests for the above changes.
2012-06-29 16:14:41 -07:00
danzel
61ce465134
Fix up the unit tests. Polyline.closestLayerPoint and noConflict were broken.
2012-06-25 12:16:46 +12:00
mourner
b333f86e1d
fix superclass regression
2012-03-09 11:28:14 +02:00
mourner
24375fe88d
more cleanup
2012-02-25 18:57:28 +02:00