IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2005, 10:54:17 AM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/verified/tst_psMinimize04.stdout

    r4547 r4999  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psMinimize04.c                                         *
    3 *            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): equal difference in variable yE *
     3*            TestPoint: psMinimize functions{psVectorFitPolynomial2D(): equal difference in variable fE *
    44*             TestType: Positive                                                   *
    55\**********************************************************************************/
    66
     7TEST: calling psVectorFitPolynomial2D() with f, fErr, y, x as F32 vectors.
     8Running test with fErr set to NULL.
     9Running test with x, y set to NULL.  Should generate error.
    710
    8 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): equal differences in variable yErr} | tst_psMinimize04.c)
     11---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial2D(): equal differences in variable fErr} | tst_psMinimize04.c)
    912
    10 /***************************** TESTPOINT ******************************************\
    11 *             TestFile: tst_psMinimize04.c                                         *
    12 *            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} *
    13 *             TestType: Positive                                                   *
    14 \**********************************************************************************/
    15 
    16 
    17 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} | tst_psMinimize04.c)
    18 
    19 /***************************** TESTPOINT ******************************************\
    20 *             TestFile: tst_psMinimize04.c                                         *
    21 *            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} *
    22 *             TestType: Positive                                                   *
    23 \**********************************************************************************/
    24 
    25 
    26 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} | tst_psMinimize04.c)
    27 
    28 /***************************** TESTPOINT ******************************************\
    29 *             TestFile: tst_psMinimize04.c                                         *
    30 *            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} *
    31 *             TestType: Positive                                                   *
    32 \**********************************************************************************/
    33 
    34 
    35 ---> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} | tst_psMinimize04.c)
    36 
Note: See TracChangeset for help on using the changeset viewer.