Index: trunk/ippdb/tests/alloc.c
===================================================================
--- trunk/ippdb/tests/alloc.c	(revision 9229)
+++ trunk/ippdb/tests/alloc.c	(revision 9242)
@@ -570,5 +570,5 @@
             exit(EXIT_FAILURE);
         }
-        if (strncmp(object->obstype, "a string", MAX_STRING_LENGTH)) {
+        if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) {
             psFree(object);
             exit(EXIT_FAILURE);
@@ -655,5 +655,5 @@
             exit(EXIT_FAILURE);
         }
-        if (strncmp(object->obstype, "a string", MAX_STRING_LENGTH)) {
+        if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) {
             psFree(object);
             exit(EXIT_FAILURE);
@@ -740,5 +740,5 @@
             exit(EXIT_FAILURE);
         }
-        if (strncmp(object->obstype, "a string", MAX_STRING_LENGTH)) {
+        if (strncmp(object->object, "a string", MAX_STRING_LENGTH)) {
             psFree(object);
             exit(EXIT_FAILURE);
