Index: /trunk/psLib/test/collections/verified/tst_psHash01.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psHash01.stderr	(revision 4155)
+++ /trunk/psLib/test/collections/verified/tst_psHash01.stderr	(revision 4156)
@@ -2,11 +2,11 @@
     Following should generate an error message: psHashAdd with null table
 <DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
-    Input psHash can not be NULL.
+    Unallowable operation: table is NULL.
 <DATE><TIME>|<HOST>|I|main
     Following should generate an error message: psHashAdd with null key
 <DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
-    Input key can not be NULL.
+    Unallowable operation: key is NULL.
 <DATE><TIME>|<HOST>|I|main
     Following should generate an error message: psHashAdd with null data
 <DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
-    Input data can not be NULL.
+    Unallowable operation: data is NULL.
Index: /trunk/psLib/test/collections/verified/tst_psHash02.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psHash02.stderr	(revision 4155)
+++ /trunk/psLib/test/collections/verified/tst_psHash02.stderr	(revision 4156)
@@ -2,7 +2,7 @@
     Following should generate an error message: psHashLookup with null table
 <DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO)
-    Input psHash can not be NULL.
+    Unallowable operation: table is NULL.
 <DATE><TIME>|<HOST>|I|main
     Following should generate an error message: psHashLookup with null key
 <DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO)
-    Input key can not be NULL.
+    Unallowable operation: key is NULL.
Index: /trunk/psLib/test/collections/verified/tst_psHash03.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psHash03.stderr	(revision 4155)
+++ /trunk/psLib/test/collections/verified/tst_psHash03.stderr	(revision 4156)
@@ -2,7 +2,7 @@
     Following should generate an error message: psHashRemove with null table
 <DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO)
-    Input psHash can not be NULL.
+    Unallowable operation: table is NULL.
 <DATE><TIME>|<HOST>|I|main
     Following should generate an error message: psHashRemove with null key
 <DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO)
-    Input key can not be NULL.
+    Unallowable operation: key is NULL.
Index: /trunk/psLib/test/collections/verified/tst_psHash05.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psHash05.stderr	(revision 4155)
+++ /trunk/psLib/test/collections/verified/tst_psHash05.stderr	(revision 4156)
@@ -8,5 +8,5 @@
     Following should be an error.
 <DATE><TIME>|<HOST>|E|psHashToArray (FILE:LINENO)
-    Input psHash can not be NULL.
+    Unallowable operation: table is NULL.
 
 ---> TESTPOINT PASSED (psHash{psHashToArray} | tst_psHash05.c)
