Bug #9929
Updated by Peter Amstutz over 8 years ago
CollectionReader(pdh).portable_data_hash() != pdh if the manifest is not normalized, because portable_data_hash() calls portable_manifest_text() which normalizes the manifest. This breaks round tripping and is confusing.
The behavior of portable_manifest_text() should be changed so that it does not normalize the manifest.