StringQuoteUtilTest.java - testCmdLineQuoting failed due to incorrect input

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: 8
    • Component/s: deploy

        StringQuoteUtilTest.java
        The method testCmdLineQuoting() failed due to space in arguments.
        The code removes quotes and executes the argument and hence treats space as the end of an argument.
        An escape character is required to replace space.

        Suggested fix:
        use "\0" instead of space (" ") in the test arguments

              Assignee:
              Vivek Rao (Inactive)
              Reporter:
              Vivek Rao (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: