Index: trunk/psModules/test/objects/tap_pmResiduals.c
===================================================================
--- trunk/psModules/test/objects/tap_pmResiduals.c	(revision 15985)
+++ trunk/psModules/test/objects/tap_pmResiduals.c	(revision 21471)
@@ -29,5 +29,5 @@
         ok(resid->Rx && psMemCheckImage(resid->Rx), "pmResidualsAlloc() allocated the resid->Rx image");
         ok(resid->Ry && psMemCheckImage(resid->Ry), "pmResidualsAlloc() allocated the resid->Ry image");
-        ok(resid->weight && psMemCheckImage(resid->weight), "pmResidualsAlloc() allocated the resid->weight image");
+        ok(resid->variance && psMemCheckImage(resid->variance ), "pmResidualsAlloc() allocated the resid->variance image");
         ok(resid->mask && psMemCheckImage(resid->mask), "pmResidualsAlloc() allocated the resid->mask image");
 
