|
Revision 1424, 0.6 kB
(checked in by crschmidt, 2 years ago)
|
Fix all cases where we have Windows line endings, and set eol-style="native"
on all files. Hopefully, this makes it easier for people to write patches
and do other neat things.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 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. |
|---|