IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1156


Ignore:
Timestamp:
Jun 30, 2004, 10:33:20 AM (22 years ago)
Author:
desonia
Message:

reset output due to evolution/addition of test code.

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

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout

    r1034 r1156  
    55\**********************************************************************************/
    66
    7 ------------- psLogSetDestination(PS_LOG_NONE) -------------
     7--------------- psLogSetDestination(PS_LOG_NONE) ----------------
    88------------- psLogSetDestination(PS_LOG_TO_STDERR) -------------
    99------------- psLogSetDestination(PS_LOG_TO_STDOUT) -------------
    10  <DATE> <TIME> <HOST> |A|           main|
    11 Hello World!  My level is 0
    12  <DATE> <TIME> <HOST> |E|           main|
    13 Hello World!  My level is 1
    14  <DATE> <TIME> <HOST> |W|           main|
    15 Hello World!  My level is 2
    16  <DATE> <TIME> <HOST> |I|           main|
    17 Hello World!  My level is 3
     10 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     11 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     12 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     13 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     14--------------- psLogSetDestination(file:log.txt) ---------------
     15--------------------- The Contents of log.txt -------------------
     16 <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
     17 <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
     18 <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
     19 <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
    1820
    1921---> TESTPOINT PASSED (psLogMsg functions{psLogSetDestination()} | tst_psLogMsg03.c)
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r1097 r1156  
    2828
    2929 <DATE> <TIME> <HOST> |I|TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
    30  <DATE> <TIME> <HOST> |I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.
    3130 <DATE> <TIME> <HOST> |A|    p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:172
    3231
     
    9392 <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    9493 <DATE> <TIME> <HOST> |E|psMemCheckCorru|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
    95  <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:221).
     94 <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:220).
    9695
    9796---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c)
Note: See TracChangeset for help on using the changeset viewer.