jforman / binder

Django Web Admin Gui for manging BIND DNS Zones
129 stars 41 forks source link

Fixes outstanding failing tests #26

Closed Dunedan closed 9 years ago

Dunedan commented 9 years ago

Fixes three failing tests.

For test_ipinfo_ResolutionFail it fixes the following issues:

For test_DeleteRecordInitial_Empty and test_DeleteRecordInitial it fixes a not existing BindServer object.

Dunedan commented 9 years ago

I also had to remove the expected exception text for test_BindServerMissingStatisticsPort as it differs in different environments.