diff --git a/doc/html/TechNotes/TestReview.html b/doc/html/TechNotes/TestReview.html new file mode 100644 index 0000000000..410f662601 --- /dev/null +++ b/doc/html/TechNotes/TestReview.html @@ -0,0 +1,57 @@ + + +
+This document describes the current state of the API test review. Currently, +the tests for each API function are being reviewed on an individual basis and +each API's tests are being described and improvements made. +
+ +API Function | +Date Last Reviewed | +Status | +
---|---|---|
H5Dget_offset + | +Tuesday, November 11th, 2002 + | +Tests need to be updated + | +
H5Tget_native_type + | +Tuesday, November 11th, 2002 + | +Tests need to be updated + | +
This document describes the API test review results for H5Dget_offset(). +
+ +Test case + | + +Test file + | + +Expected test results + | + +Notes + | + +
---|---|---|---|
Chunked dataset + | + +dsets.c + | + +FAIL + | + +|
Compact dataset + | + +dsets.c + | + +FAIL + | + +|
Contiguous dataset, [user block size] == 0, not external + | + +dsets.c + | + +Succeed in getting the proper address and be able to verify +that the data at that address in the file is what was written out. + +When data storage allocation is "late" (the default), querying the offset +should fail. + |
+
+Needs additional test to verify that the data written out is located at the +correct offset in the file. + | + +
Contiguous dataset, [user block size] != 0, not external + | + +dsets.c + | + +Succeed in getting the proper address and be able to verify +that the data at that address in the file is what was written out. + +When data storage allocation is "late" (the default), querying the offset +should fail. + |
+
+Needs test for this case. + | + +
Contiguous dataset, [user block size] == 0, external data storage + | + +external.c + | + +FAIL + | + +
The H5Dget_offset() function is not tested in parallel. Currently, there +does not appear to be a need for this. +
+ + +