Index: trunk/psLib/test/types/tap_psMetadataConfigRead.c
===================================================================
--- trunk/psLib/test/types/tap_psMetadataConfigRead.c	(revision 12473)
+++ trunk/psLib/test/types/tap_psMetadataConfigRead.c	(revision 12474)
@@ -150,6 +150,4 @@
     plan_tests(52);
 
-    note("psMetadataConfigRead tests");
-
     generateMDConfig();
 
@@ -168,5 +166,4 @@
         psMetadataIterator *iterator = psMetadataIteratorAlloc(md, PS_LIST_HEAD, NULL); // Iterator
 
-        note("Checking the output");
         {
             psMetadataItem *item = psMetadataGetAndIncrement(iterator);
@@ -177,5 +174,4 @@
 
         {
-            note("Checking the nested METADATA");
             psMetadataItem *item = psMetadataGetAndIncrement(iterator);
             mixedType value;            // Needed only to check the other stuff
@@ -203,5 +199,4 @@
         }
 
-        note("Checking the rest");
         {
             psMetadataItem *item = psMetadataGetAndIncrement(iterator);
@@ -235,5 +230,4 @@
     }
 
-    note("Checking the MULTI");
     {
         // Check that the correct item is MULTI
@@ -269,5 +263,4 @@
     }
 
-    note("Checking the bad line");
     {
         // Check that the bad one isn't there
