Fixed failing InviteServiceTest

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30024 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
N Smith
2011-08-24 12:56:57 +00:00
parent 4c867eb9dc
commit 1b941f86b2
4 changed files with 11 additions and 48 deletions

View File

@@ -40,14 +40,14 @@
<properties>
<property name="imwf:reviewOutcome">
<type>d:text</type>
<default>Reject</default>
<default>reject</default>
<constraints>
<constraint name="imwf:reviewOutcomeOptions"
type="LIST">
<parameter name="allowedValues">
<list>
<value>Approve</value>
<value>Reject</value>
<value>approve</value>
<value>reject</value>
</list>
</parameter>
</constraint>

View File

@@ -62,7 +62,7 @@
<properties>
<property name="inwf:inviteOutcome">
<type>d:text</type>
<default>Reject</default>
<default>reject</default>
<constraints>
<constraint name="inwf:inviteOutcomeOptions"
type="LIST">