Files
openlayers/tests
Tim Schaub 5a485ea856 Getting explicit about pixels and size.
Eventually, well have to ask renderers for all pixel and size related stuff.  And the map overlay renderer will do all pixel<->loc math.  For now, we let the map do this math based on its viewport - as this is where the mouse events are handled and it is pixels relative to the viewport that are being generated.  For now, the getViewportPixelForLoc and getLocForViewportPixel are now more explicitly named.
2012-07-08 20:57:36 -06:00
..
2012-03-30 16:52:29 +03:00
2012-04-18 09:39:58 -04:00
2012-06-02 14:41:44 +02:00
2012-04-18 09:39:58 -04:00
2012-04-18 09:39:58 -04:00
2007-12-17 02:18:04 +00:00
2012-04-20 15:29:46 +02:00
2008-01-20 15:32:10 +00:00
2012-04-18 09:39:58 -04:00
2011-10-09 10:10:21 +02:00
2012-03-04 11:36:28 +01:00

This directory contains unit tests for the OpenLayers library.

Tests use the Test.AnotherWay library from <http://openjsan.org>. The test
runner is 'run-tests.html' and new test files need to be added to
'list-tests.html'.

The following file naming conventions are used:

  * A filename that starts with `test_` and has an `.html` extension
    contains tests. These should contain tests for a specific class.

  * A filename starting with `page_` and has an `.html` extension is a
    supporting HTML file used in one or more tests.

  * A filename starting with 'data_` is a supporting data file used in one
    or more tests.