Ignore:
Timestamp:
Dec 19, 2025, 11:29:38 PM (4 weeks ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.1, stable
Children:
25aa214
Parents:
29ba9a
git-author:
Frederik Heber <frederik.heber@…> (11/16/25 11:12:52)
git-committer:
Frederik Heber <frederik.heber@…> (12/19/25 23:29:38)
Message:

Actions relying on BondGraph fail if not bond table is loaded.

  • this is to ensure to not stumble over missing optimal bond lengths from the table, like with StretchBondAction.
  • TESTFIX: All regression tests that use these actions need to load the bond-table now.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Graph/SubgraphDissection/testsuite-graph-subgraph-dissection.at

    r29ba9a rd2be22  
    2424AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0)
    2525AT_CHECK([chmod u+w $file], 0, [ignore], [ignore])
    26 AT_CHECK([../../molecuilder -i $file  -v 3 -I], 0, [stdout], [stderr])
     26AT_CHECK([../../molecuilder -i $file  -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr])
    2727AT_CHECK([fgrep "I scanned 31 molecules." stdout], 0, [ignore], [ignore])
    2828
     
    3636AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0)
    3737AT_CHECK([chmod u+w $file], 0, [ignore], [ignore])
    38 AT_CHECK([../../molecuilder -i $file  -v 3 -I --undo], 0, [stdout], [stderr])
     38AT_CHECK([../../molecuilder -i $file  -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I --undo], 0, [stdout], [stderr])
    3939AT_CHECK([fgrep "I scanned 31 molecules." stdout], 0, [ignore], [ignore])
    4040
     
    4848AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0)
    4949AT_CHECK([chmod u+w $file], 0, [ignore], [ignore])
    50 AT_CHECK([../../molecuilder -i $file  -v 3 -I --undo --redo], 0, [stdout], [stderr])
     50AT_CHECK([../../molecuilder -i $file  -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I --undo --redo], 0, [stdout], [stderr])
    5151AT_CHECK([grep -c "I scanned 31 molecules." stdout], 0, [ignore], [ignore])
    5252
Note: See TracChangeset for help on using the changeset viewer.