Commit graph

6 commits

Author SHA1 Message Date
Ray Speth
b50ab99326 [Test] Fix fileLog class used in DH_graph_1
The class was missing the implementation of writeendl, which caused the
base class method to be called, occasionally leading to confusing test failures.

Not setting the mode of the output file caused it not to be automatically created,
so the log file usually wasn't even being written.
2014-10-08 16:54:55 +00:00
Ray Speth
d253fc0d63 Eliminate redundant standard library includes 2013-06-05 17:08:13 +00:00
Ray Speth
1d19803885 Pass "const std::string&" instead of "std::string" when possible 2012-10-24 15:42:51 +00:00
Ray Speth
16da33ad42 Fixed compiler warnings in the test suite 2012-05-25 23:13:30 +00:00
Ray Speth
ce5abaca0e All tests using class fileLog now use a shared copy 2012-02-22 00:17:01 +00:00
Ray Speth
01e63f004e All tests using TemperatureTable.h now use a shared copy 2012-02-22 00:16:48 +00:00