Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix testCloneNamedFileBlobsInUpdatedSchema
Now plone.dexterity uses the repr function to convert _p_mtime from float to string. The str function in Python 2 rounded off _p_mtime by generating schema names with an unexpected format. So we need to use repr here too, so the test doesn't fail in Python 2.
- Loading branch information