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