fixed broken parser test

This commit is contained in:
Adrian Cole 2011-11-17 15:42:14 +02:00
parent 89802cf955
commit 2e675f0fbc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class ListNetworksResponseTest extends BaseSetParserTest<Network> {
.broadcastURI(URI.create("vlan://240")) .broadcastURI(URI.create("vlan://240"))
.DNS(ImmutableList.of("8.8.8.8")) .DNS(ImmutableList.of("8.8.8.8"))
.guestIPType(GuestIPType.VIRTUAL) .guestIPType(GuestIPType.VIRTUAL)
.domain("ROOT") .domain("cs3cloud.internal")
.isDefault(true) .isDefault(true)
.services( .services(
ImmutableSortedSet.of( ImmutableSortedSet.of(