Index: /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m	(revision 660)
+++ /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/runme.m	(revision 661)
@@ -31,5 +31,6 @@
 
 		%check solution requested
-		if (~strcmpi(package,'ice') & strcmpi(solution,'transient')),
+		if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
+			| (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m	(revision 660)
+++ /issm/trunk/test/Verification/IceSheetIceFrontM2d_7/updatearchive.m	(revision 661)
@@ -24,5 +24,6 @@
 
 		%check solution requested
-		if (~strcmpi(package,'ice') & strcmpi(solution,'transient')),
+		if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
+			| (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m	(revision 660)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/runme.m	(revision 661)
@@ -31,5 +31,6 @@
 
 		%check solution requested
-		if (~strcmpi(package,'ice') & strcmpi(solution,'transient')),
+		if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
+			| (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/updatearchive.m
===================================================================
--- /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/updatearchive.m	(revision 660)
+++ /issm/trunk/test/Verification/IceSheetNoIceFrontM2d_16/updatearchive.m	(revision 661)
@@ -24,5 +24,6 @@
 
 		%check solution requested
-		if (~strcmpi(package,'ice') & strcmpi(solution,'transient')),
+		if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
+			| (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
Index: /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m
===================================================================
--- /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m	(revision 660)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/runme.m	(revision 661)
@@ -32,5 +32,5 @@
 		%check solution requested
 		if ((~strcmpi(package,'ice') & strcmpi(solution,'transient')) |...
-				(strcmpi(package,'macayeal') & strcmpi(solution,'prognostic'))),
+				(strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))),
 			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 660)
+++ /issm/trunk/test/Verification/IceShelfIceFrontM2d_1/updatearchive.m	(revision 661)
@@ -24,5 +24,6 @@
 
 		%check solution requested
-		if (~strcmpi(package,'ice') & strcmpi(solution,'transient')),
+		if ((~strcmpi(package,'ice') & strcmpi(solution,'transient'))...
+			| (strcmpi(package,'macayeal') & ~strcmpi(solution,'diagnostic'))),
 			disp(sprintf(['\nsolution: ' solution  ', with package: ' package  ', in test: ' testname  ', not supported yet.\n']));
 			continue
