diff --git a/tests/Layer/test_GML.html b/tests/Layer/test_GML.html
index b8b1f8ffbb..16fb9eb15e 100644
--- a/tests/Layer/test_GML.html
+++ b/tests/Layer/test_GML.html
@@ -12,6 +12,7 @@
var isMSIE = (navigator.userAgent.indexOf("MSIE") > -1);
if (isMSIE) {
gml = "." + gml;
+ gml2 = "." + gml2;
}
function test_01_Layer_GML_constructor(t) {