Skip to content

Simplify TestUpdate test

Neill Whillans requested to merge neill/fix_testupdate into master

Description

This request proposes to simplify the testing of updateChannelOptions() in the ConnectionOptionsCommandLineTest::TestUpdate test, as future, required changes to CommandLine::parseOptions() to fix an issue with unsupported/unknown options would break the test in its current form.

Changes proposed in this merge request:

  • Use a single connection option prefix (cas-)
  • Parse two sets of arguments. One to initially configure the channel, and a second to update a couple of the options
  • Check the option values accordingly

Merge request reports