Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Oct 12, 2015
1 parent 50dd0cd commit 2cc8335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grid/README.md
Expand Up @@ -28,7 +28,7 @@ future.
Each test case is in its own directory. It contains the following files:

* `data.osm` - the test data itself
* `description.txt` - description of the test
* `test.json` - description and further data about the testcase
* `result` - contains either the word "valid" or "invalid" to signify
whether the data in the file is valid, ie it must be parseable by any OSM
software, or invalid, in which case the handling of the data is unspecified.
Expand Down Expand Up @@ -116,7 +116,7 @@ The easiest way is probably something like this:
* create directory for new test
* copy over `data.osm` from another test, globally search-and-replace test id
* add/edit nodes, ways, relations as needed
* add `description.txt`, `result`, and wkt files
* add `test.json`, `result`, and wkt files

## License

Expand Down

0 comments on commit 2cc8335

Please sign in to comment.