source: trunk/testing/README

Last change on this file was 348, checked in by neteler, 12 years ago

set correctly svn propset

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id
  • Property svn:mime-type set to text/plain
File size: 1.3 KB
Line 
1Please use the following syntaxe:
2
3  ./run.sh <WPSInstance> <ServiceName>
4
5where <WPSInstance> should be the url to a WPS Server and <ServiceName> should
6be the service name you want to run tests with.
7
8For instance to test the Buffer service on a localhost WPS server, use the
9following command:
10
11  ./run.sh http://localhost/cgi-bin/zoo_loader.cgi Buffer
12
13
14Important note:  sometimes XML validation failed because xmllint is unable to download
15a file required to validate. In such case, you can use the file /etc/xml/catalog on your
16local machine to use a local copy of the missing file.
17
18For instance, in case xml.xsd can't be downloaded, then you can download a copy using
19this url http://www.w3.org/2001/xml.xsd, store it in /etc/schemas directory and then
20use the following /etc/xml/catalog file:
21
22<?xml version="1.0"?>
23<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
24<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
25<rewriteSystem systemIdStartString="http://www.w3.org/2001/xml.xsd"
26                rewritePrefix="file:///etc/schemas/xml.xsd" />
27</catalog>
28
29Obviously, you can do similar manipulation for the OGC schemas to use local files
30rather than downloading them for each tests.
Note: See TracBrowser for help on using the repository browser.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png