Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions dip.feature
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ Fonctionnalité: Export DIP
Alors le statut final du journal des opérations est KO

Scénario: Test export dip SEDA 2.2 OK
Etant donné les données du jeu de test du SIP nommé data/SIP_OK/ZIP/OK_SIP_FULL_SEDA2.2.zip
Quand j'utilise la requête suivante
Etant donné un fichier SIP nommé data/SIP_OK/ZIP/OK_SIP_FULL_SEDA2.2.zip
Quand je télécharge le SIP
Et j'utilise la requête suivante
"""
{
"dataObjectVersionToExport" : {
Expand All @@ -117,7 +118,7 @@ Fonctionnalité: Export DIP
}
}
"""
Quand j'exporte le DIP
Et j'exporte le DIP
Alors le statut final du journal des opérations est OK
Quand je télécharge le dip
Alors le SIP et le DIP sont semblables
Expand Down Expand Up @@ -153,8 +154,9 @@ Fonctionnalité: Export DIP


Scénario: Test export dip avec des métadonnées étendues
Etant donné les données du jeu de test du SIP nommé data/SIP_OK/ZIP/1_UNIT_1_GOT_WITH_RULES.zip
Quand j'utilise la requête suivante
Etant donné un fichier SIP nommé data/SIP_OK/ZIP/1_UNIT_1_GOT_WITH_RULES.zip
Quand je télécharge le SIP
Et j'utilise la requête suivante
"""
{
"dataObjectVersionToExport" : {
Expand All @@ -175,7 +177,7 @@ Fonctionnalité: Export DIP
}
}
"""
Quand j'exporte le DIP
Et j'exporte le DIP
Alors le statut final du journal des opérations est OK
Quand je télécharge le dip
Alors le SIP et le DIP sont semblables
Expand Down