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}" />
|
||||
|
||||
|
|
|
@ -47,11 +47,6 @@
|
|||
<stringProp name="Argument.value">${__property(threads, , 1)}</stringProp>
|
||||
<stringProp name="Argument.metadata">=</stringProp>
|
||||
</elementProp>
|
||||
<elementProp name="SELF_EDITOR_NAME" elementType="Argument">
|
||||
<stringProp name="Argument.name">SELF_EDITOR_NAME</stringProp>
|
||||
<stringProp name="Argument.value">${__property(self.editor.name)}</stringProp>
|
||||
<stringProp name="Argument.metadata">=</stringProp>
|
||||
</elementProp>
|
||||
</collectionProp>
|
||||
</elementProp>
|
||||
<stringProp name="TestPlan.user_define_classpath"></stringProp>
|
||||
|
@ -448,7 +443,7 @@
|
|||
<collectionProp name="Arguments.arguments">
|
||||
<elementProp name="username" elementType="HTTPArgument">
|
||||
<boolProp name="HTTPArgument.always_encode">false</boolProp>
|
||||
<stringProp name="Argument.value">${SELF_EDITOR_NAME}</stringProp>
|
||||
<stringProp name="Argument.value">selfEditor</stringProp>
|
||||
<stringProp name="Argument.metadata">=</stringProp>
|
||||
<boolProp name="HTTPArgument.use_equals">true</boolProp>
|
||||
<stringProp name="Argument.name">username</stringProp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue