Index: /trunk/psLib/test/fft/tap_psVectorFFT.c
===================================================================
--- /trunk/psLib/test/fft/tap_psVectorFFT.c	(revision 11691)
+++ /trunk/psLib/test/fft/tap_psVectorFFT.c	(revision 11692)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-30 21:32:56 $
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-02-08 01:37:33 $
 *
 * XXX: Must add skip_start() macros
@@ -83,5 +83,5 @@
         ok(vec3 != NULL, "psVectorFFT() returned non-NULL");
         ok(vec3->type.type == PS_TYPE_C32, "psVectorFFT() returned the correct type");
-        ok(vec3->n != vec2->n, "psVectorFFT() returned the correct size vectors");
+        ok(vec3->n == vec2->n, "psVectorFFT() returned the correct size vectors");
 
         errorFlag = false;
@@ -442,6 +442,6 @@
         ok(vec4 != NULL, "psVectorPowerSpectrum() returned non-NULL");
         // XXX: These next two tests fail
-        ok(vec2->type.type != PS_TYPE_F32, "psVectorPowerSpectrum() returned the correct type");
-        ok(vec4->type.type != PS_TYPE_F64, "psVectorPowerSpectrum() returned the correct type");
+        ok(vec2->type.type == PS_TYPE_F32, "psVectorPowerSpectrum() returned the correct type");
+        ok(vec4->type.type == PS_TYPE_F64, "psVectorPowerSpectrum() returned the correct type");
 
         val = cabsf( vec->data.C32[ 0 ] ) * cabsf( vec->data.C32[ 0 ] ) / 100 / 100;
