IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11660


Ignore:
Timestamp:
Feb 5, 2007, 5:37:40 PM (19 years ago)
Author:
gusciora
Message:

Fixed this...

File:
1 edited

Legend:

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

    r10810 r11660  
    2020 *  @author  Eric Van Alst, MHPCC
    2121 *
    22  *  @version $Revision: 1.1 $  $Name: not supported by cvs2svn $
    23  *  @date  $Date: 2006-12-18 19:18:46 $
     22 *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
     23 *  @date  $Date: 2007-02-06 03:37:40 $
    2424 *
    2525 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    463463         "psStringSplit failed to return expected strings.");
    464464
    465     ok ( strncmp((psString)(strList->head->next->next->data), " test case",10),
    466          "psStringSplit to return expected strings.");
     465    ok ( !strncmp((psString)(strList->head->next->next->data), " test case",10),
     466         "psStringSplit failed to return expected strings.");
    467467
    468468    ok ( !strncmp((psString)(strList->head->next->next->next->data), " to check.", 10),
Note: See TracChangeset for help on using the changeset viewer.