Changeset 42822 for trunk/psLib/test/types
- Timestamp:
- May 8, 2025, 4:42:12 PM (12 months ago)
- Location:
- trunk/psLib/test
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
types (modified) (1 prop)
-
types/tap_psMetadataConfigFormat.c (modified) (1 diff)
-
types/tap_psMetadataConfigWrite.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test
- Property svn:ignore
-
old new 6 6 *.da 7 7 gmon.out 8 test.00.jpg 9 test.01.jpg 10 test.02.jpg 11 test.03.jpg 12 test.04.jpg 13 test.05.jpg 14 test.06.jpg 15 test.07.jpg 16 test.08.jpg 17 test.09.jpg 18 test.10.jpg 19 test.11.jpg 20 test.12.jpg 21 test.im.fits 22 test.mk.fits 23 test.sm1.fits 24 test.sm2.fits 25 test.sm3.fits 26 test.sm4.fits 27 tmpImages 28 tst_psTrace02_OUT
-
- Property svn:ignore
-
trunk/psLib/test/types
- Property svn:ignore
-
old new 19 19 test4.config 20 20 test5.config 21 tst_psArray22 tst_psBitSet23 tst_psHash0024 tst_psHash0125 tst_psHash0226 tst_psHash0327 tst_psHash0428 tst_psHash0529 tst_psList30 tst_psLookupTable_0131 tst_psMetadataIO32 tst_psMetadata_0133 tst_psMetadata_0234 tst_psMetadata_0335 tst_psMetadata_0436 tst_psMetadata_0537 tst_psMetadata_0638 tst_psMetadata_0739 tst_psPixels40 21 MDCopy.in 41 22 MDCopy.out … … 76 57 tap_psTree 77 58 tap_psBits_all 59 test-suite.log
-
- Property svn:ignore
-
trunk/psLib/test/types/tap_psMetadataConfigFormat.c
r17515 r42822 101 101 "containing a NULL time."); 102 102 char configTest[32]; 103 strncpy(configTest, "time TAI NULL", 31);103 ps_strncpy_nowarn(configTest, "time TAI NULL", 31); 104 104 is_strn(configTest, out, 31, 105 105 "psMetadataConfigFormat: return correct output string."); -
trunk/psLib/test/types/tap_psMetadataConfigWrite.c
r29929 r42822 74 74 FILE *mdcfg = fopen("mdcfg.wrt", "r"); 75 75 fgets(fileStr, 61, mdcfg); 76 strncpy(configTest, 77 "item1-1 BOOL T # I am a boolean", 60); 76 ps_strncpy_nowarn(configTest, "item1-1 BOOL T # I am a boolean", 60); 78 77 is_strn(configTest, fileStr, 60, 79 78 "return correct output.");
Note:
See TracChangeset
for help on using the changeset viewer.
