summaryrefslogtreecommitdiff
path: root/src/lib/testutils/log_utils.cc
AgeCommit message (Collapse)Author
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2016-08-09[4271] Debug in LogContnetTest class implemented.Tomek Mrugalski
2016-05-26[trac4480] Update per review commentsShawn Routhier
Create a LogContentTest class and move the functions to manipulate a test to check on the log output there. This will make it available for other tests in the future. As part of this bundle a bit more work into the class to minimze the calls in the test routines. Where reasonable remove extra copys of the values being pushed onto the stack - instead of generating a copy just for the logging simply use the value from the top of the stack directly. Swtich to using single quotes around text values. Added some more description in the classify document