You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Philip May (JIRA)" <ji...@apache.org> on 2008/02/19 15:58:45 UTC

[jira] Created: (MODELER-25) Bug in TestCase (RegistryTestCase)

Bug in TestCase (RegistryTestCase)
----------------------------------

                 Key: MODELER-25
                 URL: https://issues.apache.org/jira/browse/MODELER-25
             Project: Commons Modeler
          Issue Type: Bug
    Affects Versions: 2.0.1
            Reporter: Philip May


There is a bug in the test case: RegistryTestCase
assertNotNull("Found HttpConnector managed bean"); should be assertNotNull("Found HttpConnector managed bean", http);


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


[jira] Updated: (MODELER-25) Bug in TestCase (RegistryTestCase)

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

Philip May updated MODELER-25:
------------------------------

    Attachment: RegistryTestCase-Patch.patch

here is the patch...

> Bug in TestCase (RegistryTestCase)
> ----------------------------------
>
>                 Key: MODELER-25
>                 URL: https://issues.apache.org/jira/browse/MODELER-25
>             Project: Commons Modeler
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Philip May
>         Attachments: RegistryTestCase-Patch.patch
>
>
> There is a bug in the test case: RegistryTestCase
> assertNotNull("Found HttpConnector managed bean"); should be assertNotNull("Found HttpConnector managed bean", http);

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