Changes between Version 3 and Version 4 of ossim-batch-test
- Timestamp:
- 12/16/11 07:10:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ossim-batch-test
v3 v4 2 2 == ossim-batch-test == 3 3 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 and generates a log file on output. 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.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. 5 5 6 6 '''Example of ossim-orthoigen test on a NITF image with RPC model:'''