Index: /issm/trunk-jpl/test/NightlyRun/IdToName.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/IdToName.m	(revision 15900)
+++ /issm/trunk-jpl/test/NightlyRun/IdToName.m	(revision 15901)
@@ -134,5 +134,4 @@
 	case 428, name='SquareSheetShelfStressSSA2dNewton';
 	case 429, name='SquareSheetShelfStressHONewton';
-	case 430, name='SquareSheetShelfStressFSNewton';
 	case 431, name='SquareSheetShelfSteaEnthalpySSA3d';
 	case 432, name='SquareSheetShelfSteaEnthalpyHO';
Index: /issm/trunk-jpl/test/NightlyRun/IdToName.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/IdToName.py	(revision 15900)
+++ /issm/trunk-jpl/test/NightlyRun/IdToName.py	(revision 15901)
@@ -138,5 +138,4 @@
 	428  : 'SquareSheetShelfStressSSA2dNewton',
 	429  : 'SquareSheetShelfStressHONewton',
-	430  : 'SquareSheetShelfStressFSNewton',
 	431  : 'SquareSheetShelfSteaEnthalpySSA3d',
 	432  : 'SquareSheetShelfSteaEnthalpyHO',
Index: sm/trunk-jpl/test/NightlyRun/test430.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test430.m	(revision 15900)
+++ 	(revision )
@@ -1,20 +1,0 @@
-md=triangle(model(),'../Exp/Square.exp',180000.);
-md=setmask(md,'../Exp/SquareShelf.exp','');
-md=parameterize(md,'../Par/SquareSheetShelf.par');
-md=extrude(md,3,1.);
-md=setflowequation(md,'FS','all');
-md.stressbalance.isnewton=1;
-md.stressbalance.restol=0.0001;
-md.cluster=generic('name',oshostname(),'np',3);
-md=solve(md,StressbalanceSolutionEnum());
-
-%Fields and tolerances to track changes
-field_names     ={'Vx','Vy','Vz','Vel','Pressure'};
-field_tolerances={1e-07,1e-07,1e-06,1e-07,1e-07};
-field_values={...
-	(md.results.StressbalanceSolution.Vx),...
-	(md.results.StressbalanceSolution.Vy),...
-	(md.results.StressbalanceSolution.Vz),...
-	(md.results.StressbalanceSolution.Vel),...
-	(md.results.StressbalanceSolution.Pressure),...
-	};
Index: sm/trunk-jpl/test/NightlyRun/test430.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test430.py	(revision 15900)
+++ 	(revision )
@@ -1,30 +1,0 @@
-import numpy
-from model import *
-from EnumDefinitions import *
-from MatlabFuncs import *
-from triangle import *
-from setmask import *
-from parameterize import *
-from setflowequation import *
-from solve import *
-
-md=triangle(model(),'../Exp/Square.exp',180000.)
-md=setmask(md,'../Exp/SquareShelf.exp','')
-md=parameterize(md,'../Par/SquareSheetShelf.py')
-md.extrude(3,1.)
-md=setflowequation(md,'FS','all')
-md.stressbalance.isnewton=1
-md.stressbalance.restol=0.0001
-md.cluster=generic('name',oshostname(),'np',3)
-md=solve(md,StressbalanceSolutionEnum())
-
-#Fields and tolerances to track changes
-field_names     =['Vx','Vy','Vz','Vel','Pressure']
-field_tolerances=[1e-07,1e-07,1e-06,1e-07,1e-07]
-field_values=[\
-	md.results.StressbalanceSolution.Vx,\
-	md.results.StressbalanceSolution.Vy,\
-	md.results.StressbalanceSolution.Vz,\
-	md.results.StressbalanceSolution.Vel,\
-	md.results.StressbalanceSolution.Pressure,\
-	]
