Added a todo for a test case

This commit is contained in:
Chris Bednarski 2015-02-04 00:17:13 -08:00
parent 197eff7a04
commit 06987f28c7

View File

@ -97,6 +97,8 @@ func TestHostFileDuplicates(t *testing.T) {
t.Errorf(asserts, exp_conflict, err2)
}
// @TODO Add an additional test case here: Adding a domain twice with one
// enabled and one disabled should just add the domain once enabled.
}
func TestFormatHostname(t *testing.T) {