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