Index: /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m	(revision 2029)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/runme.m	(revision 2030)
@@ -53,5 +53,5 @@
 
 		%check solution requested
-		if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial'));
+		if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & strcmpi(package,'ice'));
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m	(revision 2029)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM3d_2/updatearchive.m	(revision 2030)
@@ -47,5 +47,5 @@
 
 		%check solution requested
-		if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & ~strcmpi(package,'cielo_serial'));
+		if strcmpi(package,'macayeal') | (strcmpi(solution,'steadystate') & strcmpi(package,'ice'));
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
