Updated network acl service test to avoid default ACL modification

This commit is contained in:
Kishan Kavala 2013-05-15 14:20:29 +05:30 committed by Edison Su
parent 2dc076f232
commit c75b1894bc
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class NetworkACLServiceTest extends TestCase{
createACLItemCmd = new CreateNetworkACLCmd(){
@Override
public Long getACLId(){
return 1L;
return 3L;
}
@Override