Index: /trunk/psLib/test/astro/tap_psCoord02.c
===================================================================
--- /trunk/psLib/test/astro/tap_psCoord02.c	(revision 11656)
+++ /trunk/psLib/test/astro/tap_psCoord02.c	(revision 11657)
@@ -7,6 +7,6 @@
 *  XXX: These tests should probably be split among several files
 *
-*  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-01-19 20:42:21 $
+*  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-02-06 01:01:05 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -162,5 +162,5 @@
     psLogSetFormat("HLNM");
     psLogSetLevel(PS_LOG_INFO);
-    plan_tests(27);
+    plan_tests(25);
     srand(RANDOM_SEED);
 
@@ -508,22 +508,4 @@
 
     // psPlaneTransformDeriv()
-    // Ensure psPlaneTransformDeriv() returns NULL for NULL input plane transform
-    // Following should generate error message
-    // XXX: We do not test error generation
-    // XXX: This test fails, probably because of spec changes
-    {
-        psMemId id = psMemGetId();
-        psPlane *coord = psPlaneAlloc();
-        psPlaneTransform *trans = psPlaneTransformAlloc(1, 3);
-        psPlane *deriv = psPlaneTransformDeriv(NULL, trans, coord);
-        ok(deriv == NULL, "psPlaneTransformDeriv(NULL, trans, coord) returned NULL");
-        psFree(coord);
-        psFree(trans);
-        psFree(deriv);
-        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
-    }
-
-
-    // psPlaneTransformDeriv()
     // Ensure psPlaneTransformDeriv() returns NULL for NULL input plane
     // psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
