NIHVIVO-1129 allow each test site to have its own SelfEditor name.

This commit is contained in:
jeb228 2011-01-16 17:58:32 +00:00
parent 695718f8e7
commit 342ed92d6e

View file

@ -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}" />