Index: branches/eam_branches/ipp-20191011/psLib/test/types/tap_psMetadataConfigParse.c
===================================================================
--- branches/eam_branches/ipp-20191011/psLib/test/types/tap_psMetadataConfigParse.c	(revision 41138)
+++ branches/eam_branches/ipp-20191011/psLib/test/types/tap_psMetadataConfigParse.c	(revision 41139)
@@ -58,5 +58,5 @@
         skip_start(item == NULL, 2,
                      "Skipping 1 tests because metadata container is empty!");
-        ok(item->type == PS_TYPE_S32, "return correcot metdataItem type");
+        ok(item->type == PS_DATA_S32, "return correct metdataItem type");
         is_int(item->data.S32, 666, "return correct metadataItem data");
         is_str(item->name, "new", "return correct metadataItem name");
@@ -105,5 +105,5 @@
         skip_start(item == NULL, 2,
                 "Skipping 1 tests because metadata container is empty!");
-        ok(item->type == PS_TYPE_S8, "metdataItem type");
+        ok(item->type == PS_DATA_S8, "metdataItem type");
         is_int(item->data.S8, 3, "metdataItem value");
         is_str(item->name, "item8", "return correct metadataItem name");
