Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sut planner update, removes ref attributes #316

Open
igivon opened this issue Dec 5, 2017 · 1 comment
Open

Sut planner update, removes ref attributes #316

igivon opened this issue Dec 5, 2017 · 1 comment

Comments

@igivon
Copy link

igivon commented Dec 5, 2017

when adding sut a "virtual so" with ref attribute. if sut is updated with the sut planner the ref attribute will be deleted.
For Example:

  1. create sut (with <DesktopApplicationSystemObjectMain ref="md/DesktopApplicationSystemObjectMain"/>) :
<md>
    <class>com.cellebrite.automation.MdMainSo</class>
    <DesktopApplicationSystemObjectMain>
        <class>xxxxxxxxxxxxxx</class>
        <desktopWindowsTitle>xxxxxxxxxxxx</desktopWindowsTitle>
        <desktopApplicationFullPat>xxxxxxxxxxxxx</desktopApplicationFullPath>
        <waitApplicationLoading>15</waitApplicationLoading>
        <loadAppAtSoInit>false</loadAppAtSoInit>
    </DesktopApplicationSystemObjectMain>
</md>
<DesktopApplicationSystemObjectMain **ref="md/DesktopApplicationSystemObjectMain**"/>
2. update any field at sut planner and save 3. enter the sut again with notepad and see ref attribute is gone
@itaiag
Copy link
Contributor

itaiag commented May 3, 2018

SUT planner does not support XML references at this stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants