Sfoglia il codice sorgente

DatatypeGenerator: Also build types which have 'Test' in Name

Fixes #2398
Stefan Profanter 6 anni fa
parent
commit
a066163a36
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      tools/generate_datatypes.py

+ 0 - 2
tools/generate_datatypes.py

@@ -328,8 +328,6 @@ def parseTypeDefinitions(outname, xmlDescription, namespace):
     def skipType(name):
         if name in excluded_types:
             return True
-        if "Test" in name: # skip all test types
-            return True
         if re.search("NodeId$", name) != None:
             return True
         return False