Index: /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m	(revision 2034)
+++ /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/runme.m	(revision 2035)
@@ -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')) ...
 				| strcmpi(solution,'transient')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
Index: /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m	(revision 2034)
+++ /issm/trunk/test/Verification/IceShelfIceFrontS3d_6/updatearchive.m	(revision 2035)
@@ -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')) ...
 				| strcmpi(solution,'transient')),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
