https://github.com/opengeospatial/ets-csw202
Executable Test Suite for CSW 2.0.2
https://github.com/opengeospatial/ets-csw202
Last synced: 3 months ago
JSON representation
Executable Test Suite for CSW 2.0.2
- Host: GitHub
- URL: https://github.com/opengeospatial/ets-csw202
- Owner: opengeospatial
- License: other
- Created: 2014-04-11T22:05:50.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T13:43:08.000Z (over 1 year ago)
- Last Synced: 2025-03-07T14:28:38.491Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 2.34 MB
- Stars: 2
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OGC Catalog Service for the Web (CSW) 2.0 Test-Suite
OGC CSW 2.0 Test-Suite provides the Executable Test Script (ETS) to test implementations against the following specification(s):
- OGC Catalogue Services Specification 2.0.2, [OGC 07-006r1](http://portal.opengeospatial.org/files/?artifact_id=20555)
Detailed information about this test suite is available [here](http://opengeospatial.github.io/ets-csw202/)
## License
[Apache 2.0 License](LICENSE.md)
## Building
There are two options to build and run this test.
### 1. Configure a properties file and run using maven
This test is build using [Apache Maven](http://maven.apache.org/). Process:
Clone this repository:
```
% git clone https://github.com/opengeospatial/ets-csw202.git
```
Update information about the URL to be tested
open this file:
ets-csw202/src/test/resources/sut.properties
write the correct URL:
```
capabilities.url = http://[yourServerURL]?request=GetCapabilities&service=CSW&version=2.0.2
```
run maven test (note: if the build fails, check into [this](https://github.com/opengeospatial/ets-csw202/issues/5))
```
% mvn test
```
### 2. Run it within TEAM ENGINE
Follow the [TEAM ENGINE instructions](http://opengeospatial.github.io/teamengine/installation.html) to install and run the tests in TEAM ENGINE.
## Bugs
Issue tracker is available at:
[github](https://github.com/opengeospatial/ets-csw202/issues).
## Mailing Lists
The [cite-forum](http://cite.opengeospatial.org/forum) is where software developers discuss issues and solutions related to OGC tests.
## More Information
Visit the [CITE website](http://cite.opengeospatial.org/) to get more information about the CITE program and tools.