Updated test to include empty section strings.

This commit is contained in:
Stephen Weinberg 2010-04-04 20:32:27 -04:00
parent f654f432ba
commit 5817e58bf8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ type booltest struct {
}
var testSet = []interface{} {
stringtest{"default", "host", "example.com"},
stringtest{"", "host", "example.com"},
inttest{"default", "port", 43},
booltest{"default", "compression", true},
booltest{"default", "active", false},