5518
5518
 
    test_misc25a();     /* Exercise null object header message merge bug */
5519
5519
 
    test_misc25b();     /* Exercise null object header message merge bug on existing file */
5520
5520
 
    test_misc25c();     /* Exercise another null object header message merge bug */
5521
5521
 
    test_misc26();      /* Test closing property lists with long filter pipelines */
5522
5522
 
    test_misc27();      /* Test opening file with object that has bad # of object header messages */
5523
5523
 
    test_misc28();      /* Test that chunks are cached appropriately */
5524
5524
 
    test_misc29();      /* Test that speculative metadata reads are handled correctly */
5525
5525
 
    test_misc30();      /* Exercise local heap loading bug where free lists were getting dropped */
5526
5526
 
    test_misc31();      /* Test Reentering library through deprecated routines after H5close() */
5527
5527
 
    test_misc32();      /* Test filter memory allocation functions */
5528
 
-
    test_misc33();      /* ??? */
 
5528
+
    test_misc33();      /* Test to verify that H5HL_offset_into() returns error if offset exceeds heap block */
5529
5529
 
5530
5530
 
} /* test_misc() */
5531
5531
 
5532
5532
 
5533
5533
 
/*-------------------------------------------------------------------------
5534
5534
 
 * Function:    cleanup_misc
5535
5535
 
 *
5536
5536
 
 * Purpose: Cleanup temporary test files
5537
5537
 
 *
5538
5538
 
 * Return:  none