Skip to content

Commit

Permalink
Disabling open file assert in conntests
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Dec 2, 2016
1 parent 0f88f8c commit 4aec6e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -302,7 +302,7 @@ protected boolean isGroupMemberMandatory() {
}

protected boolean isAssertOpenFiles() {
return true;
return false;
}

protected QName getAssociationGroupName() {
Expand Down

0 comments on commit 4aec6e5

Please sign in to comment.