IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2004, 11:16:28 AM (22 years ago)
Author:
evanalst
Message:

Update test to increase test coverage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/verified/tst_psVectorFFT.stderr

    r2284 r2713  
    55\**********************************************************************************/
    66
     7<DATE><TIME>|<HOST>|I|testVectorFFT
     8    Following should generate an error message.
     9<DATE><TIME>|<HOST>|E|psVectorFFT (psVectorFFT.c:<LINENO>)
     10    Must specify the direction as either PS_FFT_FORWARD or PS_FFT_REVERSE.
    711
    812---> TESTPOINT PASSED (psFFT{psVectorFFT} | tst_psVectorFFT.c)
     
    1418\**********************************************************************************/
    1519
     20<DATE><TIME>|<HOST>|I|testVectorRealImaginary
     21    Following should generate a warning.
     22<DATE><TIME>|<HOST>|W|psVectorReal
     23    Real portion of a non-Complex type called called for. Just a vector copy was performed.
     24<DATE><TIME>|<HOST>|I|testVectorRealImaginary
     25    Following should generate a warning.
     26<DATE><TIME>|<HOST>|W|psVectorImaginary
     27    Imaginary portion of a non-Complex type called for. A zeroed vector was returned.
    1628
    1729---> TESTPOINT PASSED (psFFT{psVectorRealImaginary} | tst_psVectorFFT.c)
     
    2739<DATE><TIME>|<HOST>|E|psVectorComplex (psVectorFFT.c:<LINENO>)
    2840    Real psVector type, psF32, and imaginary psVector type, psF64, must be the same.
     41<DATE><TIME>|<HOST>|I|testVectorComplex
     42    Following should generate an error message.
     43<DATE><TIME>|<HOST>|E|psVectorComplex (psVectorFFT.c:<LINENO>)
     44    Input psVector type, psS8, is required to be either psF32 or psF64.
    2945
    3046---> TESTPOINT PASSED (psFFT{psVectorComplex} | tst_psVectorFFT.c)
     
    3652\**********************************************************************************/
    3753
     54<DATE><TIME>|<HOST>|I|testVectorConjugate
     55    Following should generate a warning message.
     56<DATE><TIME>|<HOST>|W|psVectorConjugate
     57    Complex Conjugate of a non-Complex type called for. Vector copy was performed instead.
    3858
    3959---> TESTPOINT PASSED (psFFT{psVectorConjugate} | tst_psVectorFFT.c)
     
    4565\**********************************************************************************/
    4666
     67<DATE><TIME>|<HOST>|I|testVectorPowerSpectrum
     68    Following should generate an error message.
     69<DATE><TIME>|<HOST>|E|psVectorPowerSpectrum (psVectorFFT.c:<LINENO>)
     70    Input psVector type, psF32, is required to be either psC32 or psC64.
    4771
    4872---> TESTPOINT PASSED (psFFT{psVectorPowerSpectrum} | tst_psVectorFFT.c)
Note: See TracChangeset for help on using the changeset viewer.