Skip to content
Snippets Groups Projects
Commit 72932cb3 authored by Federico Stagni's avatar Federico Stagni
Browse files

minor fix

parent 1782bcb1
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,6 @@ class XMLSummaryAnalysisTestCase( unittest.TestCase ):
class XMLSummaryAnalysisDataReconstruction( XMLSummaryAnalysisTestCase ):
def setUp( self ):
super( XMLSummaryAnalysisDataReconstruction, self ).setUp()
def test_brunel_ok( self ):
self.generalTest( 'DataReconstruction', 'ok' )
def test_daVinci_ok( self ):
......@@ -53,9 +50,6 @@ class XMLSummaryAnalysisDataReconstruction( XMLSummaryAnalysisTestCase ):
class XMLSummaryAnalysisDataReprocessing( XMLSummaryAnalysisTestCase ):
def setUp( self ):
super( XMLSummaryAnalysisDataReprocessing, self ).setUp()
def test_brunel_ok( self ):
self.generalTest( 'DataReprocessing', 'ok' )
def test_daVinci_ok( self ):
......@@ -68,9 +62,6 @@ class XMLSummaryAnalysisDataReprocessing( XMLSummaryAnalysisTestCase ):
class XMLSummaryAnalysisDataStripping( XMLSummaryAnalysisTestCase ):
def setUp( self ):
super( XMLSummaryAnalysisDataStripping, self ).setUp()
def test_daVinci_ok( self ):
self.generalTest( 'DataStripping', 'ok' )
......@@ -79,9 +70,6 @@ class XMLSummaryAnalysisDataStripping( XMLSummaryAnalysisTestCase ):
class XMLSummaryAnalysisSelection( XMLSummaryAnalysisTestCase ):
def setUp( self ):
super( XMLSummaryAnalysisSelection, self ).setUp()
def test_daVinci_ok( self ):
self.generalTest( 'Selection', 'ok' )
......@@ -90,9 +78,6 @@ class XMLSummaryAnalysisSelection( XMLSummaryAnalysisTestCase ):
class XMLSummaryAnalysisMCSimulation( XMLSummaryAnalysisTestCase ):
def setUp( self ):
super( XMLSummaryAnalysisMCSimulation, self ).setUp()
def test_brunel_ok( self ):
self.generalTest( 'MCSimulation', 'ok' )
def test_boole_ok( self ):
......@@ -109,9 +94,6 @@ class XMLSummaryAnalysisMCSimulation( XMLSummaryAnalysisTestCase ):
class XMLSummaryAnalysisMerge( XMLSummaryAnalysisTestCase ):
def setUp( self ):
super( XMLSummaryAnalysisMerge, self ).setUp()
# def test_brunel_ok( self ):
# self.generalTest( 'Merge', 'ok' )
# def test_boole_ok( self ):
......
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