You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Piergiorgio Lucidi (Created) (JIRA)" <ji...@apache.org> on 2012/01/17 12:10:40 UTC

[jira] [Created] (CONNECTORS-386) CMIS Integration tests implementation compile error

CMIS Integration tests implementation compile error
---------------------------------------------------

                 Key: CONNECTORS-386
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-386
             Project: ManifoldCF
          Issue Type: Bug
          Components: CMIS connector
            Reporter: Piergiorgio Lucidi
            Assignee: Piergiorgio Lucidi
             Fix For: ManifoldCF 0.5


The following integration test class:
{code}
public class BaseDerby extends org.apache.manifoldcf.crawler.tests.Base
{code}

has a wrong and not existent parent class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CONNECTORS-386) CMIS Integration tests implementation compile error

Posted by "Piergiorgio Lucidi (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Piergiorgio Lucidi resolved CONNECTORS-386.
-------------------------------------------

    Resolution: Fixed

Fixed with the following parent class:
{code}
public class BaseDerby extends org.apache.manifoldcf.crawler.tests.BaseITDerby
{code}

r1232386.
                
> CMIS Integration tests implementation compile error
> ---------------------------------------------------
>
>                 Key: CONNECTORS-386
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-386
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: CMIS connector
>            Reporter: Piergiorgio Lucidi
>            Assignee: Piergiorgio Lucidi
>             Fix For: ManifoldCF 0.5
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The following integration test class:
> {code}
> public class BaseDerby extends org.apache.manifoldcf.crawler.tests.Base
> {code}
> has a wrong and not existent parent class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira