Commit Graph

2246 Commits

Author SHA1 Message Date
Éric Lemoine e989c61e63 make the tests run in Closure RAW mode, but leave the SIMPLE mode script tag to still catch compilation errors/warnings while running tests 2012-06-20 15:11:20 +02:00
Mike Adair e61769c6dc put back to SIMPLE mode 2012-06-20 09:04:51 -04:00
Mike Adair 45c03c29ba Merge branch 'master' of github.com:openlayers/ol3 2012-06-20 09:02:51 -04:00
Mike Adair aa584e17e9 center returned in user projection 2012-06-20 09:02:20 -04:00
Marc Jansen 0ccbb8e6d0 Merge branch 'master' of https://github.com/openlayers/ol3 2012-06-20 14:59:18 +02:00
Marc Jansen d933404df8 Make Points transformable. 2012-06-20 14:58:37 +02:00
Tim Schaub 09a6b6c456 Changing expectations for projection. 2012-06-20 14:52:29 +02:00
Mike Adair a6b93773cd Merge branch 'master' of github.com:openlayers/ol3 2012-06-20 08:42:11 -04:00
Mike Adair 99b397bffc implement getMaxRes, getMaxExtent, getResForZoom 2012-06-20 08:29:43 -04:00
Marc Jansen 33c2e0aa30 Correct the tests for geom.Point and geom.point.
Add tests for the API version `ol.point()`; adjust the tests for the internal
`new ol.Point()`.
2012-06-20 13:36:07 +02:00
Tim Schaub 14b1a34f98 Splitting tests between api and internal. 2012-06-20 11:56:20 +02:00
Éric Lemoine a7a86bb169 add a Jasmine toBeA matcher 2012-06-20 11:44:43 +02:00
Marc Jansen ac2a0bbccd Merge branch 'master' of https://github.com/openlayers/ol3 2012-06-20 11:30:43 +02:00
Marc Jansen 85f0f43b7b Saving state prior to spec moving. 2012-06-20 11:30:06 +02:00
ahocevar b63e13d09c More Events tests. 2012-06-20 11:29:07 +02:00
ahocevar 4854eee97c Getting rid of debugger statement. 2012-06-20 11:26:33 +02:00
Marc Jansen 41df32df9a Merge branch 'master' of https://github.com/openlayers/ol3 2012-06-20 11:19:48 +02:00
Marc Jansen aec8f953e5 Remove the mixin approach and give the Point class a projection. 2012-06-20 11:18:07 +02:00
Mike Adair a9a2e7cf8f remove debugger line 2012-06-20 04:58:30 -04:00
Mike Adair 4161595c85 extent and res tests 2012-06-20 04:37:16 -04:00
Mike Adair 2c7e308960 adding getMaxExtent and getMaxRes 2012-06-20 04:37:14 -04:00
Éric Lemoine a96b559ddd very first XYZ layer bits 2012-06-20 09:18:46 +02:00
Éric Lemoine 84d594cacb Tile.test.js - remove test that sets a src on the image 2012-06-20 09:17:55 +02:00
ahocevar fb8b1e878d Events.js ported, with tests stub. More tests to be added. 2012-06-20 01:09:21 +02:00
Tim Schaub b06a52888f Adding unreferenced bounds. 2012-06-20 00:11:06 +02:00
Marc Jansen 450f8f7b74 First state of a geom package. 2012-06-19 18:21:21 +02:00
Tim Schaub 712070c1f0 Location tests passing. 2012-06-19 18:06:00 +02:00
Tim Schaub 408413ec92 Projection cannot be null. 2012-06-19 17:41:17 +02:00
Mike Adair 6ed79a3d36 add layers and resolutions array 2012-06-19 11:17:55 -04:00
Mike Adair b0490ecdb6 initial set of tests running 2012-06-19 10:17:41 -04:00
Mike Adair efcecc4c5f map initialization 2012-06-19 09:37:42 -04:00
Mike Adair b25339549a Merge branch 'three' of https://github.com/tschaub/openlayers into three 2012-06-19 09:21:48 -04:00
Éric Lemoine 1c8abd38a6 add a basic TileSet class 2012-06-19 15:18:34 +02:00
Mike Adair 322cf702ed Merge branch 'three' of https://github.com/tschaub/openlayers into three 2012-06-19 09:04:25 -04:00
Mike Adair d990be61af Merge branch 'three' of https://github.com/tschaub/openlayers into three
Conflicts:
	src/api/loc.js
	src/api/map.js
	src/ol/Map.js
2012-06-19 09:04:04 -04:00
Éric Lemoine ce20ba066c add an ol.Tile class 2012-06-19 14:52:25 +02:00
Tim Schaub 1043a53fe1 Use simple compilation. 2012-06-19 14:49:56 +02:00
Mike Adair 82f204f30c map get/set methods 2012-06-19 08:06:08 -04:00
Tom Payne 7358529c4e Map fixes. 2012-06-19 13:09:31 +02:00
Tom Payne ef83910c3d Make more Loc tests pass. 2012-06-19 12:33:59 +02:00
Tom Payne 95fe8762da Rename Location to Loc for consistency. 2012-06-19 12:01:22 +02:00
Tim Schaub 77c07a500e A passing test. 2012-06-19 11:14:53 +02:00
Tim Schaub 90f33c587a Debugged. 2012-06-19 10:39:42 +02:00
Tim Schaub b9d690044f Adding test spec. 2012-06-18 18:15:51 +02:00
Schuyler Erle 04ba28f5a4 Revised directory structure (js/ -> lib/, test/ -> tests/) to match JSAN distribution standards, as documented at http://www.openjsan.org/documentation/dists.html.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-12 21:15:53 +00:00
Schuyler Erle 059cef7570 Add test/ directory, including run-tests.html from Test.AnotherWay, and some of Phil's work from the original Hunut code base. Test.AnotherWay lives at http://www.openjsan.org/src/a/ar/artemkhodush/Test.AnotherWay-0.51/doc/.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2006-05-12 21:12:41 +00:00