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

[Pangolin] Requested bug fixes #8

Merged
merged 4 commits into from
Oct 30, 2017
Merged

[Pangolin] Requested bug fixes #8

merged 4 commits into from
Oct 30, 2017

Commits on Oct 26, 2017

  1. MQE-456: persisted.data references break double quotes unnecessarily

    - Changed resolveTestVariable to process each arg individually, as opposed to the whole string.
    - fixed quote breaking issue.
    - Added verification cest for persisted data replacement.
    KevinBKozan authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    e5c1d4c View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. MQE-455: trying to fill input with 0 does not generate properly

    - changed if statement to is_null instead of empty, empty("0") = true
    KevinBKozan authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    b641df8 View commit details
    Browse the repository at this point in the history
  2. MQE-463: Bad output with parameterized persisted unique data when usi…

    …ng selector1 and selector2 attributes
    
    - Added addUniquenessFunctionCall to selector1/2 attributes.
    KevinBKozan authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    7cc6d1c View commit details
    Browse the repository at this point in the history
  3. MQE-486: action groups errors with parameterized selectors and array …

    …data
    
    - fixed regexPattern for variables to include [] for cases like {{arg.street[0]}}
    - added check for $variableName = null
    - fixed camel casing issue with array key
    KevinBKozan authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    892b1fb View commit details
    Browse the repository at this point in the history