Skip to content

Commit

Permalink
Rename data_file_name tests to data_file
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Nov 30, 2024
1 parent d704c36 commit e0bf168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
type = RunException
input = test.i
cli_args = 'UserObjects/data_file/data_file=this/file/does/not/exist/anywhere.dat'
expect_err = 'CLI_ARGS:1: \(UserObjects/data_file/data_file\) Unable to find the data file \'this/file/does/not/exist/anywhere.dat\' anywhere.\s+Paths searched:\s+moose data:(.*)/data\s+working directory:(.*)/misc/data_file_name'
expect_err = 'CLI_ARGS:1: \(UserObjects/data_file/data_file\) Unable to find the data file \'this/file/does/not/exist/anywhere.dat\' anywhere.\s+Paths searched:\s+moose data:(.*)/data\s+working directory:(.*)/misc/data_file'
requirement = 'The system shall throw an exception if a data file by parameter cannot be found in any of the designated directories.'
[]
[by_path]
Expand Down

0 comments on commit e0bf168

Please sign in to comment.