Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Domain/ScaleBox/testsuite-domain-scale-box.at

    re611dc rcbfb9a  
    1515
    1616AT_SETUP([Domain - scaling box with Undo])
    17 AT_XFAIL_IF([/bin/true])
    1817AT_KEYWORDS([domain scale-box undo])
    1918
     
    2322AT_CHECK([../../molecuilder -i $file  --scale-box "0.5, 1., 0.9" --undo], 0, [stdout], [stderr])
    2423AT_CHECK([fgrep "Box domain is now" stdout], 0, [ignore], [ignore])
    25 AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/ScaleBox/post/test.conf], 0, [stdout], [stderr])
     24AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/ScaleBox/post/test-undo.conf], 0, [stdout], [stderr])
    2625
    2726AT_CLEANUP
     
    2928
    3029AT_SETUP([Domain - scaling box with Redo])
    31 AT_XFAIL_IF([/bin/true])
    3230AT_KEYWORDS([domain scale-box redo])
    3331
Note: See TracChangeset for help on using the changeset viewer.