- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Domain/ScaleBox/testsuite-domain-scale-box.at
re611dc rcbfb9a 15 15 16 16 AT_SETUP([Domain - scaling box with Undo]) 17 AT_XFAIL_IF([/bin/true])18 17 AT_KEYWORDS([domain scale-box undo]) 19 18 … … 23 22 AT_CHECK([../../molecuilder -i $file --scale-box "0.5, 1., 0.9" --undo], 0, [stdout], [stderr]) 24 23 AT_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])24 AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/ScaleBox/post/test-undo.conf], 0, [stdout], [stderr]) 26 25 27 26 AT_CLEANUP … … 29 28 30 29 AT_SETUP([Domain - scaling box with Redo]) 31 AT_XFAIL_IF([/bin/true])32 30 AT_KEYWORDS([domain scale-box redo]) 33 31
Note:
See TracChangeset
for help on using the changeset viewer.