Commit 9bcfc479 authored by gbalduzz's avatar gbalduzz
Browse files

test comment fixup

parent 3377868a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());