From a2fe036e2cc6f436a72e3df662b8542b08b26f13 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 7 Nov 2012 18:14:56 +0100 Subject: [PATCH] Filter.v1 methods need to be available when using Filter writers Format classes that define member methods need to be mixed into other format classes that use their writers. In this case, methods from Filter.v1 were missing so a test for Format.WPSExecute failed. --- lib/OpenLayers/Format/WPSExecute.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Format/WPSExecute.js b/lib/OpenLayers/Format/WPSExecute.js index 3acba4d845..cd56282659 100644 --- a/lib/OpenLayers/Format/WPSExecute.js +++ b/lib/OpenLayers/Format/WPSExecute.js @@ -16,7 +16,8 @@ * Inherits from: * - */ -OpenLayers.Format.WPSExecute = OpenLayers.Class(OpenLayers.Format.XML, { +OpenLayers.Format.WPSExecute = OpenLayers.Class(OpenLayers.Format.XML, + OpenLayers.Format.Filter.v1_1_0, { /** * Property: namespaces