Loading test/unit/phys/parameters/output_parameters/output_parameters_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ TEST(OutputParametersTest, ReadAll) { // HDF5 is the recommended output format. We use JSON in this test, since HDF5 is already the // default. EXPECT_EQ("./T=0.5", pars.get_directory()); EXPECT_EQ("JSON", pars.get_output_format()); // autoresume and JSON are incompatible. EXPECT_EQ("JSON", pars.get_output_format()); EXPECT_EQ(true, pars.autoresume()); EXPECT_EQ("configuration", pars.get_directory_config_read()); EXPECT_EQ("configuration", pars.get_directory_config_write()); Loading Loading
test/unit/phys/parameters/output_parameters/output_parameters_test.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ TEST(OutputParametersTest, ReadAll) { // HDF5 is the recommended output format. We use JSON in this test, since HDF5 is already the // default. EXPECT_EQ("./T=0.5", pars.get_directory()); EXPECT_EQ("JSON", pars.get_output_format()); // autoresume and JSON are incompatible. EXPECT_EQ("JSON", pars.get_output_format()); EXPECT_EQ(true, pars.autoresume()); EXPECT_EQ("configuration", pars.get_directory_config_read()); EXPECT_EQ("configuration", pars.get_directory_config_write()); Loading