Fix compile issue in test code

This commit is contained in:
Kelven Yang 2011-06-14 17:54:34 -07:00
parent 2e3d1832b0
commit d78616caa0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class NetworkDaoTest extends TestCase {
NetworkDaoImpl dao = ComponentLocator.inject(NetworkDaoImpl.class);
dao.expunge(1001l);
NetworkVO network = new NetworkVO(1001, TrafficType.Control, GuestIpType.Direct, Mode.Dhcp, BroadcastDomainType.Native, 1, 1, 1, 1, 1001, "Name", "DisplayText", false, true, true);
NetworkVO network = new NetworkVO(1001, TrafficType.Control, GuestIpType.Direct, Mode.Dhcp, BroadcastDomainType.Native, 1, 1, 1, 1, 1001, "Name", "DisplayText", false, true, true, null);
network.setGuruName("guru_name");
List<String> tags = new ArrayList<String>();