testCentralConfigAlteredMd5NonFatal.cc
Go to the documentation of this file.
1 
9 #include <string>
10 #include <iostream>
11 #include <sstream>
12 #include <fstream>
13 
14 #include <utl/AugerException.h>
15 
16 #include <fwk/CentralConfig.h>
17 #include <utl/Reader.h>
18 
19 #include <cppunit/extensions/HelperMacros.h>
20 
21 using namespace std;
22 using namespace utl;
23 using namespace fwk;
24 
25 
26 class CentralConfigTest : public CppUnit::TestFixture {
27 
28  CPPUNIT_TEST_SUITE(CentralConfigTest);
29  CPPUNIT_TEST(testAlteredFingerprint);
30  CPPUNIT_TEST_SUITE_END();
31 
32 public:
33 
34  void setUp() { }
35 
36  void tearDown() { }
37 
39  {
40  ofstream out("./CentralConfig/AlteredMd5.xml");
41 
42  out << "<?xml version='1.0' encoding='iso-8859-1'?> <alteredTag/>";
43  out.close();
44 
45  CentralConfig::GetInstance(BOOTSTRAPFILE, false);
46  }
47 
48 };
49 
vector< t2list > out
output of the algorithm: a list of clusters
Definition: XbAlgo.cc:32
CPPUNIT_TEST_SUITE_REGISTRATION(testAiresShowerFile)

, generated on Tue Sep 26 2023.