[
https://issues.jboss.org/browse/WFCORE-1709?page=com.atlassian.jira.plugi...
]
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@localhost:9990 /] /system-property=test:add(value="w1 w2 $^w3* ")
{"outcome" => "success"}
[standalone@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...]
/ [Public
documentation|https://access.stage.redhat.com/documentation/en/red-hat-jb...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)