IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6325 for trunk/psModules/test


Ignore:
Timestamp:
Feb 6, 2006, 11:03:25 AM (20 years ago)
Author:
gusciora
Message:

These changes mostly reflect the new psStats SDRS changes.

However, pmObject.c will fail any real test because the call
to psMinimizeLMM() was commented out due to SDRS changes there.

Location:
trunk/psModules/test
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/config/tst_pmConfig.c

    r6205 r6325  
    1313 * pmConfigDB()
    1414 *
    15  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-01-26 21:10:51 $
     15 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2006-02-06 21:03:25 $
    1717 *
    1818 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6161    str[0] = "ARGS:";
    6262    str[1] = "-site";
    63     str[2] = "SampleIPPConfig";
     63    str[2] = "data/SampleIPPConfig";
    6464
    6565    psMetadata *site = psMetadataAlloc();
  • trunk/psModules/test/config/verified/tst_pmConfig.stderr

    r5679 r6325  
    2222    Error: *argc is 0 or less.
    2323<HOST>|I|readConfig
    24     Loading site configuration from file SampleIPPConfig
     24    Loading site configuration from file data/SampleIPPConfig
    2525
    2626---> TESTPOINT PASSED (Test Point Driver{pmConfig:} | tst_pmConfig.c)
  • trunk/psModules/test/config/verified/tst_pmConfig.stdout

    r5679 r6325  
    1616Calling pmConfigRead() with negative argc.  Should generate ERROR, return false.
    1717----------------------------------------------------------------
     18Calling pmConfigRead() with acceptable arguments.
  • trunk/psModules/test/imcombine/verified/tst_pmImageCombine.stdout

    r5258 r6325  
    1919Calling with a NULL stats.  Should generate error, return NULL.
    2020Calling with acceptable data.  Should generate a psImage.
     21Image 0, questionable pixel 0 is (1.000000 2.000000)
     22Image 0, questionable pixel 1 is (4.000000 5.000000)
    2123Image 1, questionable pixel 0 is (0.000000 8.000000)
    2224Image 1, questionable pixel 1 is (1.000000 2.000000)
    23 Image 1, questionable pixel 2 is (3.000000 9.000000)
    24 Image 1, questionable pixel 3 is (4.000000 5.000000)
    25 Image 1, questionable pixel 4 is (3.000000 8.000000)
    26 Image 2, questionable pixel 0 is (9.000000 9.000000)
    27 Image 2, questionable pixel 1 is (0.000000 5.000000)
    28 Image 2, questionable pixel 2 is (6.000000 2.000000)
    29 Image 2, questionable pixel 3 is (3.000000 7.000000)
     25Image 1, questionable pixel 2 is (9.000000 9.000000)
     26Image 1, questionable pixel 3 is (3.000000 9.000000)
     27Image 1, questionable pixel 4 is (4.000000 5.000000)
     28Image 1, questionable pixel 5 is (3.000000 8.000000)
     29Image 2, questionable pixel 0 is (1.000000 2.000000)
     30Image 2, questionable pixel 1 is (9.000000 9.000000)
     31Image 2, questionable pixel 2 is (0.000000 5.000000)
     32Image 2, questionable pixel 3 is (6.000000 2.000000)
     33Image 2, questionable pixel 4 is (3.000000 7.000000)
    3034Image 3, questionable pixel 0 is (7.000000 5.000000)
     35Image 4, questionable pixel 0 is (3.000000 8.000000)
    3136
    3237
    3338
    3439Calling pmRejectPixels() with acceptable data.  Should generate a psArray.
    35 tst_pmImageCombine.c: Image 0 had 0 rejects.
     40tst_pmImageCombine.c: Image 0 had 2 rejects.
     41Image 0, rejected pixel 0 is (1.000000 2.000000)
     42Image 0, rejected pixel 1 is (4.000000 5.000000)
    3643tst_pmImageCombine.c: Image 1 had 4 rejects.
    3744Image 1, rejected pixel 0 is (0.000000 8.000000)
     
    3946Image 1, rejected pixel 2 is (4.000000 5.000000)
    4047Image 1, rejected pixel 3 is (3.000000 8.000000)
    41 tst_pmImageCombine.c: Image 2 had 3 rejects.
    42 Image 2, rejected pixel 0 is (0.000000 5.000000)
    43 Image 2, rejected pixel 1 is (6.000000 2.000000)
    44 Image 2, rejected pixel 2 is (3.000000 7.000000)
     48tst_pmImageCombine.c: Image 2 had 4 rejects.
     49Image 2, rejected pixel 0 is (1.000000 2.000000)
     50Image 2, rejected pixel 1 is (0.000000 5.000000)
     51Image 2, rejected pixel 2 is (6.000000 2.000000)
     52Image 2, rejected pixel 3 is (3.000000 7.000000)
    4553tst_pmImageCombine.c: Image 3 had 1 rejects.
    4654Image 3, rejected pixel 0 is (7.000000 5.000000)
    47 tst_pmImageCombine.c: Image 4 had 0 rejects.
     55tst_pmImageCombine.c: Image 4 had 1 rejects.
     56Image 4, rejected pixel 0 is (3.000000 8.000000)
Note: See TracChangeset for help on using the changeset viewer.