NIHVIVO-1129 fix the SelfEditor login.
This commit is contained in:
parent
baf50b4fa9
commit
fe826d7906
2 changed files with 1 additions and 9 deletions
|
@ -74,8 +74,6 @@ 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" />
|
||||
|
||||
|
@ -147,7 +145,6 @@ 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
Add a link
Reference in a new issue