Changeset 4493 for trunk/psLib/test/dataManip
- Timestamp:
- Jul 6, 2005, 4:17:54 PM (21 years ago)
- Location:
- trunk/psLib/test/dataManip
- Files:
-
- 3 edited
-
tst_psHist00.c (modified) (1 diff)
-
tst_psHist01.c (modified) (1 diff)
-
tst_psHist03.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psHist00.c
r3682 r4493 40 40 41 41 if (myHist->nums->n != numBins) { 42 printf("ERROR: myHist->nums->n is wrong size (% d)\n", myHist->nums->n);42 printf("ERROR: myHist->nums->n is wrong size (%ld)\n", myHist->nums->n); 43 43 testStatus = false; 44 44 } 45 45 46 46 if (myHist->bounds->n != numBins+1) { 47 printf("ERROR: myHist->bounds->n is wrong size (% d)\n", myHist->bounds->n);47 printf("ERROR: myHist->bounds->n is wrong size (%ld)\n", myHist->bounds->n); 48 48 testStatus = false; 49 49 } -
trunk/psLib/test/dataManip/tst_psHist01.c
r3682 r4493 46 46 47 47 if (myHist->nums->n != numBins) { 48 printf("ERROR: myHist->nums->n is wrong size (% d)\n", myHist->nums->n);48 printf("ERROR: myHist->nums->n is wrong size (%ld)\n", myHist->nums->n); 49 49 testStatus = false; 50 50 } 51 51 52 52 if (myHist->bounds->n != numBins+1) { 53 printf("ERROR: myHist->bounds->n is wrong size (% d)\n", myHist->bounds->n);53 printf("ERROR: myHist->bounds->n is wrong size (%ld)\n", myHist->bounds->n); 54 54 testStatus = false; 55 55 } -
trunk/psLib/test/dataManip/tst_psHist03.c
r3682 r4493 57 57 58 58 if (myHist->nums->n != numBins) { 59 printf("ERROR: myHist->nums->n is wrong size (% d)\n", myHist->nums->n);59 printf("ERROR: myHist->nums->n is wrong size (%ld)\n", myHist->nums->n); 60 60 testStatus = false; 61 61 } 62 62 63 63 if (myHist->bounds->n != numBins+1) { 64 printf("ERROR: myHist->bounds->n is wrong size (% d)\n", myHist->bounds->n);64 printf("ERROR: myHist->bounds->n is wrong size (%ld)\n", myHist->bounds->n); 65 65 testStatus = false; 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.
