From ebc71b492e21f08c5466674988841556c11bbdbe Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 9 Aug 2012 18:29:37 +0200 Subject: [PATCH] Making sure that the process description is not loaded. --- tests/WPSProcess.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/WPSProcess.html b/tests/WPSProcess.html index 460ddc2451..95821201d1 100644 --- a/tests/WPSProcess.html +++ b/tests/WPSProcess.html @@ -55,7 +55,11 @@ log.push(cfg); } - process = client.getProcess('local', 'gs:splitPolygon'); + process = new OpenLayers.WPSProcess({ + client: client, + server: 'local', + identifier: 'gs:splitPolygon' + }); process.description = { dataInputs: [{ identifier: 'line',