| [e670e4] | 1 | ### bound atoms in defined domain | 
|---|
|  | 2 |  | 
|---|
|  | 3 | AT_SETUP([Domain - bounding in domain]) | 
|---|
|  | 4 | AT_KEYWORDS([domain bound-in-box]) | 
|---|
|  | 5 |  | 
|---|
|  | 6 | file=test.conf | 
|---|
|  | 7 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Domain/BoundInBox/pre/test.conf $file], 0) | 
|---|
|  | 8 | AT_CHECK([chmod u+w $file], 0) | 
|---|
|  | 9 | AT_CHECK([../../molecuilder -i $file --bound-in-box], 0, [stdout], [stderr]) | 
|---|
|  | 10 | AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/BoundInBox/post/test.conf], 0, [stdout], [stderr]) | 
|---|
|  | 11 |  | 
|---|
|  | 12 | AT_CLEANUP | 
|---|
|  | 13 |  | 
|---|
|  | 14 |  | 
|---|
|  | 15 | AT_SETUP([Domain - bounding in domain with Undo]) | 
|---|
|  | 16 | AT_KEYWORDS([domain bound-in-box undo]) | 
|---|
|  | 17 |  | 
|---|
|  | 18 | file=test.conf | 
|---|
|  | 19 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Domain/BoundInBox/pre/test.conf $file], 0) | 
|---|
|  | 20 | AT_CHECK([chmod u+w $file], 0) | 
|---|
|  | 21 | AT_CHECK([../../molecuilder -i $file --bound-in-box --undo], 0, [stdout], [stderr]) | 
|---|
|  | 22 | AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/BoundInBox/post/test-undo.conf], 0, [stdout], [stderr]) | 
|---|
|  | 23 |  | 
|---|
|  | 24 | AT_CLEANUP | 
|---|
|  | 25 |  | 
|---|
|  | 26 |  | 
|---|
|  | 27 | AT_SETUP([Domain - bounding in domain with Redo]) | 
|---|
|  | 28 | AT_KEYWORDS([domain bound-in-box redo]) | 
|---|
|  | 29 |  | 
|---|
|  | 30 | file=test.conf | 
|---|
|  | 31 | AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Domain/BoundInBox/pre/test.conf $file], 0) | 
|---|
|  | 32 | AT_CHECK([chmod u+w $file], 0) | 
|---|
|  | 33 | AT_CHECK([../../molecuilder -i $file --bound-in-box --undo --redo], 0, [stdout], [stderr]) | 
|---|
|  | 34 | AT_CHECK([diff $file ${abs_top_srcdir}/tests/regression/Domain/BoundInBox/post/test.conf], 0, [stdout], [stderr]) | 
|---|
|  | 35 |  | 
|---|
|  | 36 | AT_CLEANUP | 
|---|