Skip to content
Snippets Groups Projects
Commit 7b75f64f authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

TST: forgot to commit updated yaml file for the test

parent d06d1df5
No related branches found
No related tags found
2 merge requests!71REL: RElease v0.2.0,!38Create fallback parent only when Record object is created
Pipeline #28711 passed
...@@ -5,6 +5,10 @@ ExperimentalData: # name of the converter ...@@ -5,6 +5,10 @@ ExperimentalData: # name of the converter
records: records:
Project: Project:
name: project name: project
RecordWithoutParents:
parents: []
RecordThatGetsParentsLater:
parents: []
subtree: subtree:
File: # name of the converter File: # name of the converter
type: SimpleFile type: SimpleFile
...@@ -23,3 +27,6 @@ ExperimentalData: # name of the converter ...@@ -23,3 +27,6 @@ ExperimentalData: # name of the converter
Experiments: +$Experiment Experiments: +$Experiment
dates: +20$year-$month-$day dates: +20$year-$month-$day
RecordThatGetsParentsLater:
parents:
- Month_$month # This adds a special parent as record type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment