Commit 3d17c280 authored by Gabriele Perrone's avatar Gabriele Perrone

cleanup of main*.py names and push of minor changes on main.py and html.py

parent 1921e06e
......@@ -48,12 +48,12 @@ class HTMLManagement():
self.htmlHeaderCreated = False
self.htmlFooterCreated = False
self.ranAllowMerge = False
self.nbTestXMLfiles = 0
self.htmlTabRefs = []
self.htmlTabNames = []
self.htmlTabIcons = []
self.testXMLfiles = []
self.htmlHeaderCreated = False
self.htmlFooterCreated = False
#-----------------------------------------------------------
# Setters and Getters
......@@ -110,6 +110,9 @@ class HTMLManagement():
def SetnbTestXMLfiles(self, nb):
self.nbTestXMLfiles = nb
def GetnbTestXMLfiles(self):
return self.nbTestXMLfiles
def SettestXMLfiles(self, xmlFile):
self.testXMLfiles.append(xmlFile)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment