Changeset 587
- Timestamp:
- May 5, 2004, 2:49:03 PM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils/verified
- Files:
-
- 5 edited
-
atst_psAbort_01.stderr (modified) (1 diff)
-
atst_psAbort_02.stderr (modified) (1 diff)
-
atst_psAbort_03.stderr (modified) (1 diff)
-
tst_psError.stderr (modified) (1 diff)
-
tst_psStringCopy.stderr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/verified/atst_psAbort_01.stderr
r522 r587 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: atst_psAbort_01.c |3 | TestPoint: psAbort{Multiple type values in abort message} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: atst_psAbort_01.c | 3 | TestPoint: psAbort{Multiple type values in abort message} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 <DATE> <TIME> <HOST> |main |ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R7 <DATE> <TIME> <HOST> |A|main |ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R -
trunk/psLib/test/sysUtils/verified/atst_psAbort_02.stderr
r522 r587 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: atst_psAbort_02.c |3 | TestPoint: psAbort{String values in abort message} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: atst_psAbort_02.c | 3 | TestPoint: psAbort{String values in abort message} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 <DATE> <TIME> <HOST> |__LINE__ |NO_VALUES7 <DATE> <TIME> <HOST> |A|__LINE__ |NO_VALUES -
trunk/psLib/test/sysUtils/verified/atst_psAbort_03.stderr
r522 r587 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: atst_psAbort_03.c |3 | TestPoint: psAbort{Empty strings in abort message} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: atst_psAbort_03.c | 3 | TestPoint: psAbort{Empty strings in abort message} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 <DATE> <TIME> <HOST> ||7 <DATE> <TIME> <HOST> |A| | -
trunk/psLib/test/sysUtils/verified/tst_psError.stderr
r522 r587 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psError.c |3 | TestPoint: psError{Multiple type values in error message} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psError.c | 3 | TestPoint: psError{Multiple type values in error message} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 <DATE> <TIME> <HOST> |main |ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R7 <DATE> <TIME> <HOST> |E|main |ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R 8 8 9 9 ---> TESTPOINT PASSED (psError{Multiple type values in error message} | tst_psError.c) 10 10 11 /----------------------------- TESTPOINT -------------------------------- \12 | TestFile: tst_psError.c |13 | TestPoint: psError{String values in error message} |14 | TestType: Positive |15 \------------------------------------------------------------------------ /11 /----------------------------- TESTPOINT ------------------------------------------\ 12 | TestFile: tst_psError.c | 13 | TestPoint: psError{String values in error message} | 14 | TestType: Positive | 15 \----------------------------------------------------------------------------------/ 16 16 17 <DATE> <TIME> <HOST> |__LINE__ |NO VALUES17 <DATE> <TIME> <HOST> |E|__LINE__ |NO VALUES 18 18 19 19 ---> TESTPOINT PASSED (psError{String values in error message} | tst_psError.c) 20 20 21 /----------------------------- TESTPOINT -------------------------------- \22 | TestFile: tst_psError.c |23 | TestPoint: psError{Empty strings in error message} |24 | TestType: Positive |25 \------------------------------------------------------------------------ /21 /----------------------------- TESTPOINT ------------------------------------------\ 22 | TestFile: tst_psError.c | 23 | TestPoint: psError{Empty strings in error message} | 24 | TestType: Positive | 25 \----------------------------------------------------------------------------------/ 26 26 27 <DATE> <TIME> <HOST> ||27 <DATE> <TIME> <HOST> |E| | 28 28 29 29 ---> TESTPOINT PASSED (psError{Empty strings in error message} | tst_psError.c) -
trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr
r532 r587 1 /----------------------------- TESTPOINT -------------------------------- \2 | TestFile: tst_psStringCopy.c |3 | TestPoint: psStringCopy{Verify string copy} |4 | TestType: Positive |5 \------------------------------------------------------------------------ /1 /----------------------------- TESTPOINT ------------------------------------------\ 2 | TestFile: tst_psStringCopy.c | 3 | TestPoint: psStringCopy{Verify string copy} | 4 | TestType: Positive | 5 \----------------------------------------------------------------------------------/ 6 6 7 7 8 8 ---> TESTPOINT PASSED (psStringCopy{Verify string copy} | tst_psStringCopy.c) 9 9 10 /----------------------------- TESTPOINT -------------------------------- \11 | TestFile: tst_psStringCopy.c |12 | TestPoint: psStringCopy{Verify empty string copy} |13 | TestType: Positive |14 \------------------------------------------------------------------------ /10 /----------------------------- TESTPOINT ------------------------------------------\ 11 | TestFile: tst_psStringCopy.c | 12 | TestPoint: psStringCopy{Verify empty string copy} | 13 | TestType: Positive | 14 \----------------------------------------------------------------------------------/ 15 15 16 16 17 17 ---> TESTPOINT PASSED (psStringCopy{Verify empty string copy} | tst_psStringCopy.c) 18 18 19 /----------------------------- TESTPOINT -------------------------------- \20 | TestFile: tst_psStringCopy.c |21 | TestPoint: psStringNCopy{Verify string copy with length} |22 | TestType: Positive |23 \------------------------------------------------------------------------ /19 /----------------------------- TESTPOINT ------------------------------------------\ 20 | TestFile: tst_psStringCopy.c | 21 | TestPoint: psStringNCopy{Verify string copy with length} | 22 | TestType: Positive | 23 \----------------------------------------------------------------------------------/ 24 24 25 25 26 26 ---> TESTPOINT PASSED (psStringNCopy{Verify string copy with length} | tst_psStringCopy.c) 27 27 28 /----------------------------- TESTPOINT -------------------------------- \29 | TestFile: tst_psStringCopy.c |30 | TestPoint: psStringNCopy{Verify empty string copy with length} |31 | TestType: Positive |32 \------------------------------------------------------------------------ /28 /----------------------------- TESTPOINT ------------------------------------------\ 29 | TestFile: tst_psStringCopy.c | 30 | TestPoint: psStringNCopy{Verify empty string copy with length} | 31 | TestType: Positive | 32 \----------------------------------------------------------------------------------/ 33 33 34 34 35 35 ---> TESTPOINT PASSED (psStringNCopy{Verify empty string copy with length} | tst_psStringCopy.c) 36 36 37 /----------------------------- TESTPOINT -------------------------------- \38 | TestFile: tst_psStringCopy.c |39 | TestPoint: psStringNCopy{Copy string to larger string} |40 | TestType: Positive |41 \------------------------------------------------------------------------ /37 /----------------------------- TESTPOINT ------------------------------------------\ 38 | TestFile: tst_psStringCopy.c | 39 | TestPoint: psStringNCopy{Copy string to larger string} | 40 | TestType: Positive | 41 \----------------------------------------------------------------------------------/ 42 42 43 43 44 44 ---> TESTPOINT PASSED (psStringNCopy{Copy string to larger string} | tst_psStringCopy.c) 45 45 46 /----------------------------- TESTPOINT -------------------------------- \47 | TestFile: tst_psStringCopy.c |48 | TestPoint: psStringNCopy{Copy string with negative size} |49 | TestType: Positive |50 \------------------------------------------------------------------------ /46 /----------------------------- TESTPOINT ------------------------------------------\ 47 | TestFile: tst_psStringCopy.c | 48 | TestPoint: psStringNCopy{Copy string with negative size} | 49 | TestType: Positive | 50 \----------------------------------------------------------------------------------/ 51 51 52 <DATE> <TIME> <HOST> |psString.c |psStringNCopy with negative count specified -552 <DATE> <TIME> <HOST> |E|psString.c |psStringNCopy with negative count specified -5 53 53 54 54 ---> TESTPOINT PASSED (psStringNCopy{Copy string with negative size} | tst_psStringCopy.c)
Note:
See TracChangeset
for help on using the changeset viewer.
