Index: /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m	(revision 619)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m	(revision 620)
@@ -31,5 +31,5 @@
 
 		%check solution requested
-		if (~strcmpi(package,'ice') & strcmpi(solution,'prognostic')),
+		if (~strcmpi(package,'ice') & strcmpi(solution,'transient')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m	(revision 619)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m	(revision 620)
@@ -24,5 +24,5 @@
 
 		%check solution requested
-		if (~strcmpi(package,'ice') & strcmpi(solution,'prognostic')),
+		if (~strcmpi(package,'ice') & strcmpi(solution,'transient')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
