Added data_type property to OBIDMS_column class
This commit is contained in:
@ -94,7 +94,7 @@ def test_set_and_get(config, infos):
|
||||
col_name = random_column(infos)
|
||||
col = infos['view'][col_name]
|
||||
element_names = col.elements_names
|
||||
data_type = col.get_data_type()
|
||||
data_type = col.data_type
|
||||
if data_type == "OBI_QUAL" :
|
||||
print_test(config, "-")
|
||||
return
|
||||
@ -172,7 +172,7 @@ def random_col_type():
|
||||
|
||||
|
||||
def fill_column(config, infos, col) :
|
||||
data_type = col.get_data_type()
|
||||
data_type = col.data_type
|
||||
element_names = col.elements_names
|
||||
|
||||
if len(element_names) > 1 :
|
||||
|
Reference in New Issue
Block a user