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
parent 3388b77156
commit 39caa0ebdd
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