### center atoms with defined boundary AT_SETUP([Domain - center and add empty boundary]) AT_KEYWORDS([domain,add-empty-boundary]) file=test.conf AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Domain/AddEmptyBoundary/pre/test.conf $file], 0) AT_CHECK([chmod u+w $file], 0) AT_CHECK([../../molecuilder -i $file -c "5, 10, 15"], 0, [stdout], [stderr]) AT_CHECK([fgrep "Box domain is now" stdout], 0, [ignore], [ignore]) AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/AddEmptyBoundary/post/test.conf], 0, [stdout], [stderr]) AT_CLEANUP AT_SETUP([Domain - center and add empty boundary with Undo]) AT_XFAIL_IF([/bin/true]) AT_KEYWORDS([domain,add-empty-boundar,undo]) file=test.conf AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Domain/AddEmptyBoundary/pre/test.conf $file], 0) AT_CHECK([chmod u+w $file], 0) AT_CHECK([../../molecuilder -i $file -c "5, 10, 15" --undo], 0, [stdout], [stderr]) AT_CHECK([fgrep "Box domain is now" stdout], 0, [ignore], [ignore]) AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/AddEmptyBoundary/post/test.conf], 0, [stdout], [stderr]) AT_CLEANUP AT_SETUP([Domain - center and add empty boundary with Redo]) AT_XFAIL_IF([/bin/true]) AT_KEYWORDS([domain,add-empty-boundary,redo]) file=test.conf AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Domain/AddEmptyBoundary/pre/test.conf $file], 0) AT_CHECK([chmod u+w $file], 0) AT_CHECK([../../molecuilder -i $file -c "5, 10, 15" --undo --redo], 0, [stdout], [stderr]) AT_CHECK([fgrep "Box domain is now" stdout], 0, [ignore], [ignore]) AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/AddEmptyBoundary/post/test.conf], 0, [stdout], [stderr]) AT_CLEANUP