Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-1709

Testsuite: adding special characters via CLI

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Minor Minor
    • 3.0.0.Alpha15
    • None
    • CLI, Test Suite
    • None

      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:

      [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* "
      }
      

      Test plan:
      Tests for all use cases described in Preview documentation / Public documentation

            mschvarc Martin Schvarcbacher (Inactive)
            mschvarc Martin Schvarcbacher (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: