Skip to content
Snippets Groups Projects
Commit e4f502b9 authored by jakubs's avatar jakubs
Browse files

SSDM-1594 update tests broken by adding new data sets

SVN: 33595
parent 30f80586
No related branches found
No related tags found
No related merge requests found
def validate(experiment, isNew): def validate(experiment, isNew):
try: try:
assertEntitiesCount(experiment.dataSets(), 22, 'data sets') assertEntitiesCount(experiment.dataSets(), 22, 'data sets')
assertEntities(experiment.dataSetsOfType('CONTAINER_TYPE'), ['CONTAINER_1', 'CONTAINER_2', 'ROOT_CONTAINER', '20081105092259000-19', '20110509092359990-10'], 'data sets of type CONTAINER_TYPE') assertEntities(experiment.dataSetsOfType('CONTAINER_TYPE'), ['CONTAINER_1', 'CONTAINER_2', 'ROOT_CONTAINER', '20081105092259000-19', '20110509092359990-10', 'CONTAINER_3A', 'CONTAINER_3B'], 'data sets of type CONTAINER_TYPE')
except Exception, ex: except Exception, ex:
return ex.args[0] return ex.args[0]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment