Skip to content

Commit 7e558fb

Browse files
committed
TST: remove redundant test
Already covered by `test_getEquivalentAtoms`.
1 parent 5419027 commit 7e558fb

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/tests/TestObjCrystStructureAdapter.hpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -247,17 +247,6 @@ class TestObjCrystStructureAdapter : public CxxTest::TestSuite
247247
}
248248

249249

250-
void test_objcryst_inversion_center()
251-
{
252-
// verify ObjCryst bug in SpaceGroup.GetInversionCenter is fixed
253-
ObjCryst::SpaceGroup sg129("P 4/n m m :1");
254-
const CrystVector_REAL xyzinv = sg129.GetInversionCenter();
255-
TS_ASSERT_EQUALS(0.25, xyzinv(0));
256-
TS_ASSERT_EQUALS(0.25, xyzinv(1));
257-
TS_ASSERT_EQUALS(0.0, xyzinv(2));
258-
}
259-
260-
261250
void test_getEquivalentAtoms()
262251
{
263252
diffpy::mathutils::EpsilonEqual allclose;

0 commit comments

Comments
 (0)