Index: trunk/psLib/test/TABLE-SDRS-CH06-DataManip
===================================================================
--- trunk/psLib/test/TABLE-SDRS-CH06-DataManip	(revision 13126)
+++ trunk/psLib/test/TABLE-SDRS-CH06-DataManip	(revision 13305)
@@ -5,14 +5,18 @@
 -------------------------------------------------------------------------------
 psVectorSort()
-			10		10	2	10
-    We only test with NULL, size 1, and size 7 vectors.
-    Add a test with NULL input, non-NULL output.
+			10		10	10	10
+    in mathtypes/tap_psVectorSort.c
+    Many more types are tested successfully than required in the SDRS.
 psVectorSortIndex()
-			10		10	2	10
-    We only test with NULL, size 1, and size 7 vectors.
-    Add a test with NULL input, non-NULL output.
+			10		10	10	10
+    in mathtypes/tap_psVectorSortIndex.c
+    Many more typres are tested successfully than required in the SDRS.
 psVectorStats()		5		10	5	5
+    files: math/tap_psStats00.c - math/tap_psStats09.c
     Must review these files more.
     More extensie robust stats?
+    Preset answers
+    Unclear what types should be supported from SDRS:
+	psS8, psU16, psF32, psF64
 psStatsAlloc()
 			na		na	na	10
@@ -38,32 +42,35 @@
 			8		na	10	8
 psPolynomial1DAlloc()
-			8		na	na	5
-    Can we test with negative polynomial order?
-    How about verifying the data is allocated, and initialized?
+			10		10	10	10	na
+    math/tap_psPolynomial.c
 psPolynomial2DAlloc()
-			8		na	na	5
-    Can we test with negative polynomial order?
+			10		10	10	10	na
+    math/tap_psPolynomial.c
 psPolynomial3DAlloc()
-			8		na	na	5
-    Can we test with negative polynomial order?
+			10		10	10	10	na
+    math/tap_psPolynomial.c
 psPolynomial4DAlloc()
-			8		na	na	5
-    Can we test with negative polynomial order?
+			10		10	10	10	na
+    math/tap_psPolynomial.c
 psPolynomial1DEval()
 			10		10	1	8
     We only allocate polynomials with 4 terms
-    We should ensure that asking for negatiev number of terms fails nicely.
+    We should ensure that asking for negative number of terms fails nicely.
+    The test uses precomputed results.
 psPolynomial2DEval()
 			10		10	1	5
     We only allocate polynomials with 4 terms
 	Must vary x,y number of terms.
+    The test uses precomputed results.
 psPolynomial3DEval()
 			10		10	1	5
     We only allocate polynomials with 4 terms
 	Must vary x,y,z number of terms.
+    The test uses precomputed results.
 psPolynomial4DEval()
 			10		10	1	5
     We only allocate polynomials with 4 terms
 	Must vary w,x,y,z number of terms.
+    The test uses precomputed results.
 psPolynomial1DEvalVector()
 			10		10	5	9
