Changeset 13308 for trunk/psLib/test/math/tap_psPolynomialEval1D.c
- Timestamp:
- May 7, 2007, 8:36:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psPolynomialEval1D.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psPolynomialEval1D.c
r13305 r13308 4 4 * ORD and CHEB type polynomials. 5 5 * 6 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-05-08 06: 21:16$6 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-05-08 06:36:51 $ 8 8 * 9 9 * XXX: Probably should test single- and multi-dimensional polynomials in … … 44 44 psLogSetFormat("HLNM"); 45 45 psLogSetLevel(PS_LOG_INFO); 46 plan_tests(30); 47 48 49 // Allocate polynomial with unallowable type 50 { 51 psMemId id = psMemGetId(); 52 psPolynomial1D* polyOrd = psPolynomial1DAlloc(99, TERMS-1); 53 ok(polyOrd==NULL, "psPolynomial1DAlloc() returned NULL with unallowed type"); 54 psFree(polyOrd); 55 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks"); 56 } 46 plan_tests(28); 57 47 58 48
Note:
See TracChangeset
for help on using the changeset viewer.
