Skip to content

Commit

Permalink
Update manual-normalization feature file
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Sep 10, 2024
1 parent 61cef2d commit e5887b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion features/core/manual-normalization.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ Feature: Archivematica recognizes manually normalized files

Examples: Transfer paths
| transfer_path |
| ~/archivematica-sampledata/TestTransfers/acceptance-tests/manual-normalization |
| TestTransfers/acceptance-tests/manual-normalization |
11 changes: 5 additions & 6 deletions features/steps/manual_normalization_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,16 @@ def step_impl(context):
' derivatives" is set to "No"\n'
'And the processing config decision "Perform policy checks on'
' originals" is set to "No"\n'
'And the processing config decision "Select file format identification'
' command (Transfer)" is set to "Identify using Fido"\n'
'And the processing config decision "Perform file format identification'
' (Transfer)" is set to "Yes"\n'
'And the processing config decision "Create SIP(s)" is set to "Create'
' single SIP and continue processing"\n'
'And the processing config decision "Normalize" is set to "Normalize'
' for preservation"\n'
'And the processing config decision "Approve normalization" is set to'
' "Yes"\n'
'And the processing config decision "Select file format identification'
' command (Submission documentation & metadata)" is set to'
' "Identify using Fido"\n'
'And the processing config decision "Perform file format identification'
' (Submission documentation & metadata)" is set to "Yes"\n'
'And the processing config decision "Bind PIDs" is set to "No"\n'
'And the processing config decision "Store AIP location" is set to'
' "Store AIP in standard Archivematica Directory"\n'
Expand Down Expand Up @@ -72,7 +71,7 @@ def step_impl(context, transfer_path):
@then("all preservation tasks recognize the manually normalized derivatives")
def step_impl(context):
skipping_msg = (
"is file group usage manualNormalization instead of original - skipping"
"is file group usage manualNormalization instead of original - skipping"
)
already_nmlzd_msg = "was already manually normalized into"
for task in context.scenario.job["tasks"].values():
Expand Down

0 comments on commit e5887b4

Please sign in to comment.