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