Merge pull request #2855 from akohlmey/update-unittest
Correct a couple of unit tests for package reorganization
This commit is contained in:
@ -3,7 +3,7 @@ lammps_version: 10 Feb 2021
|
||||
date_generated: Sun Feb 28 23:32:03 2021
|
||||
epsilon: 5e-13
|
||||
prerequisites: ! |
|
||||
pair born
|
||||
pair lj/relres
|
||||
pre_commands: ! ""
|
||||
post_commands: ! ""
|
||||
input_file: in.metal
|
||||
|
||||
@ -143,6 +143,8 @@ TEST_F(DumpCustomTest, compute_run0)
|
||||
|
||||
TEST_F(DumpCustomTest, fix_run0)
|
||||
{
|
||||
if (!info->has_style("fix", "numdiff")) GTEST_SKIP();
|
||||
|
||||
BEGIN_HIDE_OUTPUT();
|
||||
command("fix numdiff all numdiff 1 0.0001");
|
||||
END_HIDE_OUTPUT();
|
||||
|
||||
Reference in New Issue
Block a user