Files
openlayers/tests
ahocevar a02e08ad2a New beforeload event and slightly changed loading sequence
Having the TileManager remove an image from the DOM, then setting the
cached image, and then having to position it felt a bit awkward. With the
new beforeload event, the setImage method and putting renderTile before
positionTile, providing the cached image feels way more natural.
2012-12-23 17:00:46 +01:00
..
2012-12-17 13:23:10 +01:00
2012-12-23 17:00:45 +01:00
2012-08-01 13:15:59 +02:00
2012-03-30 16:52:29 +03:00
2012-11-05 22:31:15 +01:00
2012-12-23 17:00:45 +01:00
2012-04-18 09:39:58 -04:00
2012-11-05 17:28:10 +01:00
2012-11-05 23:04:32 +01: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-12-23 17:00:45 +01:00
2008-01-20 15:32:10 +00:00
2012-04-18 09:39:58 -04:00
2012-06-27 18:32:48 +02:00
2011-10-09 10:10:21 +02:00
2012-12-23 17:00:45 +01: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.