1
|
This directory contains unit tests for the OpenLayers library.
|
2
|
|
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
|
5
|
'list-tests.html'.
|
6
|
|
7
|
The following file naming conventions are used:
|
8
|
|
9
|
* A filename that starts with `test_` and has an `.html` extension
|
10
|
contains tests. These should contain tests for a specific class.
|
11
|
|
12
|
* A filename starting with `page_` and has an `.html` extension is a
|
13
|
supporting HTML file used in one or more tests.
|
14
|
|
15
|
* A filename starting with 'data_` is a supporting data file used in one
|
16
|
or more tests.
|