NIHVIVO-1129 allow each test site to have its own SelfEditor name.
This commit is contained in:
parent
695718f8e7
commit
342ed92d6e
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,8 @@ report - Just summarize output from previously run tests.
|
|||
message="${properties.file} must contain a value for webapp.port" />
|
||||
<fail unless="webapp.name"
|
||||
message="${properties.file} must contain a value for webapp.name" />
|
||||
<fail unless="self.editor.name"
|
||||
message="${properties.file} must contain a value for self.editor.name" />
|
||||
|
||||
<fail unless="data.dir" message="${properties.file} must contain a value for data.dir" />
|
||||
|
||||
|
@ -145,6 +147,7 @@ report - Just summarize output from previously run tests.
|
|||
<property name="webapp.name" value="${webapp.name}" />
|
||||
<property name="iterations" value="${iterations}" />
|
||||
<property name="threads" value="${threads}" />
|
||||
<property name="self.editor.name" value="${self.editor.name}" />
|
||||
<property name="file.person.uris" value="${file.person.uris}" />
|
||||
<property name="file.infoResource.uris" value="${file.infoResource.uris}" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue