Index: /trunk/psModules/test/config/verified/tst_pmConfig.stderr
===================================================================
--- /trunk/psModules/test/config/verified/tst_pmConfig.stderr	(revision 5679)
+++ /trunk/psModules/test/config/verified/tst_pmConfig.stderr	(revision 5679)
@@ -0,0 +1,27 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_pmConfig.c                                             *
+*            TestPoint: Test Point Driver{pmConfig:}                               *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<HOST>|E|pmConfigRead (FILE:LINENO)
+    Unallowable operation: site is NULL.
+<HOST>|E|pmConfigRead (FILE:LINENO)
+    Unallowable operation: *site is NULL.
+<HOST>|E|pmConfigRead (FILE:LINENO)
+    Unallowable operation: camera is NULL.
+<HOST>|E|pmConfigRead (FILE:LINENO)
+    Unallowable operation: *camera is NULL.
+<HOST>|E|pmConfigRead (FILE:LINENO)
+    Unallowable operation: recipe is NULL.
+<HOST>|E|pmConfigRead (FILE:LINENO)
+    Unallowable operation: *recipe is NULL.
+<HOST>|E|pmConfigRead (FILE:LINENO)
+    Unallowable operation: argv is NULL.
+<HOST>|E|pmConfigRead (FILE:LINENO)
+    Error: *argc is 0 or less.
+<HOST>|I|readConfig
+    Loading site configuration from file SampleIPPConfig
+
+---> TESTPOINT PASSED (Test Point Driver{pmConfig:} | tst_pmConfig.c)
+
Index: /trunk/psModules/test/config/verified/tst_pmConfig.stdout
===================================================================
--- /trunk/psModules/test/config/verified/tst_pmConfig.stdout	(revision 5679)
+++ /trunk/psModules/test/config/verified/tst_pmConfig.stdout	(revision 5679)
@@ -0,0 +1,17 @@
+----------------------------------------------------------------
+Calling pmConfigRead() with NULL site pointer.  Should generate ERROR, return false.
+----------------------------------------------------------------
+Calling pmConfigRead() with NULL *site pointer.  Should generate ERROR, return false.
+----------------------------------------------------------------
+Calling pmConfigRead() with NULL camera pointer.  Should generate ERROR, return false.
+----------------------------------------------------------------
+Calling pmConfigRead() with NULL *camera pointer.  Should generate ERROR, return false.
+----------------------------------------------------------------
+Calling pmConfigRead() with NULL recipe pointer.  Should generate ERROR, return false.
+----------------------------------------------------------------
+Calling pmConfigRead() with NULL *recipe pointer.  Should generate ERROR, return false.
+----------------------------------------------------------------
+Calling pmConfigRead() with NULL argv pointer.  Should generate ERROR, return false.
+----------------------------------------------------------------
+Calling pmConfigRead() with negative argc.  Should generate ERROR, return false.
+----------------------------------------------------------------
