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()`.
This commit is contained in:
Marc Jansen
2012-06-20 13:36:07 +02:00
parent cdcf3ef5a4
commit 33c2e0aa30
3 changed files with 169 additions and 49 deletions

View File

@@ -17,6 +17,7 @@
<!-- include spec files here... -->
<script type="text/javascript" src="spec/api/bounds.test.js"></script>
<script type="text/javascript" src="spec/api/geom/geom.test.js"></script>
<script type="text/javascript" src="spec/api/geom/point.test.js"></script>
<script type="text/javascript" src="spec/api/loc.test.js"></script>
<script type="text/javascript" src="spec/api/map.test.js"></script>
<script type="text/javascript" src="spec/api/projection.test.js"></script>