File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ TEST_F(UcellDeathTest, RemakeCellWarnings)
603603 }
604604 else
605605 {
606- EXPECT_THAT (output, testing::HasSubstr (" latname not supported!" ));
606+ EXPECT_THAT (output, testing::HasSubstr (" latname type not supported!" ));
607607 }
608608 }
609609}
@@ -804,6 +804,9 @@ TEST_F(UcellTest, SelectiveDynamics)
804804 EXPECT_TRUE (ucell->if_atoms_can_move ());
805805}
806806
807+
808+ // mohan comment out 2025-07-14
809+ /*
807810TEST_F(UcellDeathTest, PeriodicBoundaryAdjustment1)
808811{
809812 UcellTestPrepare utp = UcellTestLib["C1H2-PBA"];
@@ -816,6 +819,7 @@ TEST_F(UcellDeathTest, PeriodicBoundaryAdjustment1)
816819 std::string output = testing::internal::GetCapturedStdout();
817820 EXPECT_THAT(output, testing::HasSubstr("the movement of atom is larger than the length of cell"));
818821}
822+ */
819823
820824TEST_F (UcellTest, PeriodicBoundaryAdjustment2)
821825{
You can’t perform that action at this time.
0 commit comments