5aaa47d Use valid argument names in tests

8 files Authored by pviktori 12 years ago, Committed by rcritten 12 years ago,
    Use valid argument names in tests
    
    Some of our tests used unintended extra options, or options with
    misspelled, wrongly copy-pasted or otherwise bad names. These are
    ignored, so the intended argument was treated as missing. The test
    itself can still pass but may be rendered ineffective or fragile.
    
    This only fixes those of such errors that appear in the test suite.
    Fixing code in the framework and actual rejecting of unknown
    arguments is deferred for later (ticket #2509).