diff --git a/tests/Layer/test_MapGuide.html b/tests/Layer/test_MapGuide.html
index 264ef7b757..a9351648f9 100644
--- a/tests/Layer/test_MapGuide.html
+++ b/tests/Layer/test_MapGuide.html
@@ -12,10 +12,10 @@
var url = "http://demo01.dmsolutions.ca/mapguide/mapagent/mapagent.fcgi";
var paramsTiled = {
mapdefinition: 'Library://Samples/Gmap/Maps/gmapTiled.MapDefinition',
- basemaplayergroupname: "BaseLayerGroup",
+ basemaplayergroupname: "BaseLayerGroup"
}
var paramsUntiled = {
- mapdefinition: 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition',
+ mapdefinition: 'Library://Samples/Sheboygan/Maps/Sheboygan.MapDefinition'
};
function test_01_Layer_MapGuide_untiled_constructor (t) {