Index: /issm/trunk/test/NightlyRun/test1204.m
===================================================================
--- /issm/trunk/test/NightlyRun/test1204.m	(revision 7437)
+++ /issm/trunk/test/NightlyRun/test1204.m	(revision 7438)
@@ -48,8 +48,8 @@
 %Fields and tolerances to track changes
 field_names     ={'Vx','Vy','Thickness'};
-field_tolerances={1e-13,1e-13};
+field_tolerances={1e-13,1e-13,1e-13};
 field_values={...
-	md.results.Transient2DSolution(end).Vx, ...
-	md.results.Transient2DSolution(end).Vy, ...
-	md.results.Transient2DSolution(end).Thickness, ...
+	PatchToVec(md.results.Transient2DSolution(end).Vx), ...
+	PatchToVec(md.results.Transient2DSolution(end).Vy), ...
+	PatchToVec(md.results.Transient2DSolution(end).Thickness), ...
 	};
