@@ -83,6 +83,12 @@ func TestMarshal(t *testing.T) {
}
+
+ for x, got := range verify.AutoJoin {
+ if got != config.AutoJoin[x] {
+ t.Errorf("For AutoJoin %d Got %s, Expected %s", x, got, config.AutoJoin[x])
+ }
func TestParse(t *testing.T) {