IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 937


Ignore:
Timestamp:
Jun 8, 2004, 1:50:56 PM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/test
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/FullUnitTest

    r731 r937  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.4 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2004-05-19 01:57:05 $
     21#  $Revision: 1.5 $  $Name: not supported by cvs2svn $
     22#  $Date: 2004-06-08 23:50:56 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    537537       s/\d+:\d+:\d+/ <DATE> /;
    538538       s/\s+\d+:\d+:\d+\w/ <TIME> /;
    539        s/\|[\w\.\-\_]+\|/<HOST> |/;
     539       s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
    540540       # Filter lines with *** malloc.  This is an artifact of Mac testing of
    541541       # memory functions
     
    557557       s/\d+:\d+:\d+/ <DATE> /;
    558558       s/\s+\d+:\d+:\d+\w/ <TIME> /;
    559        s/\|[\w\.\-\_]+\|/<HOST> |/;
     559       s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
    560560       # Filter lines with *** malloc.  This is an artifact of Mac testing of
    561561       # memory functions
  • trunk/psLib/test/dataManip/tst_psStats07.c

    r887 r937  
    2525    float realMeanNoMask   = 0.0;
    2626    float realMedianNoMask = 0.0;
    27     float realModeNoMask   = 0.0;
     27    float realModeNoMask   = -1.0;
    2828    float realStdevNoMask  = 0.0;
    2929    float realLQNoMask     = 0.0;
     
    3333    float realMeanWithMask   = 0.0;
    3434    float realMedianWithMask = 0.0;
    35     float realModeWithMask   = 0.0;
     35    float realModeWithMask   = -1.0;
    3636    float realStdevWithMask  = 0.0;
    3737    float realLQWithMask     = 0.0;
  • trunk/psLib/test/dataManip/verified/tst_psStats07.stdout

    r936 r937  
    2727\----------------------------------------------------------------------------------/
    2828
    29 The expected Mode was 0.000000; the calculated Mode was -1.000000
     29The expected Mode was -1.000000; the calculated Mode was -1.000000
    3030
    31 ---> TESTPOINT FAILED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c)
     31---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: no vector mask} | tst_psStats07.c)
    3232
    3333/----------------------------- TESTPOINT ------------------------------------------\
     
    109109\----------------------------------------------------------------------------------/
    110110
    111 The expected Mode was 0.000000; the calculated Mode was -1.000000
     111The expected Mode was -1.000000; the calculated Mode was -1.000000
    112112
    113 ---> TESTPOINT FAILED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)
     113---> TESTPOINT PASSED (psVector functions{PS_STAT_ROBUST_STATS: robust Mode: with vector mask} | tst_psStats07.c)
    114114
    115115/----------------------------- TESTPOINT ------------------------------------------\
Note: See TracChangeset for help on using the changeset viewer.