diff --git a/cde-pentaho5/solution/pentaho-cdf-dd/tests/NewMapComponent/maps.cdfde b/cde-pentaho5/solution/pentaho-cdf-dd/tests/NewMapComponent/maps.cdfde index 13bf810bf6..4b9f150245 100755 --- a/cde-pentaho5/solution/pentaho-cdf-dd/tests/NewMapComponent/maps.cdfde +++ b/cde-pentaho5/solution/pentaho-cdf-dd/tests/NewMapComponent/maps.cdfde @@ -385,7 +385,7 @@ { "name": "preExecution", "type": "JavaScript", - "value": "function f(){\n this.mapEngineType = [ this.dashboard.getParameterValue('${p:mapEngineParam}') ]; \n this.tilesets = [ this.dashboard.getParameterValue('${p:tileServiceParam}') ]; \n} " + "value": "function f(){\n this.mapEngineType = this.dashboard.getParameterValue('${p:mapEngineParam}'); \n this.tilesets = [ this.dashboard.getParameterValue('${p:tileServiceParam}') ]; \n} " }, { "name": "postExecution",