Index: trunk/ippdb/tests/alloc.c
===================================================================
--- trunk/ippdb/tests/alloc.c	(revision 15421)
+++ trunk/ippdb/tests/alloc.c	(revision 15530)
@@ -1032,5 +1032,5 @@
         warpSkyfileRow  *object;
 
-        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, -16    );
+        object = warpSkyfileRowAlloc(-64, "a string", "a string", "a string", "a string", 64.64, 64.64, 64.64, true, -16    );
 
         if (!object) {
@@ -1067,4 +1067,8 @@
         }
         if (!object->good_frac == 64.64) {
+            psFree(object);
+            exit(EXIT_FAILURE);
+        }
+        if (!object->ignore == true) {
             psFree(object);
             exit(EXIT_FAILURE);
