Changeset 4105
- Timestamp:
- Jun 3, 2005, 1:46:07 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataIO/tst_psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/tst_psDB.c
r4045 r4105 9 9 * @author Aaron Culliney, MHPCC 10 10 * 11 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 5-28 02:50:59$11 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-03 23:46:07 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 458 458 459 459 if (atoi(ptr) != B_1) { 460 psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected string output!\n" ); 460 psLogMsg( __func__, PS_LOG_INFO, "oops, did not find expected output [%d] != [%d]!\n", 461 atoi(ptr), B_1 ); 461 462 failed = 1; 462 463 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
