Fix style issue
[awesomized/libmemcached] / libtest / formatter.cc
index 8e6b3ffb282bc089576218bec7367c735fd718be..6d4f1a336502c09a3bb028cc4ac804b5b7d104f6 100644 (file)
@@ -34,7 +34,7 @@
  *
  */
 
-#include "mem_config.h"
+#include "libtest/yatlcon.h"
 
 #include <libtest/common.h>
 
@@ -88,9 +88,11 @@ private:
   libtest::Timer _timer;
 };
 
-Formatter::Formatter(const std::string& arg) :
-  _suite_name(arg)
+Formatter::Formatter(const std::string& frame_name, const std::string& arg)
 {
+  _suite_name= frame_name;
+  _suite_name+= ".";
+  _suite_name+= arg;
 }
 
 Formatter::~Formatter()