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',