Ignore:
Timestamp:
Jul 12, 2017, 7:10:32 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Action_Thermostats, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision
Children:
4a6ef3
Parents:
966ce7
git-author:
Frederik Heber <frederik.heber@…> (05/19/17 13:13:41)
git-committer:
Frederik Heber <frederik.heber@…> (07/12/17 19:10:32)
Message:

Edges may be added and removed in BoostGraphCreator.

  • TESTS: added unit test case on this.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Graph/unittests/BoostGraphCreatorUnitTest.hpp

    r966ce7 re0b960  
    2828    CPPUNIT_TEST ( createFromMoleculeTest );
    2929    CPPUNIT_TEST ( createFromAtomsTest );
     30    CPPUNIT_TEST ( addremoveEdgeTest );
    3031    CPPUNIT_TEST_SUITE_END();
    3132
     
    3738      void createFromMoleculeTest();
    3839      void createFromAtomsTest();
     40      void addremoveEdgeTest();
    3941
    4042private:
Note: See TracChangeset for help on using the changeset viewer.