Add more selection unit tests
authorTeemu Murtola <teemu.murtola@gmail.com>
Thu, 30 Oct 2014 18:45:52 +0000 (20:45 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Thu, 30 Oct 2014 19:42:50 +0000 (21:42 +0200)
commitb2b111af3e009559ef03e7ef1b63beca98bf2a25
tree5148cb3a59dbca80c5a3154900a1d9a4aafce3a9
parent621a71c3eaadaf05b1e4915041f3ba9a98ae9d0f
Add more selection unit tests

Add tests for syntax like
  res_com x < 5
  res_com distance from ...  < 5
as these were not covered well with earlier tests.  Subsequent changes
will refactor the code responsible for evaluating these to allow syntax
like "z of com of ...".

Change-Id: I63b60cc2958fcf919a82b809f60465b8444904d2
src/gromacs/selection/tests/refdata/SelectionCollectionDataTest_HandlesPositionModifiersForKeywords.xml [new file with mode: 0644]
src/gromacs/selection/tests/refdata/SelectionCollectionDataTest_HandlesPositionModifiersForMethods.xml [new file with mode: 0644]
src/gromacs/selection/tests/selectioncollection.cpp