Index: trunk/psLib/test/fft/verified/tst_psImageFFT.stderr
===================================================================
--- trunk/psLib/test/fft/verified/tst_psImageFFT.stderr	(revision 8718)
+++ 	(revision )
@@ -1,73 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImageFFT}                                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageFFT
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageFFT (FILE:LINENO)
-    Can not specify both PS_FFT_FORWARD and PS_FFT_REVERSE options.
-<DATE><TIME>|<HOST>|I|testImageFFT
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageFFT (FILE:LINENO)
-    The PS_FFT_FORWARD and PS_FFT_REAL_RESULT combinition is not supported.
-<DATE><TIME>|<HOST>|I|testImageFFT
-    Following should generate error for invalid direction.
-<DATE><TIME>|<HOST>|E|psImageFFT (FILE:LINENO)
-    Must specify either PS_FFT_FORWARD or PS_FFT_REVERSE option.
-
----> TESTPOINT PASSED (psFFT{psImageFFT} | tst_psImageFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImageRealImaginary}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psFFT{psImageRealImaginary} | tst_psImageFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImageComplex}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageComplex
-    Following should be an error (type mismatch).
-<DATE><TIME>|<HOST>|E|psImageComplex (FILE:LINENO)
-    Real psImage type (psF32) and imaginary psImage type (psF64) must be the same.
-<DATE><TIME>|<HOST>|I|testImageComplex
-    Following should be an error (size mismatch).
-<DATE><TIME>|<HOST>|E|psImageComplex (FILE:LINENO)
-    Real psImage size (128x64) and imaginary psImage size (64x64) must be the same.
-<DATE><TIME>|<HOST>|I|testImageComplex
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psImageComplex (FILE:LINENO)
-    Input psImage type, psS16, is required to be either psF32 or psF64.
-
----> TESTPOINT PASSED (psFFT{psImageComplex} | tst_psImageFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImageConjugate}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psFFT{psImageConjugate} | tst_psImageFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImagePowerSpectrum}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImagePowerSpectrum
-    Following should generate error message.
-<DATE><TIME>|<HOST>|E|psImagePowerSpectrum (FILE:LINENO)
-    Input psImage type, psF32, is required to be either psC32 or psC64.
-
----> TESTPOINT PASSED (psFFT{psImagePowerSpectrum} | tst_psImageFFT.c)
-
Index: trunk/psLib/test/fft/verified/tst_psVectorFFT.stderr
===================================================================
--- trunk/psLib/test/fft/verified/tst_psVectorFFT.stderr	(revision 8718)
+++ 	(revision )
@@ -1,73 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorFFT}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorFFT
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorFFT (FILE:LINENO)
-    Must specify the direction as either PS_FFT_FORWARD or PS_FFT_REVERSE.
-
----> TESTPOINT PASSED (psFFT{psVectorFFT} | tst_psVectorFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorRealImaginary}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorRealImaginary
-    Following should generate a warning.
-<DATE><TIME>|<HOST>|W|psVectorReal
-    Real portion of a non-Complex type called called for. Just a vector copy was performed.
-<DATE><TIME>|<HOST>|I|testVectorRealImaginary
-    Following should generate a warning.
-<DATE><TIME>|<HOST>|W|psVectorImaginary
-    Imaginary portion of a non-Complex type called for. A zeroed vector was returned.
-
----> TESTPOINT PASSED (psFFT{psVectorRealImaginary} | tst_psVectorFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorComplex}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorComplex
-    Following should be an error (type mismatch).
-<DATE><TIME>|<HOST>|E|psVectorComplex (FILE:LINENO)
-    Real psVector type, psF32, and imaginary psVector type, psF64, must be the same.
-<DATE><TIME>|<HOST>|I|testVectorComplex
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorComplex (FILE:LINENO)
-    Input psVector type, psS8, is required to be either psF32 or psF64.
-
----> TESTPOINT PASSED (psFFT{psVectorComplex} | tst_psVectorFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorConjugate}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorConjugate
-    Following should generate a warning message.
-<DATE><TIME>|<HOST>|W|psVectorConjugate
-    Complex Conjugate of a non-Complex type called for. Vector copy was performed instead.
-
----> TESTPOINT PASSED (psFFT{psVectorConjugate} | tst_psVectorFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorPowerSpectrum}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorPowerSpectrum
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorPowerSpectrum (FILE:LINENO)
-    Input psVector type, psF32, is required to be either psC32 or psC64.
-
----> TESTPOINT PASSED (psFFT{psVectorPowerSpectrum} | tst_psVectorFFT.c)
-
