Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
DataGenerator of OpenCMIS generates test objects using absolute continuous number for object name attribute e.g. Folder 4711, Folder 4712, Document 4713, Document 4714.
This number can not be calculated by unit test and random access to Objects is not possible.
I would request changing the numbering to a relaitve schema. For example child objects within a folder should start with 1 always.
Folder 1, Folder 2, Document 1, Document 2 ...