Index: /trunk/psLib/test/dataIO/verified/tst_psLookupTable_01.stderr
===================================================================
--- /trunk/psLib/test/dataIO/verified/tst_psLookupTable_01.stderr	(revision 3268)
+++ /trunk/psLib/test/dataIO/verified/tst_psLookupTable_01.stderr	(revision 3269)
@@ -0,0 +1,102 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psLookupTable_01.c                                     *
+*            TestPoint: psLookupTable{psLookupTableAlloc}                          *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testLookupTableAlloc
+    Following should generate error message for invalid file name
+<DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO)
+    Unallowable operation: fileName is NULL.
+
+---> TESTPOINT PASSED (psLookupTable{psLookupTableAlloc} | tst_psLookupTable_01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psLookupTable_01.c                                     *
+*            TestPoint: psLookupTable{psLookupTableRead}                           *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate an error message about invalid type
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse type, (null) on line 3.
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Lookup table is invalid.
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate an error message about invalid value
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 1) on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 4= on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 8; on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 1(6 on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -1_ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -4$ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -8@ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -16{ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 0.0[ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -1.0] on line 5.
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Lookup table is invalid.
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate error msg about opening file
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Failed to open file nonexistantFile.dat.
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate error msg about NULL file name
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Unallowable operation: table->fileName is NULL.
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate error msg about NULL table
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Unallowable operation: table is NULL.
+
+---> TESTPOINT PASSED (psLookupTable{psLookupTableRead} | tst_psLookupTable_01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psLookupTable_01.c                                     *
+*            TestPoint: psLookupTable{psLookupTableInterpolate}                    *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolate
+    Following should generate error out of range.
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO)
+    Error: column, 100, is out of range.  Must be between 0 and 8.
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolate
+    Following should generate error NULL table
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO)
+    Unallowable operation: table is NULL.
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolate
+    Following should generate an error NULL status
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO)
+    Unallowable operation: status is NULL.
+
+---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolate} | tst_psLookupTable_01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psLookupTable_01.c                                     *
+*            TestPoint: psLookupTable{psLookupTableInterpolateAll}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll
+    Following should generate an error message for NULL table
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO)
+    Unallowable operation: table is NULL.
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll
+    Following should generate an error message for NULL status vector
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO)
+    Unallowable operation: stats is NULL.
+
+---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolateAll} | tst_psLookupTable_01.c)
+
Index: /trunk/psLib/test/fileUtils/verified/tst_psLookupTable_01.stderr
===================================================================
--- /trunk/psLib/test/fileUtils/verified/tst_psLookupTable_01.stderr	(revision 3268)
+++ /trunk/psLib/test/fileUtils/verified/tst_psLookupTable_01.stderr	(revision 3269)
@@ -0,0 +1,102 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psLookupTable_01.c                                     *
+*            TestPoint: psLookupTable{psLookupTableAlloc}                          *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testLookupTableAlloc
+    Following should generate error message for invalid file name
+<DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO)
+    Unallowable operation: fileName is NULL.
+
+---> TESTPOINT PASSED (psLookupTable{psLookupTableAlloc} | tst_psLookupTable_01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psLookupTable_01.c                                     *
+*            TestPoint: psLookupTable{psLookupTableRead}                           *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate an error message about invalid type
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse type, (null) on line 3.
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Lookup table is invalid.
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate an error message about invalid value
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 1) on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 4= on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 8; on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 1(6 on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -1_ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -4$ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -8@ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -16{ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, 0.0[ on line 5.
+<DATE><TIME>|<HOST>|E|printError (FILE:LINENO)
+    Unable to parse string, -1.0] on line 5.
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Lookup table is invalid.
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate error msg about opening file
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Failed to open file nonexistantFile.dat.
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate error msg about NULL file name
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Unallowable operation: table->fileName is NULL.
+<DATE><TIME>|<HOST>|I|testLookupTableRead
+    Following should generate error msg about NULL table
+<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
+    Unallowable operation: table is NULL.
+
+---> TESTPOINT PASSED (psLookupTable{psLookupTableRead} | tst_psLookupTable_01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psLookupTable_01.c                                     *
+*            TestPoint: psLookupTable{psLookupTableInterpolate}                    *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolate
+    Following should generate error out of range.
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO)
+    Error: column, 100, is out of range.  Must be between 0 and 8.
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolate
+    Following should generate error NULL table
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO)
+    Unallowable operation: table is NULL.
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolate
+    Following should generate an error NULL status
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO)
+    Unallowable operation: status is NULL.
+
+---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolate} | tst_psLookupTable_01.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psLookupTable_01.c                                     *
+*            TestPoint: psLookupTable{psLookupTableInterpolateAll}                 *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll
+    Following should generate an error message for NULL table
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO)
+    Unallowable operation: table is NULL.
+<DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll
+    Following should generate an error message for NULL status vector
+<DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO)
+    Unallowable operation: stats is NULL.
+
+---> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolateAll} | tst_psLookupTable_01.c)
+
