[jboss-jira] [JBoss JIRA] (WFCORE-1709) Testsuite: adding special characters via CLI

Martin Schvarcbacher (JIRA) issues at jboss.org
Thu Aug 11 06:35:01 EDT 2016


     [ https://issues.jboss.org/browse/WFCORE-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Schvarcbacher moved JBEAP-5607 to WFCORE-1709:
-----------------------------------------------------

        Project: WildFly Core  (was: JBoss Enterprise Application Platform)
            Key: WFCORE-1709  (was: JBEAP-5607)
       Workflow: GIT Pull Request workflow   (was: CDW with loose statuses v1)
    Component/s: CLI
                 Test Suite
                     (was: CLI)
                     (was: Test Suite)


> Testsuite: adding special characters via CLI
> --------------------------------------------
>
>                 Key: WFCORE-1709
>                 URL: https://issues.jboss.org/browse/WFCORE-1709
>             Project: WildFly Core
>          Issue Type: Task
>          Components: CLI, Test Suite
>            Reporter: Martin Schvarcbacher
>            Assignee: Martin Schvarcbacher
>            Priority: Minor
>
> *Description*:
> Add tests for the following use cases:
> Adding a new system property containing: whitespace and special characters via CLI (interactive/user mode and programmatic mode)
> *Example use case*:
> {code:bash}
> [standalone at localhost:9990 /] /system-property=test:add(value="w1 w2 $^w3* ")
> {"outcome" => "success"}
> [standalone at localhost:9990 /] /system-property=test:read-attribute(name=value)
> {
>     "outcome" => "success",
>     "result" => "w1 w2 $^w3* "
> }
> {code}
> *Test plan*:
> Tests for all use cases described in [Preview documentation|https://access.qa.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/version-7.0/management-cli-guide/#cli_special_characters]  / [Public documentation|https://access.stage.redhat.com/documentation/en/red-hat-jboss-enterprise-application-platform/version-7.0/management-cli-guide/]



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list