Merge lp://staging/~canonical-platform-qa/ubuntu-system-tests/config-handle-special-characters into lp://staging/ubuntu-system-tests
Proposed by
Christopher Lee
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~canonical-platform-qa/ubuntu-system-tests/config-handle-special-characters |
Merge into: | lp://staging/ubuntu-system-tests |
Diff against target: |
38 lines (+13/-2) 1 file modified
ubuntu_sanity_tests/selftests/test_config.py (+13/-2) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/ubuntu-system-tests/config-handle-special-characters |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Canonical Platform QA Team | Pending | ||
Review via email: mp+256261@code.staging.launchpad.net |
Description of the change
A failing tests highlighting that uciconfig ignores part of a string if it contains a '#' character.
To post a comment you must log in.
Unmerged revisions
- 108. By Christopher Lee
-
Failing test for config containing special characters.
It seems that the complete string is lost in uciconfig. parsers. Parsers. parse_config( )