Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-2455

Replacing a component that contains <TreeName> element does not work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • 4.3.0
    • 4.2.0, 4.3.0
    • General
    • All
    • Qt Installer Sprint 47

    Description

      Steps to reproduce:

      • Create repository with contents:
        •  <PackageUpdate>
            <Name>componentA</Name>
            <DisplayName>Component A</DisplayName>
            <Description>Component with tree name, is replaced by other component.</Description>
            <Version>1.0.0</Version>
            <ReleaseDate>2022-01-01</ReleaseDate>
            <TreeName>AToNewRoot</TreeName>
           </PackageUpdate>
           <PackageUpdate>
            <Name>componentB</Name>
            <DisplayName>Component B</DisplayName>
            <Description>Component that replaces other component</Description>
            <Version>1.0.0</Version>
            <ReleaseDate>2022-01-01</ReleaseDate>
            <Replaces>componentA</Replaces>
           </PackageUpdate>
          
      • Run an installer with with the generated repository

       

      • Expected: component B should replace component A
      • Actual: both components exist in the component tree

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            arttu.tarkiainen Arttu Tarkiainen
            arttu.tarkiainen Arttu Tarkiainen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes