You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2016/01/03 01:28:39 UTC

[jira] [Closed] (DOXIASITETOOLS-142) DecorationModelAssemblerTest::testFullyPopulatedParentAndEmptyChild has wrong assert

     [ https://issues.apache.org/jira/browse/DOXIASITETOOLS-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed DOXIASITETOOLS-142.
-----------------------------------------
    Resolution: Cannot Reproduce

{{assembleModelInheritance}} is applied and all is fine.

> DecorationModelAssemblerTest::testFullyPopulatedParentAndEmptyChild has wrong assert
> ------------------------------------------------------------------------------------
>
>                 Key: DOXIASITETOOLS-142
>                 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-142
>             Project: Maven Doxia Sitetools
>          Issue Type: Bug
>          Components: Decoration model
>    Affects Versions: 1.6
>         Environment: mvn 3.0.5
> jdk 1.7.045
> doxia 1.6
>            Reporter: Martin Gainty
>
> DecorationModelAssemblerTest::testFullyPopulatedParentAndEmptyChild
> unresolvedModel != childModel so assertEquals will always fail
>   //assertEquals( "DecorationModelInheritanceAssemblerTest::testFulltPopulatedParentAndEmptyChild check result", unresolvedModel, childModel );
> substitute in:
> assertFalse(unresolvedModel==childModel);



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)