IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2007, 12:52:03 PM (19 years ago)
Author:
jhoblitt
Message:

s/is_float/is_float/g
s/is_float_tol/is_float_tol/g
s/is_double/is_double/g
s/is_double_tol/is_double_tol/g
s/is_str/is_str/g
s/is_strn/is_strn/g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psString.c

    r12513 r12607  
    2020 *  @author  Eric Van Alst, MHPCC
    2121 *
    22  *  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
    23  *  @date  $Date: 2007-03-20 03:57:25 $
     22 *  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
     23 *  @date  $Date: 2007-03-27 22:52:03 $
    2424 *
    2525 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    313313    // test null-op
    314314    psStringAppend(&str, "%s", "");
    315     ok_str(str, STR_0, "Failed test point");
     315    is_str(str, STR_0, "Failed test point");
    316316    psFree(str);
    317317
Note: See TracChangeset for help on using the changeset viewer.