IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1977


Ignore:
Timestamp:
Oct 5, 2004, 3:59:08 PM (22 years ago)
Author:
harman
Message:

Updated test to reflect change in psStringNCopy

Location:
trunk/psLib/test/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psString.c

    r1714 r1977  
    1212 *    6) Copy string with negative size - psStringNCopy
    1313 *    7) Verifiy creation of string literal - PS_STRING
    14  * 
     14 *
    1515 *  Return:   Number of test points which failed
    1616 *
    1717 *  @author  Eric Van Alst, MHPCC
    1818 *
    19  *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2004-09-08 00:09:36 $
     19 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2004-10-06 01:59:08 $
    2121 *
    2222 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    136136    char  *strResult;
    137137    char  stringval1[20] = "e r r o r";
    138     int   substringlen = 6;
     138    int   substringlen = 5;
    139139    char  *substringval = "e r r";
    140140
  • trunk/psLib/test/sysUtils/tst_psStringCopy.c

    r1714 r1977  
    1212 *    6) Copy string with negative size - psStringNCopy
    1313 *    7) Verifiy creation of string literal - PS_STRING
    14  * 
     14 *
    1515 *  Return:   Number of test points which failed
    1616 *
    1717 *  @author  Eric Van Alst, MHPCC
    1818 *
    19  *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2004-09-08 00:09:36 $
     19 *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2004-10-06 01:59:08 $
    2121 *
    2222 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    136136    char  *strResult;
    137137    char  stringval1[20] = "e r r o r";
    138     int   substringlen = 6;
     138    int   substringlen = 5;
    139139    char  *substringval = "e r r";
    140140
Note: See TracChangeset for help on using the changeset viewer.