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