Changeset 1977
- Timestamp:
- Oct 5, 2004, 3:59:08 PM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 2 edited
-
tst_psString.c (modified) (2 diffs)
-
tst_psStringCopy.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/tst_psString.c
r1714 r1977 12 12 * 6) Copy string with negative size - psStringNCopy 13 13 * 7) Verifiy creation of string literal - PS_STRING 14 * 14 * 15 15 * Return: Number of test points which failed 16 16 * 17 17 * @author Eric Van Alst, MHPCC 18 18 * 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 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 136 136 char *strResult; 137 137 char stringval1[20] = "e r r o r"; 138 int substringlen = 6;138 int substringlen = 5; 139 139 char *substringval = "e r r"; 140 140 -
trunk/psLib/test/sysUtils/tst_psStringCopy.c
r1714 r1977 12 12 * 6) Copy string with negative size - psStringNCopy 13 13 * 7) Verifiy creation of string literal - PS_STRING 14 * 14 * 15 15 * Return: Number of test points which failed 16 16 * 17 17 * @author Eric Van Alst, MHPCC 18 18 * 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 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 136 136 char *strResult; 137 137 char stringval1[20] = "e r r o r"; 138 int substringlen = 6;138 int substringlen = 5; 139 139 char *substringval = "e r r"; 140 140
Note:
See TracChangeset
for help on using the changeset viewer.
