pvl/hosts/tests.py
changeset 496 530f22575889
parent 494 6d258338b363
child 497 0082d2092d1f
--- a/pvl/hosts/tests.py	Thu Feb 26 16:02:43 2015 +0200
+++ b/pvl/hosts/tests.py	Thu Feb 26 16:05:26 2015 +0200
@@ -247,7 +247,10 @@
                 ),
                 Host.build('bar', 'domain',
                     ip      = '192.0.2.2',
-                )
+                ),
+                Host.build('quux', 'example',
+                    ip      = '192.0.2.3',
+                ),
         ]
 
         self.assertZoneEquals(zone.apply_hosts_forward(hosts, 'domain'), {