Index: trunk/psLib/test/types/tap_psLookupTable_all.c
===================================================================
--- trunk/psLib/test/types/tap_psLookupTable_all.c	(revision 9743)
+++ trunk/psLib/test/types/tap_psLookupTable_all.c	(revision 9745)
@@ -24,5 +24,5 @@
 int main(void)
 {
-    plan_tests(27);
+    plan_tests(28);
 
     diag("Tests for psLookupTable Functions");
@@ -149,4 +149,12 @@
             "psVectorsReadFromFile:           return NULL for empty table.");
     }
+    // Attempt to read from file with partially constructed row
+    {
+        outVec = psVectorsReadFromFile("table3.dat",
+                                       "\%f \%d \%d \%ld \%d \%d \%d \%ld \%*d \%lf");
+        ok( outVec == NULL,
+            "psVectorsReadFromFile:           return NULL for table with partially"
+            " constructed row.");
+    }
     //Attempt to read with valid inputs
     {
