Changes between Version 10 and Version 11 of ossim-batch-test


Ignore:
Timestamp:
Dec 16, 2011, 7:51:22 AM (12 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossim-batch-test

    v10 v11  
    22== ossim-batch-test ==
    33
    4 ossim-batch-test is a command line test application that can execute programs, test the results against expected results, and log the output with differences between expected results and run times.  ossim-batch-test requires a test configuration file for input and generates a log file on output.  Multiple test can be in a single configuration file.  A single test, all test or multiple test can be ran with a single ossim-batch-test command.  All times are logged for each command.  So you can easily test for changes in output and changes in output times.  This application is written in c++ so it's portable on windows, linux, MACs.  Typically to switch from on to another the file paths and diff commands have to be query / replaced in config file.
     4ossim-batch-test is a command line test application that can execute programs, test the results against expected results, and log the output with differences between expected results and run times.  ossim-batch-test requires a test configuration file for input and generates a log file on output.  Multiple test can be in a single configuration file.  A single test, all test or multiple test can be ran with a single ossim-batch-test command.  All times are logged for each command.  So you can easily test for changes in output and changes in output times.  This application is written in c++ so it's portable on windows, linux, MACs.  Typically to switch from one operating system to another the file paths and diff commands have to be query / replaced in config file. On linux, MAC typically "diff" is used.  On windows "fc" works well.
    55
    66'''Example of ossim-orthoigen test on a NITF image with RPC model:'''