SourceForge.net Logo
prevtopnext
izh_test
    itr_mfc - GUI - tool for running tests.
        Edit
Options..

This command starts the dialog with options of GUI-tools for executing tests.

Where:
External diff viewer

Path to the program that can graphically illustrate difference between two text files.

This command is launched by command "View|Open external viewer" if selected mode "View|View diff file" .

Command line for the program consists of two arguments ( test file results ) :

  1. Path to the etalon file.
  2. Path to the result file.

External command-line diff program

Path to the program that can produce the difference file between etalon file and result file .

The program is used when selected mode "View|View diff file" , if etalon file and result file exist but difference file doesn't exist.

Command line for the program consists of two arguments ( test file results ) :

  1. Path to etalon file.
  2. Path to result file.

Difference is read from the standard output stream of the program.

Extra arguments for command-line diff program

Extra parameters for the program that produce difference file between etalon and result.

These parameters are inserted before paths to compared files.


prevtopnext

SourceForge.net Logo