You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-dev@geronimo.apache.org by "Alan Cabrera (JIRA)" <ji...@apache.org> on 2008/02/29 00:53:51 UTC

[jira] Created: (XBEAN-102) StaticRecipeTest fails

StaticRecipeTest fails
----------------------

                 Key: XBEAN-102
                 URL: https://issues.apache.org/jira/browse/XBEAN-102
             Project: XBean
          Issue Type: Bug
    Affects Versions: 3.4
            Reporter: Alan Cabrera


testAll(org.apache.xbean.recipe.StaticRecipeTest)  Time elapsed: 0.003 sec  <<< FAILURE!
junit.framework.AssertionFailedError: 3 arg constructor should never be called
        at junit.framework.Assert.fail(Assert.java:47)
        at org.apache.xbean.recipe.Person.<init>(Person.java:57)
        at org.apache.xbean.recipe.StaticRecipeTest.testAll(StaticRecipeTest.java:32)
        at org.apache.xbean.recipe.StaticRecipeTest.testAll(StaticRecipeTest.java:32)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


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


[jira] Closed: (XBEAN-102) StaticRecipeTest fails

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

Alan Cabrera closed XBEAN-102.
------------------------------

    Resolution: Cannot Reproduce

How odd.

{code}
[536]benaco:adc:trunk$ pwd
/Users/adc/dev/geronimo/xbean/trunk
[537]benaco:adc:trunk$ svn update
At revision 632207.
[538]benaco:adc:trunk$ svn status
[539]benaco:adc:trunk$ 
{code}

I deleted trunk and reloaded it.  The test is gone.  It now builds fine.

> StaticRecipeTest fails
> ----------------------
>
>                 Key: XBEAN-102
>                 URL: https://issues.apache.org/jira/browse/XBEAN-102
>             Project: XBean
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Alan Cabrera
>
> testAll(org.apache.xbean.recipe.StaticRecipeTest)  Time elapsed: 0.003 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: 3 arg constructor should never be called
>         at junit.framework.Assert.fail(Assert.java:47)
>         at org.apache.xbean.recipe.Person.<init>(Person.java:57)
>         at org.apache.xbean.recipe.StaticRecipeTest.testAll(StaticRecipeTest.java:32)
>         at org.apache.xbean.recipe.StaticRecipeTest.testAll(StaticRecipeTest.java:32)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

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


[jira] Commented: (XBEAN-102) StaticRecipeTest fails

Posted by "Dain Sundstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/XBEAN-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573561#action_12573561 ] 

Dain Sundstrom commented on XBEAN-102:
--------------------------------------

Which branch are you running?  That test was removed from trunk a while ago in http://svn.apache.org/viewvc?view=rev&revision=617547

> StaticRecipeTest fails
> ----------------------
>
>                 Key: XBEAN-102
>                 URL: https://issues.apache.org/jira/browse/XBEAN-102
>             Project: XBean
>          Issue Type: Bug
>    Affects Versions: 3.4
>            Reporter: Alan Cabrera
>
> testAll(org.apache.xbean.recipe.StaticRecipeTest)  Time elapsed: 0.003 sec  <<< FAILURE!
> junit.framework.AssertionFailedError: 3 arg constructor should never be called
>         at junit.framework.Assert.fail(Assert.java:47)
>         at org.apache.xbean.recipe.Person.<init>(Person.java:57)
>         at org.apache.xbean.recipe.StaticRecipeTest.testAll(StaticRecipeTest.java:32)
>         at org.apache.xbean.recipe.StaticRecipeTest.testAll(StaticRecipeTest.java:32)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

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