You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin Gainty (JIRA)" <ji...@codehaus.org> on 2014/06/30 18:04:10 UTC

[jira] (DOXIA-519) DecorationModelAssemblerTest::testFullyPopulatedParentAndEmptyChild has wrong assert

Martin Gainty created DOXIA-519:
-----------------------------------

             Summary: DecorationModelAssemblerTest::testFullyPopulatedParentAndEmptyChild has wrong assert
                 Key: DOXIA-519
                 URL: https://jira.codehaus.org/browse/DOXIA-519
             Project: Maven Doxia
          Issue Type: Bug
          Components: Decoration Model (moved to DOXIASITETOOLS)
    Affects Versions: 1.5
         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.1.6#6162)