Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-5606

Testsuite: adding special characters via CLI

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Minor
    • 7.1.0.DR10
    • None
    • CLI, Test Suite
    • None
    • Not Required

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: