You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Stephan Klevenz (JIRA)" <ji...@apache.org> on 2010/03/15 10:05:27 UTC

[jira] Created: (CMIS-157) DataGenerator - replicable folder and file name

DataGenerator - replicable folder and file name
-----------------------------------------------

                 Key: CMIS-157
                 URL: https://issues.apache.org/jira/browse/CMIS-157
             Project: Chemistry
          Issue Type: Wish
          Components: opencmis-test
            Reporter: Stephan Klevenz
            Assignee: Jens Hübel
            Priority: Minor


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 ...


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CMIS-157) DataGenerator - replicable folder and file name

Posted by "Stephan Klevenz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Klevenz closed CMIS-157.
--------------------------------


solution is working

> DataGenerator - replicable folder and file name
> -----------------------------------------------
>
>                 Key: CMIS-157
>                 URL: https://issues.apache.org/jira/browse/CMIS-157
>             Project: Chemistry
>          Issue Type: Wish
>          Components: opencmis-test
>            Reporter: Stephan Klevenz
>            Assignee: Jens Hübel
>            Priority: Minor
>
> 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 ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CMIS-157) DataGenerator - replicable folder and file name

Posted by "Jens Hübel (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Hübel resolved CMIS-157.
-----------------------------

    Resolution: Fixed

now uses
My_Document-<level>-<number>:
My_Folder-<level>-<number>

where level is the depth in the folder hierarchy

> DataGenerator - replicable folder and file name
> -----------------------------------------------
>
>                 Key: CMIS-157
>                 URL: https://issues.apache.org/jira/browse/CMIS-157
>             Project: Chemistry
>          Issue Type: Wish
>          Components: opencmis-test
>            Reporter: Stephan Klevenz
>            Assignee: Jens Hübel
>            Priority: Minor
>
> 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 ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.