obi test: fixed bug introduced in previous version
This commit is contained in:
@ -301,8 +301,8 @@ def fill_column(config, infos, col) :
|
|||||||
def create_random_column(config, infos) :
|
def create_random_column(config, infos) :
|
||||||
alias = random.choice([b'', random_unique_name(infos)])
|
alias = random.choice([b'', random_unique_name(infos)])
|
||||||
tuples = random.choice([True, False])
|
tuples = random.choice([True, False])
|
||||||
|
dict_column = False
|
||||||
if not tuples :
|
if not tuples :
|
||||||
dict_column = random.choice([True, False])
|
|
||||||
nb_elements_per_line=random.randint(1, config['test']['maxelts'])
|
nb_elements_per_line=random.randint(1, config['test']['maxelts'])
|
||||||
if nb_elements_per_line > 1:
|
if nb_elements_per_line > 1:
|
||||||
dict_column = True
|
dict_column = True
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
major = 3
|
major = 3
|
||||||
minor = 0
|
minor = 0
|
||||||
serial= '0b43'
|
serial= '0b44'
|
||||||
|
|
||||||
version ="%d.%d.%s" % (major,minor,serial)
|
version ="%d.%d.%s" % (major,minor,serial)
|
||||||
|
Reference in New Issue
Block a user