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