Implementation for an Issue #678

This commit is contained in:
Miroslav Stampar
2014-04-25 09:17:10 +02:00
parent efa3c3e451
commit ae8b1fe89c
3 changed files with 45 additions and 3 deletions

View File

@@ -179,6 +179,12 @@ class EXPECTED:
BOOL = "bool"
INT = "int"
class OPTION_TYPE:
BOOLEAN = "boolean"
INTEGER = "integer"
FLOAT = "float"
STRING = "string"
class HASHDB_KEYS:
DBMS = "DBMS"
CONF_TMP_PATH = "CONF_TMP_PATH"