Changeset 3035
- Timestamp:
- Jan 18, 2005, 9:14:04 AM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
dataIO/tst_psFits.c (modified) (2 diffs)
-
fileUtils/tst_psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/tst_psFits.c
r3034 r3035 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01-18 19:1 2:29$8 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-18 19:14:04 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 870 870 (!boolItem && ((row&0x01) == 0))) { 871 871 psError(PS_ERR_UNKNOWN, true, 872 "Failed to retrieve psBool metadata item from file (row=%d). ",873 row );872 "Failed to retrieve psBool metadata item from file (row=%d). Got %d vs %d", 873 row, boolItem, ((row&0x01) == 0)); 874 874 return 23; 875 875 } -
trunk/psLib/test/fileUtils/tst_psFits.c
r3034 r3035 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01-18 19: 09:59 $8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-18 19:12:29 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 867 867 } 868 868 869 if (boolItem != ((row&0x01) == 0)) { 869 if ( (boolItem && !((row&0x01) == 0)) || 870 (!boolItem && ((row&0x01) == 0))) { 870 871 psError(PS_ERR_UNKNOWN, true, 871 872 "Failed to retrieve psBool metadata item from file (row=%d).",
Note:
See TracChangeset
for help on using the changeset viewer.
