1 This directory contains unit tests for the OpenLayers library.
3 Tests use the Test.AnotherWay library from <http://openjsan.org>. The test
4 runner is 'run-tests.html' and new test files need to be added to
7 The following file naming conventions are used:
9 * A filename that starts with `test_` and has an `.html` extension
10 contains tests. These should contain tests for a specific class.
12 * A filename starting with `page_` and has an `.html` extension is a
13 supporting HTML file used in one or more tests.
15 * A filename starting with 'data_` is a supporting data file used in one