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