From 96db01006cd67aad6cbadb179f68740b9eda7d4c Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 10 Aug 2012 23:20:52 +0200 Subject: [PATCH] Making Firefox happy. --- tests/WPSProcess.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/WPSProcess.html b/tests/WPSProcess.html index a528507ae7..6bdfcc2430 100644 --- a/tests/WPSProcess.html +++ b/tests/WPSProcess.html @@ -39,7 +39,7 @@ process.describe(); t.eq(log.request.length, 1, 'describeProcess request only sent once'); log.request[0].success.call(process, { - responseText: '' + responseText: '' }); t.eq(log.event[0].type, 'describeprocess', 'describeprocess event triggered'); t.ok(client.servers.local.describeProcessResponse['gs:splitPolygon'], 'We have a process description!');