Commit 7d1ce8f
committed
ENH: Register OOC format from DataIOCollection ctor; fix in-core Data Format tests
* DataIOCollection's constructor registers the OOC format via
SimplnxOoc::registerIOManager under SIMPLNX_USE_OOC, so getManager("HDF5-OOC")
resolves in the compile-time-switch OOC build.
* IOFormat: guard the in-core large-data-format preference tests to
#ifndef SIMPLNX_USE_OOC (the OOC-build defaults are covered by SimplnxOoc's
DataFormatPreferenceTest) and update the "not configured" assertion to the
seeded k_InMemoryFormat default.
Signed-off-by: Joey Kleingers <joey.kleingers@bluequartz.net>1 parent 427e40d commit 7d1ce8f
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 54 | + | |
| 55 | + | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments