update test
This commit is contained in:
@ -500,7 +500,7 @@ TEST(ResetMolIds, CMDFail)
|
|||||||
lmp = new LAMMPS(argc, argv, MPI_COMM_WORLD);
|
lmp = new LAMMPS(argc, argv, MPI_COMM_WORLD);
|
||||||
if (!verbose) ::testing::internal::GetCapturedStdout();
|
if (!verbose) ::testing::internal::GetCapturedStdout();
|
||||||
|
|
||||||
TEST_FAILURE(".*ERROR: Reset_mol_ids command before box is.*",
|
TEST_FAILURE(".*ERROR: Reset_mol_ids command before simulation box is.*",
|
||||||
lmp->input->one("reset_mol_ids all"););
|
lmp->input->one("reset_mol_ids all"););
|
||||||
|
|
||||||
if (!verbose) ::testing::internal::CaptureStdout();
|
if (!verbose) ::testing::internal::CaptureStdout();
|
||||||
|
|||||||
Reference in New Issue
Block a user