Skip to content
Snippets Groups Projects
Commit ec116503 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

endreq -> endmsg. (ALFA_EventTPCnv-00-00-26)

	* Tagging ALFA_EventTPCnv-00-00-26.
	* endreq -> endmsg.

	* Tagging ALFA_EventTPCnv-00-00-25.
	* Add leak checking to unit tests.
parent e1de95e3
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#undef NDEBUG
#include "ALFA_EventTPCnv/ALFA_RawDataCollectionCnv_p1.h"
#include "CxxUtils/make_unique.h"
#include "TestTools/leakcheck.h"
#include <cassert>
#include <iostream>
......@@ -92,6 +93,7 @@ void init_RawData (ALFA_RawData& r, int o)
void test1()
{
std::cout << "test1\n";
Athena_test::Leakcheck check;
ALFA_RawDataCollection trans1 (1123);
for (int i=0; i < 10; i++) {
......
......@@ -14,6 +14,7 @@
#undef NDEBUG
#include "ALFA_EventTPCnv/ALFA_RawDataContainerCnv_charge_p1.h"
#include "CxxUtils/make_unique.h"
#include "TestTools/leakcheck.h"
#include <cassert>
#include <iostream>
......@@ -130,6 +131,7 @@ void init_RawDataCollection (ALFA_RawDataCollection_charge& c, int o)
void test1()
{
std::cout << "test1\n";
Athena_test::Leakcheck check;
ALFA_RawDataContainer_charge trans1;
for (int i=0; i < 10; i++) {
......
......@@ -14,6 +14,7 @@
#undef NDEBUG
#include "ALFA_EventTPCnv/ALFA_RawDataContainerCnv_p1.h"
#include "CxxUtils/make_unique.h"
#include "TestTools/leakcheck.h"
#include <cassert>
#include <iostream>
......@@ -145,6 +146,7 @@ void init_RawDataCollection (ALFA_RawDataCollection& c, int o)
void test1()
{
std::cout << "test1\n";
Athena_test::Leakcheck check;
ALFA_RawDataContainer trans1;
for (int i=0; i < 10; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment