Ignore:
Timestamp:
Oct 10, 2011, 2:27:05 PM (13 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
Children:
c1db05
Parents:
6bc86c
git-author:
Frederik Heber <heber@…> (09/05/11 17:31:55)
git-committer:
Frederik Heber <heber@…> (10/10/11 14:27:05)
Message:

FIX: AT_KEYWORDS requires _space_-separated list of keywords.

Location:
tests/regression/Molecules
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • tests/regression/Molecules/BondFile/testsuite-molecules-fragmentation-bond-file.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Fragmentation bonds file])
    4 AT_KEYWORDS([molecules,bond-file])
     4AT_KEYWORDS([molecules bond-file])
    55
    66file=test.conf
     
    1515AT_SETUP([Molecules - Fragmentation bonds file with Undo])
    1616AT_XFAIL_IF([/bin/true])
    17 AT_KEYWORDS([molecules,bond-file,undo])
     17AT_KEYWORDS([molecules bond-file undo])
    1818
    1919file=test.conf
     
    2828AT_SETUP([Molecules - Fragmentation bonds file with Redo])
    2929AT_XFAIL_IF([/bin/true])
    30 AT_KEYWORDS([molecules,bond-file,redo])
     30AT_KEYWORDS([molecules bond-file redo])
    3131
    3232file=test.conf
  • tests/regression/Molecules/BondFile/testsuite-molecules-tremolo-dbond-file.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - TREMOLO dbond file])
    4 AT_KEYWORDS([molecules,bond-file])
     4AT_KEYWORDS([molecules bond-file])
    55
    66file=silica.pov1.0000.pdb
     
    1717AT_SETUP([Molecules - TREMOLO dbond file with Undo])
    1818AT_XFAIL_IF([/bin/true])
    19 AT_KEYWORDS([molecules,bond-file,undo])
     19AT_KEYWORDS([molecules bond-file undo])
    2020
    2121file=silica.pov1.0000.pdb
     
    3232AT_SETUP([Molecules - TREMOLO dbond file with Redo])
    3333AT_XFAIL_IF([/bin/true])
    34 AT_KEYWORDS([molecules,bond-file,redo])
     34AT_KEYWORDS([molecules bond-file redo])
    3535
    3636file=silica.pov1.0000.pdb
  • tests/regression/Molecules/Copy/testsuite-molecules-copy-molecule.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Copy molecule])
    4 AT_KEYWORDS([molecules,copy-molecule])
     4AT_KEYWORDS([molecules copy-molecule])
    55
    66file=test-copy.xyz
     
    2121
    2222AT_SETUP([Molecules - Copy molecule with Undo])
    23 AT_KEYWORDS([molecules,copy-molecule,undo])
     23AT_KEYWORDS([molecules copy-molecule undo])
    2424
    2525file=test-copy.xyz
     
    4040
    4141AT_SETUP([Molecules - Copy molecule with Redo])
    42 AT_KEYWORDS([molecules,copy-molecule,redo])
     42AT_KEYWORDS([molecules copy-molecule redo])
    4343
    4444file=test-copy.xyz
  • tests/regression/Molecules/LinearInterpolationofTrajectories/testsuite-molecules-linear-interpolation-of-trajectories.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Linear interpolation])
    4 AT_KEYWORDS([molecules,linear-interpolation-of-trajectories])
     4AT_KEYWORDS([molecules linear-interpolation-of-trajectories])
    55
    66file=test.conf
  • tests/regression/Molecules/RotateAroundOrigin/testsuite-molecules-rotate-around-origin.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Rotate around origin])
    4 AT_KEYWORDS([molecules,rotate-around-origin])
     4AT_KEYWORDS([molecules rotate-around-origin])
    55
    66file=test.xyz
     
    3333
    3434AT_SETUP([Molecules - Rotate around origin with Undo])
    35 AT_KEYWORDS([molecules,rotate-around-origin,undo])
     35AT_KEYWORDS([molecules rotate-around-origin undo])
    3636
    3737file=test.xyz
     
    6363
    6464AT_SETUP([Molecules - Rotate around origin with Redo])
    65 AT_KEYWORDS([molecules,rotate-around-origin,redo])
     65AT_KEYWORDS([molecules rotate-around-origin redo])
    6666
    6767file=test.xyz
  • tests/regression/Molecules/RotateAroundSelf/testsuite-molecules-rotate-around-self.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Rotate around self])
    4 AT_KEYWORDS([molecules,rotate-around-self])
     4AT_KEYWORDS([molecules rotate-around-self])
    55
    66file=test.xyz
     
    3333
    3434AT_SETUP([Molecules - Rotate around self with Undo])
    35 AT_KEYWORDS([molecules,rotate-around-self,undo])
     35AT_KEYWORDS([molecules rotate-around-self undo])
    3636
    3737file=test.xyz
     
    6363
    6464AT_SETUP([Molecules - Rotate around self with Redo])
    65 AT_KEYWORDS([molecules,rotate-around-self,redo])
     65AT_KEYWORDS([molecules rotate-around-self redo])
    6666
    6767file=test.xyz
  • tests/regression/Molecules/RotateToPrincipalAxisSystem/testsuite-molecules-rotate-to-principal-axis-system.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Rotate to PAS])
    4 AT_KEYWORDS([molecules,rotate-to-principal-axis-system])
     4AT_KEYWORDS([molecules rotate-to-principal-axis-system])
    55
    66file=test-rotated-z90.xyz
     
    3333AT_SETUP([Molecules - Rotate to PAS with Undo])
    3434AT_XFAIL_IF([/bin/true])
    35 AT_KEYWORDS([molecules,rotate-to-principal-axis-system,undo])
     35AT_KEYWORDS([molecules rotate-to-principal-axis-system undo])
    3636
    3737file=test-rotated-z90.xyz
     
    6464AT_SETUP([Molecules - Rotate to PAS with Redo])
    6565AT_XFAIL_IF([/bin/true])
    66 AT_KEYWORDS([molecules,rotate-to-principal-axis-system,redo])
     66AT_KEYWORDS([molecules rotate-to-principal-axis-system redo])
    6767
    6868file=test-rotated-z90.xyz
  • tests/regression/Molecules/SaveAdjacency/testsuite-molecules-save-adjacency.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Storing adjacency info])
    4 AT_KEYWORDS([molecules,save-adjacency])
     4AT_KEYWORDS([molecules save-adjacency])
    55
    66file=test.conf
  • tests/regression/Molecules/SaveBonds/testsuite-molecules-save-bonds.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Storing bond info])
    4 AT_KEYWORDS([molecules,save-bonds])
     4AT_KEYWORDS([molecules save-bonds])
    55
    66file=test.conf
  • tests/regression/Molecules/SaveSelectedMolecules/testsuite-molecules-save-selected-molecules.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Save selected molecules])
    4 AT_KEYWORDS([molecules,save,selection,save-selected-molecules])
     4AT_KEYWORDS([molecules save selection save-selected-molecules])
    55
    66file=test.xyz
  • tests/regression/Molecules/SaveTemperature/testsuite-molecules-save-temperature.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Storing temperature])
    4 AT_KEYWORDS([molecules,save-temperature])
     4AT_KEYWORDS([molecules save-temperature])
    55
    66file=test.conf
  • tests/regression/Molecules/Translation-Periodic/testsuite-molecules-translation-periodic.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Translation with periodic boundaries])
    4 AT_KEYWORDS([molecules,translate-atoms])
     4AT_KEYWORDS([molecules translate-atoms])
    55
    66file=test.conf
     
    1414
    1515AT_SETUP([Molecules - Translation with periodic boundaries with Undo])
    16 AT_KEYWORDS([molecules,translate-atoms,undo])
     16AT_KEYWORDS([molecules translate-atoms undo])
    1717
    1818file=test.conf
     
    2626
    2727AT_SETUP([Molecules - Translation with periodic boundaries with Redo])
    28 AT_KEYWORDS([molecules,translate-atoms,redo])
     28AT_KEYWORDS([molecules translate-atoms redo])
    2929
    3030file=test.conf
  • tests/regression/Molecules/Translation/testsuite-molecules-translation.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Translation])
    4 AT_KEYWORDS([molecules,translate-atoms])
     4AT_KEYWORDS([molecules translate-atoms])
    55
    66file=test.conf
     
    2020
    2121AT_SETUP([Molecules - Translation with Undo])
    22 AT_KEYWORDS([molecules,translate-atoms,undo])
     22AT_KEYWORDS([molecules translate-atoms undo])
    2323
    2424file=test.conf
     
    3838
    3939AT_SETUP([Molecules - Translation with Redo])
    40 AT_KEYWORDS([molecules,translate-atoms,redo])
     40AT_KEYWORDS([molecules translate-atoms redo])
    4141
    4242file=test.conf
  • tests/regression/Molecules/VerletIntegration/testsuite-molecules-verlet-integration.at

    r6bc86c re611dc  
    22
    33AT_SETUP([Molecules - Verlet force integration])
    4 AT_KEYWORDS([molecules,verlet-integration])
     4AT_KEYWORDS([molecules verlet-integration])
    55
    66file=test.conf
     
    1616AT_SETUP([Molecules - Verlet force integration with Undo])
    1717AT_XFAIL_IF([/bin/true])
    18 AT_KEYWORDS([molecules,verlet-integration,undo])
     18AT_KEYWORDS([molecules verlet-integration undo])
    1919
    2020file=test.conf
     
    3030AT_SETUP([Molecules - Verlet force integration with Redo])
    3131AT_XFAIL_IF([/bin/true])
    32 AT_KEYWORDS([molecules,verlet-integration,redo])
     32AT_KEYWORDS([molecules verlet-integration redo])
    3333
    3434file=test.conf
Note: See TracChangeset for help on using the changeset viewer.