Ignore:
Timestamp:
Mar 14, 2011, 11:05:14 AM (14 years ago)
Author:
mmc
Message:

Regression tester is mostly working now, although it doesn't bring up
visualizers to plot the difference in output values. It does show
attribute differences and text differences for string results. It
also diffs the input side of the test and provides warnings when the
test seems out of date with respect to the tool definition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tester/example/tests/test6.xml

    r2012 r2136  
    33    <test>
    44        <label>roomtemp|1V</label>
     5        <description>This test should generate a warning due to differences in the input parameters.</description>
    56    </test>
    67    <tool>
     
    5051            <current>1eV</current>
    5152        </number>
     53        <boolean id="extra">
     54            <about>
     55                <label>Control value</label>
     56                <description>Old parameter that was removed.</description>
     57            </about>
     58            <default>true</default>
     59        </boolean>
    5260    </input>
    5361    <output>
     62        <number id="extra">
     63            <about>
     64                <label>Extra number in output</label>
     65            </about>
     66            <current>1234</current>
     67        </number>
    5468        <curve id="f12">
    5569            <about>
Note: See TracChangeset for help on using the changeset viewer.